Package

org.atnos

origami

Permalink

package origami

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. origami
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[M[_], A, B, S1] = Fold[M, A, B] { type S = S1 }

    Permalink
  2. type FoldState[A, B] = Fold[Id, A, B] { type S = B }

    Permalink
  3. type Sink[M[_], A] = Fold[M, A, Unit]

    Permalink

Value Members

  1. object folds

    Permalink

    List of predefined Folds

Inherited from AnyRef

Inherited from Any

Ungrouped