com.ossuminc.riddl.utils.Interrupt
See theInterrupt companion object
Attributes
-
Companion
-
object
-
Source
-
Interrupt.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Attributes
-
Source
-
Interrupt.scala
-
Supertypes
-
class Object
trait Matchable
class Any
This is the signal to cancel the execution of the logic.
This is the signal to cancel the execution of the logic. Returns whether the cancellation signal was successfully issued or not.
Attributes
-
Definition Classes
-
-
Source
-
Interrupt.scala
Executes the supplied block of code and returns the result.
Executes the supplied block of code and returns the result. Throws CancellationException if the block was interrupted.
Attributes
-
Source
-
Interrupt.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Definition Classes
-
-
Inherited from:
-
Function0