object
Continuation
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply[R, A](a: ⇒ A): com.thoughtworks.dsl.Dsl.!![R,A] @com.thoughtworks.dsl.Dsl.reset
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
delay[R, A](a: () ⇒ A): !![R, A]
-
def
empty[R, A](r: R): !![R, A]
-
-
-
def
fromTryContinuation[LeftDomain, Value](continuation: !![LeftDomain, Try[Value]])(successHandler: (Value) ⇒ !![LeftDomain, Throwable])(failureHandler: (Throwable) ⇒ LeftDomain): LeftDomain
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
now[R, A](a: A): !![R, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
toTryContinuation[LeftDomain, Value](task: !![!![LeftDomain, Throwable], Value])(handler: (Try[Value]) ⇒ LeftDomain): LeftDomain
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit