Package akka.stream.impl
Class NotInitialized
- java.lang.Object
-
- akka.stream.impl.NotInitialized
-
public class NotInitialized extends java.lang.ObjectINTERNAL API
-
-
Constructor Summary
Constructors Constructor Description NotInitialized()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransferState$amp$amp(TransferState other)static TransferState$bar$bar(TransferState other)static booleanisCompleted()static booleanisExecutable()static booleanisReady()
-
-
-
Method Detail
-
isReady
public static boolean isReady()
-
isCompleted
public static boolean isCompleted()
-
isExecutable
public static boolean isExecutable()
-
$bar$bar
public static TransferState $bar$bar(TransferState other)
-
$amp$amp
public static TransferState $amp$amp(TransferState other)
-
-