ReadAs

rescala.core.ReadAs
See theReadAs companion object
trait ReadAs[S[_], +A] extends ReSource

Attributes

A

return type of the accessor

Companion:
object
Graph
Supertypes
trait ReSource
class Object
trait Matchable
class Any
Known subtypes
trait ReadableMacro[S, A]
trait EventCompat[T]
trait Event[T]
class EventImpl[T]
class Evt[T]
trait SignalCompat[T]
trait Signal[T]
class SignalImpl[T]
class Var[A]
class Reactor[T]

Members list

Concise view

internal

def read(v: Value): A

Interprets the internal type to the external type

Interprets the internal type to the external type

Attributes

Type members

Types

type State[V] = S[V]

Inherited types

type Value

Attributes

Inherited from:
ReSource

Value members

Inherited methods

Attributes

Inherited from:
ReSource