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 IOResultapply(long count)IOResultapply(long count, scala.util.Try<Done> status)IOResultcreateFailed(long count, java.lang.Throwable ex)Deprecated.use IOOperationIncompleteException.IOResultcreateSuccessful(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. 
 - 
 
 -