Type members
Types
Alias for handler, whose Result[_]
is a type-level constant function.
Alias for handler, whose Result[_]
is a type-level constant function.
Alias for handler that has no dependencies (introduces no new effects).
Alias for handler that has no dependencies (introduces no new effects).
Value members
Extensions
Inherited extensions
extension [L, N](thiz: Handler[Option, L, N])
extension [S, L, N](thiz: Handler[Tuple2, L, N])
def ***(using ET: ExtendTuple[S, S2, S3]): Handler[Tuple2, L & L2, N & N2]
- Inherited from:
- HandlerExtensions
extension [E, L, N](thiz: Handler[[_] =>> Either[E, _$10], L, N])