Package org.apache.pekko.stream.stage
Class ConcurrentAsyncCallbackState.Pending<E>
java.lang.Object
org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState.Pending<E>
- All Implemented Interfaces:
Serializable,ConcurrentAsyncCallbackState.State<E>,scala.Equals,scala.Product
- Enclosing class:
- ConcurrentAsyncCallbackState
public static final class ConcurrentAsyncCallbackState.Pending<E>
extends Object
implements ConcurrentAsyncCallbackState.State<E>, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPending(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents) <E> scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>>booleaninthashCode()scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>>intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Pending
public Pending(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents)
-
-
Method Details
-
pendingEvents
-
copy
public <E> ConcurrentAsyncCallbackState.Pending<E> copy(scala.collection.immutable.List<ConcurrentAsyncCallbackState.Event<E>> pendingEvents) -
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-