Package

s_mach.codetools

macros

Permalink

package macros

Visibility
  1. Public
  2. All

Type Members

  1. trait BlackboxHelper extends BlackboxHelperImpl

    Permalink
  2. trait ProductBuilder[T[_], A] extends AnyRef

    Permalink

    A base trait for manually building type-classes for a product type

    A base trait for manually building type-classes for a product type

    T

    type-class type

    A

    type for type-class

  3. trait ProductTypeHelper extends AnyRef

    Permalink

    Helper trait that adds ProductType support to a blackbox context

  4. sealed trait Result[+A] extends AnyRef

    Permalink

    A monad for the result of some computation that may fail with an exception, multiple errors or complete successfully with minor issues (e.g.

    A monad for the result of some computation that may fail with an exception, multiple errors or complete successfully with minor issues (e.g. informative, warning or debug messages). The order that issues accumulate is preserved.

    A

    type of the computation

Value Members

  1. object Result

    Permalink

Ungrouped