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