given_Monadic_Option

magnolia1.Monadic$.given_Monadic_Option$
object given_Monadic_Option extends Monadic[Option]

Attributes

Graph
Supertypes
trait Monadic[Option]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type Apply[X] = F[X]

Attributes

Inherited from:
Monadic

Value members

Concrete methods

def flatMap[A, B](from: Option[A])(fn: A => Option[B]): Option[B]
def map[A, B](from: Option[A])(fn: A => B): Option[B]
def point[A](value: A): Option[A]