java.lang.Object
com.softwaremill.jox.SelectClause<T>
A clause to use as part of
Select.select(SelectClause[]). Clauses can be created having a channel instance,
using Channel.receiveClause() and Channel.sendClause(Object)}.
A clause instance is immutable and can be reused in multiple `select` calls.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SelectClause
public SelectClause()
-