Package

schemes

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. final case class ConsF[A, B](head: A, tail: B) extends ListF[A, B] with Product with Serializable

    Permalink
  2. sealed abstract class ListF[A, B] extends AnyRef

    Permalink
  3. final case class NilF[A, B]() extends ListF[A, B] with Product with Serializable

    Permalink

Value Members

  1. object ListF

    Permalink

Ungrouped