Package

unfiltered.directives

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. case class Fallible[A, B](cf: (A) ⇒ Option[B]) extends Interpreter[Option[A], Option[B], Nothing] with Product with Serializable

    Permalink
  2. trait Interpreter[A, B, +E] extends AnyRef

    Permalink
  3. class RequireBuilder[A] extends AnyRef

    Permalink
  4. class Requiring[A, +E] extends Interpreter[Option[A], A, E]

    Permalink
  5. class Strict[A, B, +E] extends Interpreter[Option[A], Option[B], E]

    Permalink

Value Members

  1. object Conditional

    Permalink
  2. object Interpreter

    Permalink
  3. object Requiring

    Permalink
  4. package as

    Permalink

Ungrouped