Class ActorPublisherState.State$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function3<scala.Option<org.reactivestreams.Subscriber<java.lang.Object>>,​java.lang.Object,​akka.stream.actor.ActorPublisher.Internal.LifecycleState,​ActorPublisherState.State>, scala.Serializable
    Enclosing class:
    ActorPublisherState

    public static class ActorPublisherState.State$
    extends scala.runtime.AbstractFunction3<scala.Option<org.reactivestreams.Subscriber<java.lang.Object>>,​java.lang.Object,​akka.stream.actor.ActorPublisher.Internal.LifecycleState,​ActorPublisherState.State>
    implements scala.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      State$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActorPublisherState.State apply​(scala.Option<org.reactivestreams.Subscriber<java.lang.Object>> subscriber, long demand, akka.stream.actor.ActorPublisher.Internal.LifecycleState lifecycleState)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<scala.Option<org.reactivestreams.Subscriber<java.lang.Object>>,​java.lang.Object,​akka.stream.actor.ActorPublisher.Internal.LifecycleState>> unapply​(ActorPublisherState.State x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

        public static final ActorPublisherState.State$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • State$

        public State$()
    • Method Detail

      • toString

        public final java.lang.String toString()
        Specified by:
        toString in interface scala.Function3<scala.Option<org.reactivestreams.Subscriber<java.lang.Object>>,​java.lang.Object,​akka.stream.actor.ActorPublisher.Internal.LifecycleState,​ActorPublisherState.State>
        Overrides:
        toString in class scala.runtime.AbstractFunction3<scala.Option<org.reactivestreams.Subscriber<java.lang.Object>>,​java.lang.Object,​akka.stream.actor.ActorPublisher.Internal.LifecycleState,​ActorPublisherState.State>
      • apply

        public ActorPublisherState.State apply​(scala.Option<org.reactivestreams.Subscriber<java.lang.Object>> subscriber,
                                               long demand,
                                               akka.stream.actor.ActorPublisher.Internal.LifecycleState lifecycleState)
      • unapply

        public scala.Option<scala.Tuple3<scala.Option<org.reactivestreams.Subscriber<java.lang.Object>>,​java.lang.Object,​akka.stream.actor.ActorPublisher.Internal.LifecycleState>> unapply​(ActorPublisherState.State x$0)