given_Monadic_Try

magnolia1.Monadic$.given_Monadic_Try$
object given_Monadic_Try extends Monadic[Try]

Attributes

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