Package akka.stream

Class IOResult$

  • All Implemented Interfaces:
    java.io.Serializable

    public class IOResult$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IOResult$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      IOResult$()  
    • Field Detail

      • MODULE$

        public static final IOResult$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • IOResult$

        public IOResult$()
    • Method Detail

      • apply

        public IOResult apply​(long count)
      • createSuccessful

        public IOResult createSuccessful​(long count)
        JAVA API: Creates successful IOResult
      • createFailed

        public IOResult createFailed​(long count,
                                     java.lang.Throwable ex)
        Deprecated.
        use IOOperationIncompleteException. Since 2.6.0.
      • apply

        public IOResult apply​(long count,
                              scala.util.Try<Done> status)
      • unapply

        public scala.Option<scala.Tuple2<java.lang.Object,​scala.util.Try<Done>>> unapply​(IOResult x$0)