trait LeftPartialAction[P, G] extends Any
A left partial action of a semigroupoid G on P is the implementation of
a method partialActl(g, p), or g ?|+|> p returning Opt[P], such that:
1. for all g, h in G, p in P such that g |+|? h and h ?|+|> p are defined,
((g |+|? h).get ?|+|> p).get === (g ?|+|> (h ?|+|> p).get).get with all operations
defined.
In addition, if G is a partial monoid, the following relation holds:
2. for all g in G and p in P such that g ?|+|> p is defined:
(g.rightId ?|+|> p).get === p, the operation ?|+|> being defined.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeftPartialAction
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def actlIsDefined(g: G, p: P): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Any
-
def
hashCode(): Int
- Definition Classes
- Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any