MonadAsk3

izumi.functional.bio.MonadAsk3
trait MonadAsk3[FR[_, _, _]] extends Ask3[FR]

Attributes

Graph
Supertypes
trait Ask3[FR]
trait RootTrifunctor[FR]
trait Root
class Object
trait Matchable
class Any
Known subtypes
trait Local3[FR]
class AsyncZio
object AsyncZio.type

Members list

Concise view

Type members

Inherited types

Attributes

Inherited from:
DivergenceHelper

Attributes

Inherited from:
PredefinedHelper

Value members

Abstract methods

override def InnerF: Monad3[FR]

Attributes

Definition Classes
def access[R, E, A](f: R => FR[R, E, A]): FR[R, E, A]

Inherited methods

def ask[R]: FR[R, Nothing, R]

Attributes

Inherited from:
Ask3
def askWith[R, A](f: R => A): FR[R, Nothing, A]

Attributes

Inherited from:
Ask3