Class FluentQueryExecutionFactoryFn<P>

Type Parameters:
T -
All Implemented Interfaces:
ParentSuppliable<P>

public class FluentQueryExecutionFactoryFn<P> extends FluentFnBase<QueryExecutionFactory,P>
A fluent API for conveniently building 'recipes' of transformations to apply to any QueryExecutionFactory. Custom functions can be chained using the generic compose(yourFn) method.
Author:
raven