Val

com.raquo.airstream.state.Val
See theVal companion class
object Val

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Val.type

Members list

Value members

Concrete methods

def apply[A](value: A): Val[A]
def fromEither[A](value: Either[Throwable, A]): Val[A]
def fromTry[A](value: Try[A]): Val[A]