|
Orbital library | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IterationLimitException | |
---|---|
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. |
Uses of IterationLimitException in orbital.logic.functor |
---|
Methods in orbital.logic.functor that throw IterationLimitException | |
---|---|
static java.lang.Object |
Functionals.fixedPoint(Function f,
java.lang.Object x)
|
static java.lang.Object |
Functionals.fixedPoint(Function f,
java.lang.Object x,
int maxIteration)
fixedPoint starts with an object, then applies f repeatedly until the result no longer changes. |
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |