|
Orbital library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Functor.Composite | |
---|---|
orbital.logic.functor | Contains template interfaces for logic functors like Predicates and Functions that can be used for generalized call-back, and functional operations based upon them. |
orbital.logic.imp | Defines a generic interface to (symbolic) logic systems. |
orbital.math.functional | Contains mathematical functors and extended functional operations. |
Uses of Functor.Composite in orbital.logic.functor |
---|
Subinterfaces of Functor.Composite in orbital.logic.functor | |
---|---|
static interface |
BinaryFunction.Composite
A composed BinaryFunction. |
static interface |
BinaryPredicate.Composite
A composed BinaryPredicate. |
static interface |
Function.Composite
A composed Function. |
static interface |
Predicate.Composite
A composed Predicate. |
static interface |
VoidFunction.Composite
A composed VoidFunction. |
static interface |
VoidPredicate.Composite
A composed VoidPredicate. |
Methods in orbital.logic.functor that return Functor.Composite | |
---|---|
static Functor.Composite |
Functionals.genericCompose(BinaryFunction f,
java.lang.Object g,
java.lang.Object h)
generic compose calls the compose function appropriate for the type of g and h. |
static Functor.Composite |
Functionals.genericCompose(BinaryPredicate P,
java.lang.Object g,
java.lang.Object h)
generic compose calls the compose function appropriate for the type of g and h. |
static Functor.Composite |
Functionals.genericCompose(Function f,
java.lang.Object g)
Deprecated. Use Functionals.compose instead. |
Uses of Functor.Composite in orbital.logic.imp |
---|
Subinterfaces of Functor.Composite in orbital.logic.imp | |
---|---|
static interface |
Formula.Composite
Interface for composite formulas. |
Uses of Functor.Composite in orbital.math.functional |
---|
Subinterfaces of Functor.Composite in orbital.math.functional | |
---|---|
static interface |
MathFunctor.Composite
A composed mathematical functors. |
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |