Some

libretto.lambda.util.ExistsK.Some
case class Some[F[_[_]], A[_]](value: F[A]) extends ExistsK[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ExistsK[F]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type T[X] = A[X]

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product