Package akka.io
Class Tcp.CompoundWrite
- java.lang.Object
-
- akka.io.Tcp.WriteCommand
-
- akka.io.Tcp.CompoundWrite
-
- All Implemented Interfaces:
NoSerializationVerificationNeeded,SelectionHandler.HasFailureMessage,Tcp.Command,Tcp.Message,java.io.Serializable,scala.collection.generic.FilterMonadic<Tcp.SimpleWriteCommand,scala.collection.Traversable<Tcp.SimpleWriteCommand>>,scala.collection.generic.GenericTraversableTemplate<Tcp.SimpleWriteCommand,scala.collection.GenTraversable>,scala.collection.generic.HasNewBuilder<Tcp.SimpleWriteCommand,scala.collection.Traversable<Tcp.SimpleWriteCommand>>,scala.collection.GenIterable<Tcp.SimpleWriteCommand>,scala.collection.GenIterableLike<Tcp.SimpleWriteCommand,scala.collection.GenIterable<Tcp.SimpleWriteCommand>>,scala.collection.GenTraversable<Tcp.SimpleWriteCommand>,scala.collection.GenTraversableLike<Tcp.SimpleWriteCommand,scala.collection.Traversable<Tcp.SimpleWriteCommand>>,scala.collection.GenTraversableOnce<Tcp.SimpleWriteCommand>,scala.collection.immutable.Iterable<Tcp.SimpleWriteCommand>,scala.collection.immutable.Traversable<Tcp.SimpleWriteCommand>,scala.collection.Iterable<Tcp.SimpleWriteCommand>,scala.collection.IterableLike<Tcp.SimpleWriteCommand,scala.collection.Iterable<Tcp.SimpleWriteCommand>>,scala.collection.Parallelizable<Tcp.SimpleWriteCommand,scala.collection.parallel.ParIterable<Tcp.SimpleWriteCommand>>,scala.collection.Traversable<Tcp.SimpleWriteCommand>,scala.collection.TraversableLike<Tcp.SimpleWriteCommand,scala.collection.Traversable<Tcp.SimpleWriteCommand>>,scala.collection.TraversableOnce<Tcp.SimpleWriteCommand>,scala.Equals,scala.Immutable,scala.Product,scala.Serializable
- Enclosing class:
- Tcp
public static final class Tcp.CompoundWrite extends Tcp.WriteCommand implements scala.collection.immutable.Iterable<Tcp.SimpleWriteCommand>, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description CompoundWrite(Tcp.SimpleWriteCommand head, Tcp.WriteCommand tailCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tcp.CompoundWritecopy(Tcp.SimpleWriteCommand head, Tcp.WriteCommand tailCommand)Tcp.SimpleWriteCommandcopy$default$1()Tcp.WriteCommandcopy$default$2()booleanequals(java.lang.Object x$1)inthashCode()Tcp.SimpleWriteCommandhead()scala.collection.Iterator<Tcp.SimpleWriteCommand>iterator()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()Tcp.WriteCommandtailCommand()-
Methods inherited from class akka.io.Tcp.WriteCommand
$plus$colon, $plus$plus$colon, prepend, prepend
-
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.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 akka.io.Tcp.Command
failureMessage
-
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
-
-
-
-
Constructor Detail
-
CompoundWrite
public CompoundWrite(Tcp.SimpleWriteCommand head, Tcp.WriteCommand tailCommand)
-
-
Method Detail
-
head
public Tcp.SimpleWriteCommand head()
- Specified by:
headin interfacescala.collection.generic.GenericTraversableTemplate<Tcp.SimpleWriteCommand,scala.collection.GenTraversable>- Specified by:
headin interfacescala.collection.GenTraversableLike<Tcp.SimpleWriteCommand,scala.collection.Traversable<Tcp.SimpleWriteCommand>>- Specified by:
headin interfacescala.collection.IterableLike<Tcp.SimpleWriteCommand,scala.collection.Iterable<Tcp.SimpleWriteCommand>>- Specified by:
headin interfacescala.collection.TraversableLike<Tcp.SimpleWriteCommand,scala.collection.Traversable<Tcp.SimpleWriteCommand>>
-
tailCommand
public Tcp.WriteCommand tailCommand()
-
iterator
public scala.collection.Iterator<Tcp.SimpleWriteCommand> iterator()
- Specified by:
iteratorin interfacescala.collection.GenIterableLike<Tcp.SimpleWriteCommand,scala.collection.GenIterable<Tcp.SimpleWriteCommand>>- Specified by:
iteratorin interfacescala.collection.IterableLike<Tcp.SimpleWriteCommand,scala.collection.Iterable<Tcp.SimpleWriteCommand>>
-
copy
public Tcp.CompoundWrite copy(Tcp.SimpleWriteCommand head, Tcp.WriteCommand tailCommand)
-
copy$default$1
public Tcp.SimpleWriteCommand copy$default$1()
-
copy$default$2
public Tcp.WriteCommand copy$default$2()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-