public class FixpointIteration
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <T> T
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FixpointIteration
public FixpointIteration()
-
Method Details
-
createClosure
public static <T> Function<T,T> createClosure(Function<? super T,? extends T> transform)
-
apply
public static <T> T apply(T op,
Function<? super T,? extends T> transform)
-
apply
public static <T> T apply(int max,
T init,
Function<? super T,? extends T> fn)