Package org.apache.pekko.stream.stage
Class ConcurrentAsyncCallbackState.Pending$
java.lang.Object
org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConcurrentAsyncCallbackState
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConcurrentAsyncCallbackState.Pending$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents) final StringtoString()<E> scala.Option<scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Pending$
public Pending$()
-
-
Method Details
-
toString
-
apply
public <E> ConcurrentAsyncCallbackState.Pending<E> apply(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents) -
unapply
public <E> scala.Option<scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>>> unapply(ConcurrentAsyncCallbackState.Pending<E> x$0)
-