Package

io.chrisdavenport

selection

Permalink

package selection

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

Type Members

  1. final case class Selection[F[_], B, A](unwrap: F[Either[B, A]]) extends AnyVal with Product with Serializable

    Permalink

    A selection wraps a Functor f and has an unselected type b and a selected type a

  2. type SelectionA[F[_], A] = Selection[F, A, A]

    Permalink

Value Members

  1. object Selection extends Serializable

    Permalink
  2. object implicits extends all

    Permalink
  3. package syntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped