Action

object Action
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def additive[P, G](G: AdditiveAction[P, G]): Action[P, G]
@inline
def apply[P, G](G: Action[P, G]): Action[P, G]
@inline
def multiplicative[P, G](G: MultiplicativeAction[P, G]): Action[P, G]