Package

classy.core

wheel

Permalink

package wheel

A small set of type classes (with partial implementations) needed for some of the internal operations of this library.

These aren't intended to be used as foundations for any code outside of this library.

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

Type Members

  1. trait Applicative[F[_]] extends Functor[F]

    Permalink

    Applicative functor

  2. trait Functor[F[_]] extends Serializable

    Permalink

    Covariant functor

  3. trait Indexed[F[_]] extends Serializable

    Permalink

    Captures the ability to assign indicies to a structure

  4. trait Traversable[F[_]] extends Functor[F]

    Permalink

    Captures the ability to traverse a structure from left to right while applying an effect

Value Members

  1. object Applicative extends Serializable

    Permalink
  2. object Functor extends Serializable

    Permalink
  3. object Indexed extends Serializable

    Permalink
  4. object Traversable extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped