Package akka.stream
Class IOResult$
- java.lang.Object
-
- akka.stream.IOResult$
-
- All Implemented Interfaces:
java.io.Serializable
public class IOResult$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOResult$()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IOResult
apply(long count)
IOResult
apply(long count, scala.util.Try<Done> status)
IOResult
createFailed(long count, java.lang.Throwable ex)
Deprecated.use IOOperationIncompleteException.IOResult
createSuccessful(long count)
JAVA API: Creates successful IOResultscala.Option<scala.Tuple2<java.lang.Object,scala.util.Try<Done>>>
unapply(IOResult x$0)
-
-
-
Field Detail
-
MODULE$
public static final IOResult$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-