com.trendmicro.grid.acl.ds.jpa.util
Interface JpaUtils.Callback<E,V>

Type Parameters:
E - The input type.
V - The converted output type.
Enclosing class:
JpaUtils

public static interface JpaUtils.Callback<E,V>

Defines a callback to use for converting types.


Method Summary
 V call(E element)
           
 

Method Detail

call

V call(E element)