ASome

case class ASome[F[_, _], A, B](value: F[A, B]) extends AOption[F, A, B]
trait Serializable
trait Product
trait Equals
class AOption[F, A, B]
class Object
trait Matchable
class Any

Value members

Inherited methods

def fold[R](caseSome: F[A, B] => R, caseNone: A === B => R): R
Inherited from:
AOption
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product