HandleWithApply

turbolift.Computation.HandleWithApply
class HandleWithApply[A, U, V](thiz: Computation[A, U])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[F[_], L, N, V2 <: V & N](h: FromId[F, L, N])(implicit ev: CanPartiallyHandle[V, U, L]): Computation[F[A], V2]
def apply[F[_], L, N, V2 <: V & N](h: FromConst[A, F, L, N])(implicit ev: CanPartiallyHandle[V, U, L]): Computation[F[A], V2]
def const[F[_], L, N, V2 <: V & N](h: FromConst[A, F, L, N])(implicit ev: CanPartiallyHandle[V, U, L]): Computation[F[A], V2]
def id[F[_], L, N, V2 <: V & N](h: FromId[F, L, N])(implicit ev: CanPartiallyHandle[V, U, L]): Computation[F[A], V2]