Package akka.stream.impl
Interface TransferState
-
- All Known Implementing Classes:
Always$
,Completed$
,NotInitialized$
,TLSActor.ChoppingBlock
,WaitingForUpstreamSubscription
public interface TransferState
INTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransferState
$amp$amp(TransferState other)
TransferState
$bar$bar(TransferState other)
boolean
isCompleted()
boolean
isExecutable()
boolean
isReady()
-
-
-
Method Detail
-
$amp$amp
TransferState $amp$amp(TransferState other)
-
$bar$bar
TransferState $bar$bar(TransferState other)
-
isCompleted
boolean isCompleted()
-
isExecutable
boolean isExecutable()
-
isReady
boolean isReady()
-
-