Cond

object Cond
Companion:
class
class Object
trait Matchable
class Any
Cond.type

Value members

Concrete methods

def unless[R, O, S](f: ROS[R, O, S] => Boolean): Cond[R, O, S, Nothing]
def when[R, O, S](f: ROS[R, O, S] => Boolean): Cond[R, O, S, Nothing]

Concrete fields

val always: Cond[Any, Any, Any, Nothing]