Package

rx

opmacros

Permalink

package opmacros

Visibility
  1. Public
  2. All

Type Members

  1. trait Operators[T, Wrap[_]] extends AnyRef

    Permalink

    Non-macro runtime implementations for the functions that Scala.rx's macros forward to.

    Non-macro runtime implementations for the functions that Scala.rx's macros forward to. This is parametrized on a Wrapper type, to be re-usable for both operators dealing with T and Try[T].

    Provides a small number of helpers to deal with generically dealing with Wrap[T]s

Value Members

  1. object Factories

    Permalink

    Macros used to

  2. object MapReadMacro

    Permalink
  3. object Operators

    Permalink

    Implementations for the various macros that Scala.rx defines for its operators.

  4. object Utils

    Permalink

    Helper functions for the other macros in this package.

Ungrouped