handlers

turbolift.effects.MaybeEffect.handlers
object handlers

Predefined handlers for this effect.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
handlers.type

Members list

Value members

Concrete methods

def default: impl.ThisHandler[Identity, Option, Any]
def orElse(e: => Nothing): impl.ThisHandler[Identity, Identity, Any]
def toOption: impl.ThisHandler[Identity, Option, Any]