Uses of Interface
cz.encircled.joiner.query.QueryFeature
-
Packages that use QueryFeature Package Description cz.encircled.joiner.query -
-
Uses of QueryFeature in cz.encircled.joiner.query
Methods in cz.encircled.joiner.query that return types with arguments of type QueryFeature Modifier and Type Method Description List<QueryFeature>JoinerQuery. getFeatures()List<QueryFeature>JoinerQueryBase. getFeatures()Methods in cz.encircled.joiner.query with parameters of type QueryFeature Modifier and Type Method Description JoinerQueryBase<T,R>JoinerQuery. addFeatures(QueryFeature... features)JoinerQueryBase<T,R>JoinerQueryBase. addFeatures(QueryFeature... features)Method parameters in cz.encircled.joiner.query with type arguments of type QueryFeature Modifier and Type Method Description JoinerQueryBase<T,R>JoinerQuery. addFeatures(Collection<QueryFeature> features)JoinerQueryBase<T,R>JoinerQueryBase. addFeatures(Collection<QueryFeature> features)
-