Package de.renebergelt.quiterables
package de.renebergelt.quiterables
-
Interface SummaryInterfaceDescriptionEquivalence<T>Interface for functions which compare elements for equalityItemFunc<TArg,TRet>A function needed for some Queriable methods, where a complex return value per item is requiredNumberFunc<T>Interface used by the methods of Queriable which require an ItemFunc with a fixed result type of NumberRepresents a grouped Queriable which has been orderedRepresents a Queriable which has been orderedPredicate<T>A predicate function needed for some Queriable methodsHelper class to convert an Iterable to primitive arraysQueriable<T>An Iterable which can be queriedSelector<TIn,TOut>A function which transforms one object type into another
-
Class SummaryClassDescriptionMain class of the QuIterables library Mimics some of C#'s generic LINQ convenience methods for Java 8 and below
Use anonymous methods for the predicates.Convenience class of the QuIterables library for static importing the query(..) method -
Enum Class Summary