public final class Memoizers
extends Object
-
Method Summary
static <Input,
Result>
Function<Input,Result>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
-
of
public static <Input,
Result> Function<Input,Result> of(Function<Input,Result> function)