Interface BuildableSelectionFunction<SRC,T,P extends Selection<T>>

All Superinterfaces:
BuildableFunction<SRC,P>, Function<SRC,P>
All Known Subinterfaces:
BuildableComparableSelectionFunction<SRC,T,P>, BuildableNumberSelectionFunction<SRC,T,P>, BuildableTypedValueSelectionFunction<SRC>

public interface BuildableSelectionFunction<SRC,T,P extends Selection<T>> extends BuildableFunction<SRC,P>