actionOps

implicit class actionOps[T](action: Action[T])
class Object
trait Matchable
class Any

Value members

Concrete methods

def orElse(other: Action[T]): Action[T]
def unless(condition: Boolean): Action[Unit]
def when(condition: Boolean): Action[Unit]
def whenFailed(error: Error => Action[T]): Action[T]
def |||(other: Action[T]): Action[T]