AsynchronousIo

com.thoughtworks.dsl.keywords.AsynchronousIo$
See theAsynchronousIo companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Accept(socket: AsynchronousServerSocketChannel) extends AnyVal with AsynchronousIo[AsynchronousSocketChannel]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AsynchronousIo[AsynchronousSocketChannel]
trait Trait
class AnyVal
trait Matchable
class Any
final case class Connect(socket: AsynchronousSocketChannel, remote: SocketAddress) extends AsynchronousIo[Void]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AsynchronousIo[Void]
trait Trait
class Object
trait Matchable
class Any
final case class Read(channel: AsynchronousByteChannel, destination: ByteBuffer) extends AsynchronousIo[Integer]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AsynchronousIo[Integer]
trait Trait
class Object
trait Matchable
class Any
final case class ReadFile(channel: AsynchronousFileChannel, destination: ByteBuffer, position: Long) extends AsynchronousIo[Integer]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AsynchronousIo[Integer]
trait Trait
class Object
trait Matchable
class Any
final case class Write(channel: AsynchronousByteChannel, source: ByteBuffer) extends AsynchronousIo[Integer]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AsynchronousIo[Integer]
trait Trait
class Object
trait Matchable
class Any
final case class WriteFile(channel: AsynchronousFileChannel, source: ByteBuffer, position: Long) extends AsynchronousIo[Integer]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AsynchronousIo[Integer]
trait Trait
class Object
trait Matchable
class Any

Givens

Givens

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