Interface TypedClosure<K,V>
- Type Parameters:
K- the type of the key to be returnedV- the type of the value to generate a key for
public interface TypedClosure<K,V>
A class that provides for a typed closure that will return a the specified type value from the specified type
- Author:
- Andre Azzolini (apazzolini)
-
Method Summary
-
Method Details
-
getKey
-