Invocation

feral.lambda.Invocation
See theInvocation companion object
sealed trait Invocation[F[_], Event]

Attributes

Companion
object
Source
Invocation.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def context: F[Context[F]]
Implicitly added by kleisliInvocation

Attributes

Source
Invocation.scala
def context: F[Context[F]]

Attributes

Source
Invocation.scala
def event: F[Event]
Implicitly added by kleisliInvocation

Attributes

Source
Invocation.scala
def event: F[Event]

Attributes

Source
Invocation.scala
def mapK[G[_]](fk: FunctionK[F, G]): Invocation[G, Event]
Implicitly added by kleisliInvocation

Attributes

Source
Invocation.scala
def mapK[G[_]](fk: FunctionK[F, G]): Invocation[G, Event]

Attributes

Source
Invocation.scala