Package akka.io

Class Tcp.CompoundWrite

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface scala.collection.TraversableLike

        scala.collection.TraversableLike.WithFilter
      • Nested classes/interfaces inherited from interface scala.collection.TraversableOnce

        scala.collection.TraversableOnce.BufferedCanBuildFrom<A extends java.lang.Object,​CC extends scala.collection.TraversableOnce<java.lang.Object>>, scala.collection.TraversableOnce.FlattenOps<A extends java.lang.Object>, scala.collection.TraversableOnce.ForceImplicitAmbiguity, scala.collection.TraversableOnce.MonadOps<A extends java.lang.Object>, scala.collection.TraversableOnce.OnceCanBuildFrom<A extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tcp.CompoundWrite copy​(Tcp.SimpleWriteCommand head, Tcp.WriteCommand tailCommand)  
      Tcp.SimpleWriteCommand copy$default$1()  
      Tcp.WriteCommand copy$default$2()  
      boolean equals​(java.lang.Object x$1)  
      int hashCode()  
      Tcp.SimpleWriteCommand head()  
      scala.collection.Iterator<Tcp.SimpleWriteCommand> iterator()  
      int productArity()  
      java.lang.Object productElement​(int x$1)  
      scala.collection.Iterator<java.lang.Object> productIterator()  
      java.lang.String productPrefix()  
      Tcp.WriteCommand tailCommand()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.collection.generic.GenericTraversableTemplate

        flatten, foreach, genericBuilder, isEmpty, newBuilder, transpose, unzip, unzip3
      • Methods inherited from interface scala.collection.GenTraversableLike

        flatMap, foreach, map, size
      • Methods inherited from interface scala.collection.GenTraversableOnce

        sizeHintIfCheap
      • Methods inherited from interface scala.collection.immutable.Iterable

        companion, parCombiner, seq
      • Methods inherited from interface scala.collection.IterableLike

        canEqual, copyToArray, drop, dropRight, exists, find, foldRight, forall, foreach, grouped, isEmpty, reduceRight, sameElements, slice, sliding, sliding, take, takeRight, takeWhile, thisCollection, toCollection, toIterable, toIterator, toStream, view, view, zip, zipAll, zipWithIndex
      • Methods inherited from interface scala.collection.Parallelizable

        par
      • Methods inherited from interface scala.collection.TraversableLike

        $plus$plus, $plus$plus$colon, $plus$plus$colon, collect, dropWhile, filter, filterImpl, filterNot, flatMap, groupBy, hasDefiniteSize, headOption, init, inits, isTraversableAgain, last, lastOption, map, newBuilder, partition, repr, scan, scanLeft, scanRight, sliceWithKnownBound, sliceWithKnownDelta, span, splitAt, stringPrefix, tail, tails, to, toString, toTraversable, withFilter
      • Methods inherited from interface scala.collection.TraversableOnce

        $colon$bslash, $div$colon, addString, addString, addString, aggregate, collectFirst, copyToArray, copyToArray, copyToBuffer, count, fold, foldLeft, max, maxBy, min, minBy, mkString, mkString, mkString, nonEmpty, product, reduce, reduceLeft, reduceLeftOption, reduceOption, reduceRightOption, reversed, size, sum, toArray, toBuffer, toIndexedSeq, toList, toMap, toSeq, toSet, toVector