package lift
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
IsoK[F[_], G[_]] extends AnyRef
bidirectional transformation
- trait Lift[F[_], G[_]] extends AnyRef
- trait LowPriorRebase extends AnyRef
- trait Rebase[U[_[_]]] extends AnyRef
-
trait
Unlift[F[_], G[_]] extends Lift[F, G] with ContextBase
Embedded transformation.
Embedded transformation. Can be used instead of a direct F ~> G. Especially useful one is
UnliftIO, a replacement for theEffecttypeclass.