Interface TypedClosure<K,V>

Type Parameters:
K - the type of the key to be returned
V - 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

    Modifier and Type
    Method
    Description
    getKey(V value)
     
  • Method Details

    • getKey

      K getKey(V value)