Extensions

final implicit class Extensions(val self: ExecutionModel) extends AnyVal

Extension methods for ExecutionModel.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Returns true if this execution model is AlwaysAsyncExecution or false otherwise.

Returns true if this execution model is AlwaysAsyncExecution or false otherwise.

Returns true if this execution model is BatchedExecution or false otherwise.

Returns true if this execution model is BatchedExecution or false otherwise.

Returns true if this execution model is SynchronousExecution or false otherwise.

Returns true if this execution model is SynchronousExecution or false otherwise.

Concrete fields