Monadic

magnolia1.Monadic$
See theMonadic companion trait
object Monadic

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Monadic.type

Members list

Concise view

Type members

Classlikes

object given_Monadic_List extends Monadic[List]

Attributes

Graph
Supertypes
trait Monadic[List]
class Object
trait Matchable
class Any
Self type
object given_Monadic_Option extends Monadic[Option]

Attributes

Graph
Supertypes
trait Monadic[Option]
class Object
trait Matchable
class Any
Self type
object given_Monadic_Try extends Monadic[Try]

Attributes

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

Givens

Givens

given given_Monadic_Either[Err]: given_Monadic_Either[Err]
given given_Monadic_Future(using ec: ExecutionContext): given_Monadic_Future

Extensions

Extensions

extension [F[_], A, B](fv: F[A])
def flatMap(using monadic: Monadic[F])(f: A => F[B]): F[B]
def map(using monadic: Monadic[F])(f: A => B): F[B]