Package akka.stream.stage
Class ConcurrentAsyncCallbackState.Pending$
- java.lang.Object
-
- akka.stream.stage.ConcurrentAsyncCallbackState.Pending$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConcurrentAsyncCallbackState
public static class ConcurrentAsyncCallbackState.Pending$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ConcurrentAsyncCallbackState.Pending$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Pending$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <E> ConcurrentAsyncCallbackState.Pending<E>
apply(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents)
java.lang.String
toString()
<E> scala.Option<scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>>>
unapply(ConcurrentAsyncCallbackState.Pending<E> x$0)
-
-
-
Field Detail
-
MODULE$
public static final ConcurrentAsyncCallbackState.Pending$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
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)
-
-