io.github.positionpal.handler

Members list

Type members

Classlikes

object Handlers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Handlers.type
trait MessageHandler[F[_]]

A trait for handling messages of various types within an effectful context.

A trait for handling messages of various types within an effectful context.

Type parameters

F

The effect type in which the message handling operation is performed.

Attributes

Supertypes
class Object
trait Matchable
class Any