AsynchronousIo

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Accept(socket: AsynchronousServerSocketChannel) extends AnyVal with AsynchronousIo[AsynchronousSocketChannel]
final case class Connect(socket: AsynchronousSocketChannel, remote: SocketAddress) extends AsynchronousIo[Void]
final case class Read(channel: AsynchronousByteChannel, destination: ByteBuffer) extends AsynchronousIo[Integer]
final case class ReadFile(channel: AsynchronousFileChannel, destination: ByteBuffer, position: Long) extends AsynchronousIo[Integer]
final case class Write(channel: AsynchronousByteChannel, source: ByteBuffer) extends AsynchronousIo[Integer]
final case class WriteFile(channel: AsynchronousFileChannel, source: ByteBuffer, position: Long) extends AsynchronousIo[Integer]

Givens

Givens

given given_IsKeyword_Keyword_Value[Keyword <: AsynchronousIo[Value], Value]: given_IsKeyword_Keyword_Value[Keyword, Value]