Exists

libretto.lambda.util.Exists
See theExists companion object
sealed trait Exists[F[_]] extends ExistsCo[F]

Attributes

Companion
object
Graph
Supertypes
trait ExistsCo[F]
class Object
trait Matchable
class Any
Known subtypes
class Some[F, A]

Members list

Type members

Inherited and Abstract types

type T

Attributes

Inherited from:
ExistsCo

Value members

Inherited and Abstract fields

val value: F[T]

Attributes

Inherited from:
ExistsCo