Package

basis

Permalink

package basis

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. basis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Maybe[+A] = Else[A, Any]

    Permalink
  2. type Truth = Else[Boolean, Any]

    Permalink
  3. type Try[+A] = Else[A, Throwable]

    Permalink

Value Members

  1. implicit macro def ElseToOps[A, B](self: Else[A, B]): ElseOps[A, B]

    Permalink
  2. val False: Bind[Boolean]

    Permalink
  3. implicit macro def MaybeToOps[A](self: Else[A, Nothing]): ElseOps[A, Nothing]

    Permalink
  4. val True: Bind[Boolean]

    Permalink
  5. implicit macro def TruthToOps(self: Truth): TruthOps

    Permalink
  6. package form

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped