scala.util.continuations
ControlContext
class
ControlContext[+A, -B, +C] extends AnyRef
Inherited
- Hide All
- Show all
- AnyRef
- Any
Instance constructors
-
new
ControlContext(fun: ((A) ⇒ B, (Exception) ⇒ B) ⇒ C, x: A)
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
flatMap[A1, B1, C1 <: B](f: (A) ⇒ ControlContext[A1, B1, C1]): ControlContext[A1, B1, C]
-
def
flatMapCatch[A1 >: A, B1 <: B, C1 <: B1 >: C](pf: PartialFunction[Exception, ControlContext[A1, B1, C1]]): ControlContext[A1, B1, C1]
-
def
foreach(f: (A) ⇒ B): C
-
def
foreachFull(f: (A) ⇒ B, g: (Exception) ⇒ B): C
-
val
fun: ((A) ⇒ B, (Exception) ⇒ B) ⇒ C
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
getTrivialValue: A
-
def
hashCode(): Int
-
def
isInstanceOf[T0]: Boolean
-
def
isTrivial: Boolean
-
def
map[A1](f: (A) ⇒ A1): ControlContext[A1, B, C]
-
def
mapFinally(f: () ⇒ Unit): ControlContext[A, B, C]
-
def
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
synchronized[T0](arg0: T0): T0
-
def
toString(): String
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit
-
val
x: A