object RefTo
- Alphabetic
- By Inheritance
- RefTo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[K, V, P](key: K, collTarget: ModelRO[P])(updated: (K, Pot[V]) ⇒ Action)(implicit ev: <:<[P, PotCollection[K, V]]): RefTo[Pot[V]]
Builds a
RefToto a potential value inside aPotCollectionBuilds a
RefToto a potential value inside aPotCollection- key
Identifies the potential value inside the collection
- collTarget
Model reader for the
PotCollectioncontaining the potential value- updated
Function to create an update action for the potential value this reference points to
- Annotations
- @inline()
-
def
apply[V](target: ModelRO[V], updated: (V) ⇒ Action): RefTo[V]
- Annotations
- @inline()
-
def
apply[V](target: ModelRO[V]): RefTo[V]
Provides a read-only reference that always produces a
NoActionwhen an update is requested.Provides a read-only reference that always produces a
NoActionwhen an update is requested.- target
Model reader for the referred value
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
stream[K, V, P](key: K, streamTarget: ModelRO[P])(updated: (K, V) ⇒ Action)(implicit ev: <:<[P, PotStream[K, V]], feq: FastEq[_ >: V]): RefTo[V]
Builds a
RefToto a value inside aPotStreamBuilds a
RefToto a value inside aPotStream- key
Identifies the value inside the stream
- streamTarget
Model reader for the
PotStreamcontaining the value- updated
Function to create an update action for the potential value this reference points to
- Annotations
- @inline()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()