final
class
RichTaskable2[A, B] extends RichTaskables[:+:[A, :+:[B, HNil]]]
Type Members
-
-
type
Fun[M[_], Ret] = (M[A], M[B]) ⇒ Ret
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
convertH[R](z: (A, B) ⇒ R): (:+:[A, :+:[B, HNil]]) ⇒ R
-
def
convertK[M[_], R](f: (M[A], M[B]) ⇒ R): (KList[M, :+:[A, :+:[B, HNil]]]) ⇒ R
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
flatFailure[T](f: (Seq[Incomplete]) ⇒ Task[T]): App[T]
-
def
flatMap[T](f: (Id[A], Id[B]) ⇒ Task[T]): App[T]
-
def
flatMapR[T](f: (Result[A], Result[B]) ⇒ Task[T]): App[T]
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
def
identityMap: App[(Id[A], Id[B])]
-
final
def
isInstanceOf[T0]: Boolean
-
def
map[T](f: (Id[A], Id[B]) ⇒ T): App[T]
-
def
mapFailure[T](f: (Seq[Incomplete]) ⇒ T): App[T]
-
def
mapR[T](f: (Result[A], Result[B]) ⇒ T): App[T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any