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: Operators.ReSource*)(expr: (Operators.DynamicTicket) ⇒ T)(implicit ct: Operators.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[Operators.ReSource])(expr: (Operators.DynamicTicket) ⇒ T)(implicit ct: Operators.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[Operators.ReSource], init: T)(expr: (Operators.StaticTicket) ⇒ (() ⇒ T) ⇒ T)(implicit ticket: Operators.CreationTicket): Operators.Signal[T]
-
def
fromFuture[A](fut: Future[A])(implicit fac: Operators.Scheduler, ec: ExecutionContext): 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: Operators.CreationTicket): Operators.Signal[B]
- Annotations
- @cutOutOfUserComputation()
-
def
lift[A1, B](n1: Operators.Signal[A1])(fun: (A1) ⇒ B)(implicit maybe: Operators.CreationTicket): Operators.Signal[B]
- Annotations
- @cutOutOfUserComputation()
-
def
lift[A, R](los: Seq[Operators.Signal[A]])(fun: (Seq[A]) ⇒ R)(implicit maybe: Operators.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, Operators.ReSource, Operators.DynamicTicket])(implicit ct: Operators.CreationTicket): Operators.Signal[T]
- Annotations
- @cutOutOfUserComputation()
-
def
stateful[T](dependencies: Operators.ReSource*)(expr: (Operators.StaticTicket) ⇒ T)(implicit ct: Operators.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: Operators.ReSource*)(expr: (Operators.StaticTicket) ⇒ T)(implicit ct: Operators.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[Operators.ReSource])(expr: (Operators.StaticTicket) ⇒ T)(implicit ct: Operators.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( ... )