Interface BindingSetMapper<T>

Type Parameters:
T -
All Superinterfaces:
Function<BindingSet,T>

public interface BindingSetMapper<T> extends Function<BindingSet,T>
Maps a query solution to an instance.
Since:
4.0.0
Author:
Florian Kleedorfer