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: Handler[Identity, Option, this.type, Any]
def orCancel: Handler[Identity, Identity, this.type, IO]
def orElse(e: => Nothing): Handler[Identity, Identity, this.type, Any]
def orElseCancel: Handler[Identity, Identity, this.type, IO]
def toOption: Handler[Identity, Option, this.type, Any]