handlers

turbolift.effects.RandomEffect.handlers
object handlers

Predefined handlers for this effect.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
handlers.type

Members list

Value members

Concrete methods

def local: Handler[Identity, Identity, this.type, IO]
def local(seed: Long): Handler[Identity, Identity, this.type, Any]

Deterministic, even under parallelism.

Deterministic, even under parallelism.

Attributes

def shared: Handler[Identity, Identity, this.type, IO]
def shared(seed: Long): Handler[Identity, Identity, this.type, IO]

Non deterministic.

Non deterministic.

Attributes