JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.codehaus.groovy.runtime.memoize
Interface MemoizeCache.ValueProvider<K,V>
Type Parameters:
K
- type of the key
V
- type of the value
Enclosing interface:
MemoizeCache
<
K
,
V
>
public static interface
MemoizeCache.ValueProvider<K,V>
Represents a provider used to create value
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
provide
(
K
key)
Provide the created value
Method Detail
provide
V
provide(
K
key)
Provide the created value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method