given_Monadic_List

magnolia1.Monadic$.given_Monadic_List$
object given_Monadic_List extends Monadic[List]

Attributes

Graph
Supertypes
trait Monadic[List]
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: List[A])(fn: A => List[B]): List[B]
def map[A, B](from: List[A])(fn: A => B): List[B]
def point[A](value: A): List[A]