orbital.math.functional
Interface MathFunctor.Composite
- All Superinterfaces:
- Arithmetic, Composite, Functor, Functor.Composite, MathFunctor, Normed
- All Known Subinterfaces:
- BinaryFunction.Composite, Function.Composite
- Enclosing interface:
- MathFunctor
public static interface MathFunctor.Composite
- extends Functor.Composite, MathFunctor
A composed mathematical functors.
compose: (f,g) ↦ f ∘ g := f(g)
Functions could be composed of an outer Function and an inner Function concatenated with each other.
- Author:
- André Platzer
- Structure:
- is
Functor.Composite
∩MathFunctor
, extends MathFunctor, extends Functor.Composite
Methods inherited from interface orbital.math.Arithmetic |
add, divide, equals, inverse, isOne, isZero, minus, multiply, one, power, scale, subtract, toString, valueFactory, zero |
Methods inherited from interface orbital.math.Normed |
norm |
Copyright © 1996-2009 André Platzer
All Rights Reserved.