reactivemongo.core.protocol.buffer
Helper methods to work with ByteBuf.
Attributes
Members list
Value members
Concrete methods
def writeTupleToBuffer2[A, B](t: (A, B))(buffer: ByteBuf)(implicit i1: BufferInteroperable[A], i2: BufferInteroperable[B]): Unit
Writes the given tuple into the given ByteBuf.
Writes the given tuple into the given ByteBuf.
Type parameters
- A
-
_interop_tparam type that have an implicit typeclass reactivemongo.core.protocol.buffer.BufferInteroperable_interop_tparam
- B
-
_interop_tparam type that have an implicit typeclass reactivemongo.core.protocol.buffer.BufferInteroperable_interop_tparam
Attributes
In this article