- Companion:
- object
class Object
trait Matchable
class Any
Type members
Value members
Abstract methods
Concrete methods
final def composeWith[ThatResult[_], ThatElim, ThatIntro](that: Handler[ThatResult, ThatElim, ThatIntro]): Handler[[X] =>> ThatResult[Result[X]], Elim & ThatElim, Intro & ThatIntro]
final def provideWith[ThatResult[_], ThatIntro](that: Handler[ThatResult, Intro, ThatIntro]): Handler[[X] =>> ThatResult[Result[X]], Elim, ThatIntro]