Some

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

Attributes

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

Members list

Type members

Types

override type T = A

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product