Package com.github.underscore
Class Underscore.MemoizeFunction<F,T>
- java.lang.Object
-
- com.github.underscore.Underscore.MemoizeFunction<F,T>
-
- All Implemented Interfaces:
java.util.function.Function<F,T>
- Enclosing class:
- Underscore<T>
public abstract static class Underscore.MemoizeFunction<F,T> extends java.lang.Object implements java.util.function.Function<F,T>
-
-
Constructor Summary
Constructors Constructor Description MemoizeFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description T
apply(F key)
abstract T
calc(F n)
-