object Lift extends LiftInstances1
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lift
- LiftInstances1
- LiftInstances2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_], G[_]](implicit lift: Lift[F, G]): Lift[F, G]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byFunK[F[_], G[_]](fk: ~>[F, G]): Lift[F, G]
-
implicit
def
byIso[F[_], G[_]](implicit iso: IsoK[F, G]): Lift[F, G]
- Definition Classes
- LiftInstances1
-
implicit
def
byIsoInverse[F[_], G[_]](implicit iso: IsoK[F, G]): Lift[G, F]
- Definition Classes
- LiftInstances2
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def liftContT[F[_], R](implicit arg0: FlatMap[F]): Lift[F, [γ$8$]ContT[F, R, γ$8$]]
- implicit def liftEitherT[F[_], E](implicit arg0: Functor[F]): Lift[F, [γ$5$]EitherT[F, E, γ$5$]]
- implicit def liftIdentity[F[_]]: Lift[F, F]
- implicit def liftIorT[F[_], L](implicit arg0: Applicative[F]): Lift[F, [γ$7$]IorT[F, L, γ$7$]]
- implicit def liftOptionT[F[_]](implicit arg0: Functor[F]): Lift[F, [β$4$]OptionT[F, β$4$]]
- implicit def liftRWST[F[_], R, L, S](implicit arg0: Applicative[F], arg1: Monoid[L]): Lift[F, [ε$9$]IndexedReaderWriterStateT[F, R, L, S, S, ε$9$]]
- implicit def liftReaderT[F[_], R]: Lift[F, [γ$1$]Kleisli[F, R, γ$1$]]
- implicit def liftStateT[F[_], S](implicit arg0: Applicative[F]): Lift[F, [γ$6$]IndexedStateT[F, S, S, γ$6$]]
- implicit def liftWriterT[F[_], L](implicit arg0: Applicative[F], arg1: Monoid[L]): Lift[F, [γ$3$]WriterT[F, L, γ$3$]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trans[F[_], G[_]](implicit lift: Lift[F, G]): ~>[F, G]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated