Packages

p

rescala

operator

package operator

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultImplementations extends AnyRef
  2. final class Diff[+A] extends AnyRef
  3. trait EventBundle extends EventCompatBundle with InterpBundle
  4. trait FlattenApi extends FlattenCollectionCompat
  5. trait Observing extends Core
  6. sealed trait Pulse[+P] extends AnyRef

    Pulse that stores a current value and can also indicate a potentially change to an updated value.

    Pulse that stores a current value and can also indicate a potentially change to an updated value. A pulse may indicate that no current value has been set yet but updates must always contain a value.

    P

    Stored value type of the Pulse

  7. trait SignalBundle extends AnyRef
  8. trait Sources extends AnyRef
  9. class cutOutOfUserComputation extends Annotation with StaticAnnotation

    Annotated definitions are cut out of any reactive macro and only evaluated once when the reactive is created.

    Annotated definitions are cut out of any reactive macro and only evaluated once when the reactive is created. This causes more dependencies to be static and reduces the number of unnecessarily created reactives.

Value Members

  1. object Diff
  2. object EventsMacroImpl
  3. object Pulse

    Object containing utility functions for using pulses

  4. object RExceptions
  5. object SignalMacroImpl

Ungrouped