cps.monads.FreeMonad
See theFreeMonad companion trait
object FreeMonad
Attributes
- Companion
- trait
- Source
- FreeCpsMonad.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FreeMonad.type
Members list
Type members
Classlikes
Attributes
- Source
- FreeCpsMonad.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FreeMonad[Nothing]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- FreeCpsMonad.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FreeMonad[B]class Objecttrait Matchableclass AnyShow all
case class FlatMapTry[A, B](fa: FreeMonad[A], f: Try[A] => FreeMonad[B]) extends FreeMonad[B]
Attributes
- Source
- FreeCpsMonad.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FreeMonad[B]class Objecttrait Matchableclass AnyShow all
Attributes
- Source
- FreeCpsMonad.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FreeMonad[A]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article