Interface MemoizedFunction<I,​O>

  • All Superinterfaces:
    java.util.function.Function<I,​O>, Memoized<I,​O>
    All Known Implementing Classes:
    MemoizedFunctionImpl

    public interface MemoizedFunction<I,​O>
    extends java.util.function.Function<I,​O>, Memoized<I,​O>
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose