org.broadleafcommerce.common.util
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
 K getKey(V value)
           
 

Method Detail

getKey

K getKey(V value)


Copyright © 2013. All Rights Reserved.