Profunctor3

izumi.functional.bio.Profunctor3
trait Profunctor3[FR[_, _, _]] extends RootTrifunctor[FR]

Attributes

Graph
Supertypes
trait RootTrifunctor[FR]
trait Root
class Object
trait Matchable
class Any
Known subtypes
trait Arrow3[FR]
trait ArrowChoice3[FR]
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

def InnerF: Functor3[FR]
def dimap[R1, E, A1, R2, A2](fra: FR[R1, E, A1])(fr: R2 => R1)(fa: A1 => A2): FR[R2, E, A2]

Concrete methods

def contramap[R, E, A, R0](fr: FR[R, E, A])(f: R0 => R): FR[R0, E, A]