FNested3SyntaxOps

mouse.FNested3SyntaxOps
final class FNested3SyntaxOps[F[_], G[_], H[_], A](fgha: F[G[H[A]]]) extends AnyVal

Attributes

Source:
fnested.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def flatMapNested3[B](f: A => H[B])(implicit F: Functor[F], G: Functor[G], H: FlatMap[H]): F[G[H[B]]]

Attributes

Source:
fnested.scala
def mapNested3[B](f: A => B)(implicit F: Functor[F], G: Functor[G], H: Functor[H]): F[G[H[B]]]

Attributes

Source:
fnested.scala