SelectClause

ox.channels.SelectClause
sealed trait SelectClause[+T]

A clause to use as part of select. Clauses can be created having a channel instance, using Source.receiveClause and Sink.sendClause.

A clause instance is immutable and can be reused in multiple select calls.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Receive
class Send
class Default[T]

Members list

Type members

Types

type Result <: SelectResult[T]