|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Functor
This interface defines a functor.
Method Summary | |
---|---|
Functor |
compose(Functor f)
Returns the composition of this functor with another. |
Category.Morphism |
map(Category.Morphism m)
Maps a morphism from one category to another. |
java.lang.Object |
map(java.lang.Object o)
Maps an object from one category to another. |
Methods inherited from interface JSci.maths.categories.Category.Morphism |
---|
codomain, compose, domain |
Method Detail |
---|
java.lang.Object map(java.lang.Object o)
map
in interface Category.Morphism
Category.Morphism map(Category.Morphism m)
Functor compose(Functor f)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |