Package akka.io

Class Tcp.WriteFile$

  • All Implemented Interfaces:
    java.io.Serializable, scala.Function4<java.lang.String,​java.lang.Object,​java.lang.Object,​Tcp.Event,​Tcp.WriteFile>
    Enclosing class:
    Tcp

    public static class Tcp.WriteFile$
    extends scala.runtime.AbstractFunction4<java.lang.String,​java.lang.Object,​java.lang.Object,​Tcp.Event,​Tcp.WriteFile>
    implements java.io.Serializable
    Deprecated.
    . Since .
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      WriteFile$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Tcp.WriteFile apply​(java.lang.String filePath, long position, long count, Tcp.Event ack)
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      scala.Option<scala.Tuple4<java.lang.String,​java.lang.Object,​java.lang.Object,​Tcp.Event>> unapply​(Tcp.WriteFile x$0)
      Deprecated.
       
      • Methods inherited from class scala.runtime.AbstractFunction4

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function4

        apply
    • Field Detail

      • MODULE$

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

      • WriteFile$

        public WriteFile$()
        Deprecated.
    • Method Detail

      • toString

        public final java.lang.String toString()
        Deprecated.
        Specified by:
        toString in interface scala.Function4<java.lang.String,​java.lang.Object,​java.lang.Object,​Tcp.Event,​Tcp.WriteFile>
        Overrides:
        toString in class scala.runtime.AbstractFunction4<java.lang.String,​java.lang.Object,​java.lang.Object,​Tcp.Event,​Tcp.WriteFile>
      • apply

        public Tcp.WriteFile apply​(java.lang.String filePath,
                                   long position,
                                   long count,
                                   Tcp.Event ack)
        Deprecated.
      • unapply

        public scala.Option<scala.Tuple4<java.lang.String,​java.lang.Object,​java.lang.Object,​Tcp.Event>> unapply​(Tcp.WriteFile x$0)
        Deprecated.