object WriteCommand
- Source
- Tcp.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriteCommand
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(writes: Iterable[WriteCommand]): WriteCommand
Combines the given number of write commands into one atomic
WriteCommand
. - def create(writes: [WriteCommand]): WriteCommand
Java API: combines the given number of write commands into one atomic
WriteCommand
.