Package org.apache.pekko.stream.stage
Class ConcurrentAsyncCallbackState.Event$
java.lang.Object
org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Event$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConcurrentAsyncCallbackState
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConcurrentAsyncCallbackState.Event$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Event$
public Event$()
-
-
Method Details
-
toString
-
apply
public <E> ConcurrentAsyncCallbackState.Event<E> apply(E e, scala.concurrent.Promise<Done> handlingPromise) -
unapply
public <E> scala.Option<scala.Tuple2<E,scala.concurrent.Promise<Done>>> unapply(ConcurrentAsyncCallbackState.Event<E> x$0)
-