JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aksw.commons.util.memoize
MemoizedFunction
Contents
Description
Method Summary
Hide sidebar
Show sidebar
Interface MemoizedFunction<
I
,
O
>
All Superinterfaces:
Function
<I,
O>,
Memoized
<I,
O>
All Known Implementing Classes:
MemoizedFunctionImpl
public interface
MemoizedFunction<I,
O>
extends
Function
<I,
O>,
Memoized
<I,
O>
Method Summary
Methods inherited from interface
Function
andThen
,
apply
,
compose
Methods inherited from interface
Memoized
clearCache
,
getCache