com
.
thoughtworks
.
dsl
.
Dsl
TryCatch
Related Docs:
trait TryCatch
|
package Dsl
object
TryCatch
extends
LowPriorityTryCatch
Source
Dsl.scala
Linear Supertypes
LowPriorityTryCatch
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
TryCatch
LowPriorityTryCatch
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
implicit final
class
Ops
[
Value
,
OuterDomain
,
BlockDomain
]
extends
AnyRef
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
implicit
def
futureTryCatch
[
BlockValue
,
OuterValue
]
(
implicit
executionContext:
ExecutionContext
)
:
TryCatch
[
BlockValue
,
Future
[
OuterValue
],
Future
[
BlockValue
]]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
implicit
def
liftFunction1TryCatch
[
Value
,
OuterDomain
,
BlockDomain
,
State
]
(
implicit
restTryCatch:
TryCatch
[
Value
,
OuterDomain
,
BlockDomain
]
)
:
TryCatch
[
Value
, (
State
) ⇒
OuterDomain
, (
State
) ⇒
BlockDomain
]
Definition Classes
LowPriorityTryCatch
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
implicit
def
throwableContinuationTryCatch
[
LeftDomain
,
Value
]
:
TryCatch
[
Value
,
!!
[
LeftDomain
,
Throwable
],
!!
[
LeftDomain
,
Throwable
]]
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
LowPriorityTryCatch
Inherited from
AnyRef
Inherited from
Any
Ungrouped