|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.Tcp.WriteCommand$
public static class Tcp.WriteCommand$
Field Summary | |
---|---|
static Tcp.WriteCommand$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
Tcp.WriteCommand$()
|
Method Summary | |
---|---|
Tcp.WriteCommand |
apply(scala.collection.Iterable<Tcp.WriteCommand> writes)
Combines the given number of write commands into one atomic WriteCommand . |
Tcp.WriteCommand |
create(java.lang.Iterable<Tcp.WriteCommand> writes)
Java API: combines the given number of write commands into one atomic WriteCommand . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Tcp.WriteCommand$ MODULE$
Constructor Detail |
---|
public Tcp.WriteCommand$()
Method Detail |
---|
public Tcp.WriteCommand apply(scala.collection.Iterable<Tcp.WriteCommand> writes)
WriteCommand
.
writes
- (undocumented)
public Tcp.WriteCommand create(java.lang.Iterable<Tcp.WriteCommand> writes)
WriteCommand
.
writes
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |