Default
ox.channels.Default
case class Default[T](value: T) extends SelectClause[T]
A default clause, which will be chosen if no other clause can be selected immediately, during a select call.
There should be at most one default clause, and it should always come last in the list of clauses.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SelectClause[T]class Objecttrait Matchableclass Any
Members list
In this article