Uses of Interface
JSci.maths.categories.Functor

Packages that use Functor
JSci.maths.categories   
 

Uses of Functor in JSci.maths.categories
 

Classes in JSci.maths.categories that implement Functor
 class Simplicial.DegeneracyMap
           
 class Simplicial.FaceMap
           
 class Simplicial.IncreasingMap
           
 

Methods in JSci.maths.categories that return Functor
 Functor Functor.compose(Functor f)
          Returns the composition of this functor with another.
 Functor Simplicial.IncreasingMap.compose(Functor f)
           
 Functor NaturalTransformation.map(Functor f)
          Maps one functor to another.
 

Methods in JSci.maths.categories with parameters of type Functor
 Functor Functor.compose(Functor f)
          Returns the composition of this functor with another.
 Functor Simplicial.IncreasingMap.compose(Functor f)
           
 Functor NaturalTransformation.map(Functor f)
          Maps one functor to another.