Uses of Interface
org.reflections.util.QueryFunction
Packages that use QueryFunction
-
Uses of QueryFunction in org.reflections
Methods in org.reflections with parameters of type QueryFunctionModifier and TypeMethodDescription<T> Set<T> Reflections.get(QueryFunction<Store, T> query) applyQueryFunctiononStorestatic <C,T> Set <T> ReflectionUtils.get(QueryFunction<C, T> function) get type elements<T>by applyingQueryFunctionstatic <T> Set<T> ReflectionUtils.get(QueryFunction<Store, T> queryFunction, Predicate<? super T>... predicates) -
Uses of QueryFunction in org.reflections.util
Methods in org.reflections.util that return QueryFunctionModifier and TypeMethodDescriptiondefault <R> QueryFunction<C, T> QueryFunction.add(QueryFunction<C, T> function) concat elements from functiondefault <R> QueryFunction<C, Class<? extends R>> QueryFunction.as()cast elements as<R>unsafedefault <R> QueryFunction<C, R> QueryFunction.as(Class<? extends R> type, ClassLoader... loaders) convert to giventype, usesNameHelper.forName(java.lang.String, java.lang.Class, java.lang.ClassLoader...)default <R> QueryFunction<C, Class<?>> QueryFunction.asClass(ClassLoader... loaders) convert elements toClassusingNameHelper.forName(java.lang.String, java.lang.Class, java.lang.ClassLoader...)default QueryFunction<C, String> QueryFunction.asString()convert elements to String usingNameHelper.toName(AnnotatedElement)static <C,T> QueryFunction <Store, T> QueryFunction.empty()default QueryFunction<C, T> filter by predicatedefault <R> QueryFunction<C, R> flatmap by functiondefault QueryFunction<Store, String> QueryBuilder.get(AnnotatedElement element) direct values indexed forAnnotatedElementdefault QueryFunction<Store, String> direct values indexed forkeyStringdefault QueryFunction<Store, String> QueryBuilder.get(Collection<String> keys) direct values indexed forkeysString collectionget direct values of given elementdefault QueryFunction<Store, String> QueryBuilder.getAll(Collection<String> keys) transitive values indexed forkeysString collection, not includingkeysdefault <R> QueryFunction<C, R> transitively get all bybuilderdefault QueryFunction<C, T> transitively get all bybuilderdefault QueryFunction<Store, String> QueryBuilder.getAllIncluding(String key) transitive values indexed forkeyString, includingkeydefault QueryFunction<Store, String> QueryBuilder.getAllIncluding(Collection<String> keys) transitive values indexed forkeysString collection, includingkeysdefault <R> QueryFunction<C, R> map by functiondefault QueryFunction<Store, String> QueryBuilder.of(AnnotatedElement... elements) transitive values indexed forAnnotatedElementvarargs, not includingdefault QueryFunction<Store, String> transitive values indexed forkeyString, not includingkeydefault QueryFunction<Store, String> QueryBuilder.of(Collection<String> keys) transitive values indexed forkeysString collection, not includingkeysdefault QueryFunction<Store, String> QueryBuilder.of(Set<? extends AnnotatedElement> elements) transitive values indexed forAnnotatedElementset, not includingdefault <T> QueryFunction<Store, T> QueryBuilder.of(QueryFunction queryFunction) transitiveQueryFunction.getAll(java.util.function.Function)values by applying thisQueryBuilder.get(String)on eachqueryFunctionvalue, includingdefault QueryFunction<Store, E> get transitive values of given elementdefault QueryFunction<Store, E> get transitive value of given element filtered by predicatedefault <T> QueryFunction<Store, E> UtilQueryBuilder.of(QueryFunction<Store, T> function) compose given functionstatic <C,T> QueryFunction <Store, T> QueryFunction.set(Collection<T> elements) static <C,T> QueryFunction <Store, T> QueryFunction.single(T element) default QueryFunction<Store, String> QueryBuilder.with(AnnotatedElement... keys) transitive values indexed forAnnotatedElementsvarargs, not including.default QueryFunction<Store, String> transitive values indexed forkeyString, not includingkey.default QueryFunction<Store, String> QueryBuilder.with(Collection<String> keys) transitive values indexed forkeysString collection, not includingkeys.default QueryFunction<Store, String> QueryBuilder.with(Set<? extends AnnotatedElement> keys) transitive values indexed forAnnotatedElementsset, not including.Methods in org.reflections.util with parameters of type QueryFunctionModifier and TypeMethodDescriptiondefault <R> QueryFunction<C, T> QueryFunction.add(QueryFunction<C, T> function) concat elements from functiondefault <T> QueryFunction<Store, T> QueryBuilder.of(QueryFunction queryFunction) transitiveQueryFunction.getAll(java.util.function.Function)values by applying thisQueryBuilder.get(String)on eachqueryFunctionvalue, includingdefault <T> QueryFunction<Store, E> UtilQueryBuilder.of(QueryFunction<Store, T> function) compose given functionMethod parameters in org.reflections.util with type arguments of type QueryFunctionModifier and TypeMethodDescriptiondefault <R> QueryFunction<C, R> transitively get all bybuilderdefault QueryFunction<C, T> transitively get all bybuilder