Uses of Interface
com.strobel.core.Selector
Packages that use Selector
-
Uses of Selector in com.strobel.core
Fields in com.strobel.core declared as SelectorModifier and TypeFieldDescriptionprivate static final Selector<?, ?> Selectors.IDENTITY_SELECTORCollectionUtilities.WhereSelectIterableIterator.selectorSelectors.TO_LOWERCASESelectors.TO_STRINGSelectors.TO_UPPERCASEMethods in com.strobel.core that return SelectorModifier and TypeMethodDescriptionSelectors.asString()static <T,R> Selector <T, R> static <T,U, R> Selector <T, R> static <T> Selector<T, T> Selectors.identity()Selectors.toLowerCase()Selectors.toUpperCase()Methods in com.strobel.core with parameters of type SelectorModifier and TypeMethodDescriptionstatic <TSource, TAccumulate, TResult>
TResultAggregate.aggregate(Iterable<TSource> source, Accumulator<TSource, TAccumulate> accumulator, Selector<TAccumulate, TResult> resultSelector) static <TSource, TAccumulate, TResult>
TResultAggregate.aggregate(Iterable<TSource> source, TAccumulate seed, Accumulator<TSource, TAccumulate> accumulator, Selector<TAccumulate, TResult> resultSelector) Aggregator.aggregate(TSource source, TAccumulate seed, Accumulator<TSource, TAccumulate> accumulator, Selector<TAccumulate, TResult> resultSelector) static <T,U, R> Selector <T, R> static <T,R> Iterable <R> <R2> Iterable<R2> Constructors in com.strobel.core with parameters of type Selector -
Uses of Selector in com.strobel.expressions
Fields in com.strobel.expressions declared as SelectorModifier and TypeFieldDescriptionprivate static final Selector<? super Expression, Type<?>> Functions.EXPRESSION_TYPEFunctions.TYPE_NAMEMethods in com.strobel.expressions that return SelectorModifier and TypeMethodDescription(package private) static <E extends Expression>
Selector<? super E, Type<?>> Functions.expressionType()Functions.typeName()