s_mach

codetools

package codetools

Visibility
  1. Public
  2. All

Type Members

  1. trait BlackboxHelper extends BlackboxHelperImpl

  2. sealed trait Result[+A] extends AnyRef

    A monad for the result of some computation that may fail with multiple errors or complete successfully with informative or warning messages.

    A monad for the result of some computation that may fail with multiple errors or complete successfully with informative or warning messages. The order that issues (i.e. errors, warnings and info) accumulate is preserved.

    A

    type of the computation

Value Members

  1. object Result

  2. package impl

  3. package reflectPrint

Ungrouped