trait
RightAction[P, G] extends Any
Abstract Value Members
-
abstract
def
actr(p: P, g: G): P
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
A (right) semigroup/monoid/group action of
GonPis simply the implementation of a methodactr(p, g), orp <|+| g, such that:1.
p <|+| (g |+| h) === (p <|+| g) <|+| hfor allg,hinGandpinP.2.
p <|+| id === pfor allpinP(ifidis defined)