[Java] Interface MemoizeCache.ValueProvider<K, V>
@FunctionalInterface public interface MemoizeCache.ValueProvider<K, V>
Represents a provider used to create value
- Type Parameters:
-
K
- type of the key -
V
- type of the value
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public V |
provide(K key) Provide the created value |
Method Detail
public V provide(K key)
Provide the created value
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/memoize/MemoizeCache.ValueProvider.html