Choices

kyo.Choices
See theChoices companion class
object Choices extends Choices

Attributes

Companion
class
Graph
Supertypes
class Choices
trait Effect[Choices]
class Object
trait Matchable
class Any
Self type
Choices.type

Members list

Type members

Inherited types

type Command[T] = Seq[T]

Attributes

Inherited from:
Choices

Value members

Concrete methods

def eval[T, U, S](v: Seq[T])(f: T => U < S): U < (Choices & S)
def filter[S](v: Boolean < S): Unit < (Choices & S)
def get[T](v: Seq[T]): T < Choices
def run[T : Flat, S](v: T < (Choices & S)): Seq[T] < S

Concrete fields

val drop: Nothing < Choices