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]
class Object
trait Matchable
class Any

Members list

Concise view

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