object Signals
Functions to construct signals, you probably want to use signal expressions in rescala.interface.RescalaInterface.Signal for a nicer API.
- Alphabetic
- By Inheritance
- Signals
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
dynamic[T](dependencies: of[State]*)(expr: (DynamicTicket) ⇒ T)(implicit ct: CreationTicket): Operators.Signal[T]
creates a signal that has dynamic dependencies (which are detected at runtime with Signal.apply(turn))
creates a signal that has dynamic dependencies (which are detected at runtime with Signal.apply(turn))
- Annotations
- @cutOutOfUserComputation()
-
def
dynamicNoVarargs[T](dependencies: Seq[of[State]])(expr: (DynamicTicket) ⇒ T)(implicit ct: CreationTicket): Operators.Signal[T]
creates a signal that has dynamic dependencies (which are detected at runtime with Signal.apply(turn))
creates a signal that has dynamic dependencies (which are detected at runtime with Signal.apply(turn))
- Annotations
- @cutOutOfUserComputation()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fold[T](dependencies: Set[of[State]], init: T)(expr: (StaticTicket) ⇒ (() ⇒ T) ⇒ T)(implicit ticket: CreationTicket): Operators.Signal[T]
-
def
fromFuture[A](fut: Future[A])(implicit scheduler: Scheduler[State], ec: ExecutionContext, name: ReInfo): Operators.Signal[A]
converts a future to a signal
converts a future to a signal
- Annotations
- @cutOutOfUserComputation()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lift[A1, A2, B](n1: Operators.Signal[A1], n2: Operators.Signal[A2])(fun: (A1, A2) ⇒ B)(implicit maybe: CreationTicket): Operators.Signal[B]
- Annotations
- @cutOutOfUserComputation()
-
def
lift[A1, B](n1: Operators.Signal[A1])(fun: (A1) ⇒ B)(implicit maybe: CreationTicket): Operators.Signal[B]
- Annotations
- @cutOutOfUserComputation()
-
def
lift[A, R](los: Seq[Operators.Signal[A]])(fun: (Seq[A]) ⇒ R)(implicit maybe: CreationTicket): Operators.Signal[R]
- Annotations
- @cutOutOfUserComputation()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
ofUDF[T](udf: Operators.UserDefinedFunction[T, of[State], DynamicTicket])(implicit ct: CreationTicket): Operators.Signal[T]
- Annotations
- @cutOutOfUserComputation()
-
def
stateful[T](dependencies: of[State]*)(expr: (StaticTicket) ⇒ T)(implicit ct: CreationTicket): Operators.Signal[T]
creates a new static signal depending on the dependencies, reevaluating the function
creates a new static signal depending on the dependencies, reevaluating the function
- Annotations
- @cutOutOfUserComputation()
-
def
static[T](dependencies: of[State]*)(expr: (StaticTicket[State]) ⇒ T)(implicit ct: CreationTicket): Operators.Signal[T]
creates a new static signal depending on the dependencies, reevaluating the function
creates a new static signal depending on the dependencies, reevaluating the function
- Annotations
- @cutOutOfUserComputation()
-
def
staticNoVarargs[T](dependencies: Seq[of[State]])(expr: (StaticTicket) ⇒ T)(implicit ct: CreationTicket): Operators.Signal[T]
creates a new static signal depending on the dependencies, reevaluating the function
creates a new static signal depending on the dependencies, reevaluating the function
- Annotations
- @cutOutOfUserComputation()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )