trait
LeftPartialAction[P, G] extends Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
-
abstract
def
partialActl(g: G, p: P): Opt[P]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
actlIsDefined(g: G, p: P): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
A left partial action of a semigroupoid
GonPis the implementation of a methodpartialActl(g, p), org ?|+|> preturningOpt[P], such that:1. for all
g,hinG,pinPsuch thatg |+|? handh ?|+|> pare defined,((g |+|? h).get ?|+|> p).get === (g ?|+|> (h ?|+|> p).get).getwith all operations defined.In addition, if
Gis a partial monoid, the following relation holds:2. for all
ginGandpinPsuch thatg ?|+|> pis defined:(g.rightId ?|+|> p).get === p, the operation?|+|>being defined.