@FunctionalInterface public interface MemoizeCache.ValueProvider<K, V>
Represents a provider used to create value
K - type of the keyV - type of the value| Type Params | Return Type | Name and description |
|---|---|---|
public V |
provide(K key)Provide the created value |
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