Packages

p

rx

opmacros

package opmacros

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

    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

    Macros used to

  2. object MapReadMacro
  3. object Operators

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

  4. object Utils

    Helper functions for the other macros in this package.

Ungrouped