Action

trait Action[S]

An instantiation of a 'Command' which can be executed, and its effect evaluated.

An instantiation of a 'Command' which can be executed, and its effect evaluated.

Companion
object
class Object
trait Matchable
class Any

Type members

Types

type Input
type Output

Value members

Abstract methods

def input: Input