Uses of Interface
org.lambda.functions.Function1
Packages that use Function1
Package
Description
-
Uses of Function1 in com.spun.util
Methods in com.spun.util with parameters of type Function1Modifier and TypeMethodDescriptionstatic <T> StringJsonUtils.asJson(Object o, Function1<com.google.gson.GsonBuilder, com.google.gson.GsonBuilder> gsonBuilder) static <T> StringJsonUtils.asJsonWithBuilder(Object o, Function1<T, T> gsonBuilder, Class<T> gsonBuilderClass) static FileClassUtils.getSourceDirectory(Class<?> clazz, Function1<String, String> createLastFileName) static <T> StringStringUtils.join(Collection<T> list, String joinWith, Function1<T, String> converter) static <T> Stringstatic Stringstatic <T> Stringstatic <T> String -
Uses of Function1 in com.spun.util.date
Methods in com.spun.util.date with parameters of type Function1Constructors in com.spun.util.date with parameters of type Function1 -
Uses of Function1 in com.spun.util.markdown.table
Methods in com.spun.util.markdown.table with parameters of type Function1Modifier and TypeMethodDescription<I> MarkdownTableMarkdownTable.addRowsForInputs(I[] inputs, Function1<I, Object>... transfers) static <I,O> MarkdownTable -
Uses of Function1 in org.lambda.functions
Methods in org.lambda.functions that return Function1Modifier and TypeMethodDescriptionstatic <In,Out> Function1<In, Out> Functions.unchecked(Function1WithException<In, Out> function) -
Uses of Function1 in org.lambda.query
Classes in org.lambda.query that implement Function1Methods in org.lambda.query with parameters of type Function1Modifier and TypeMethodDescriptionstatic <In> booleanstatic <In> booleanbooleanstatic <In> booleanstatic <In> booleanbooleanstatic <T,Out extends Comparable<Out>>
OrderBy<T,Out> static <In> Doublestatic <In> Double<O> voidCounter.countAll(Collection<O> collection, Function1<O, T> extractor) static <T,Out extends Comparable<Out>>
OrderBy<T,Out> OrderBy.descending(Function1<T, Out> f1) static <In> Instatic <In> Instatic <In,Out> Out Counter.getMaxValue(Collection<In> collection, Function1<In, Out> extractor) Query.groupBy(In[] array, Function1<In, Key> keySelector, Function1<In, Out1> valueSelector, Function1<Queryable<Out1>, Out2> resultSelector) Query.groupBy(Iterable<In> list, Function1<In, Key> keySelector, Function1<In, Out1> valueSelector, Function1<Queryable<Out1>, Out2> resultSelector) Queryable.groupBy(Function1<In, Key> keySelector, Function1<In, Out1> valueSelector, Function1<Queryable<Out1>, Out2> resultSelector) <Out> Stringstatic <In,Out extends Comparable<Out>>
Instatic <In,Out extends Comparable<Out>>
In<Out extends Comparable<Out>>
Instatic <In,Out extends Comparable<Out>>
Instatic <In,Out extends Comparable<Out>>
In<Out extends Comparable<Out>>
Instatic <T> Queryable<T>Query.orderBy(List<T> list, Function1<T, Comparable<?>> f1) static <T> Queryable<T>Query.orderBy(List<T> list, OrderBy.Order order, Function1<T, Comparable<?>> f1) static <T,Out extends Comparable<Out>>
T[]static <T,Out extends Comparable<Out>>
T[]Query.orderBy(T[] list, OrderBy.Order order, Function1<T, Out> f1) Queryable.orderBy(Function1<In, Comparable<?>> f1) Queryable.orderBy(OrderBy.Order order, Function1<In, Comparable<?>> f1) static <In,Out> Queryable<Out> static <In,Out> Queryable<Out> <Out> Queryable<Out>static <Out,In> Queryable<Out> Query.selectMany(In[] array, Function1<In, Collection<Out>> selector) static <Out,In> Queryable<Out> Query.selectMany(Iterable<In> list, Function1<In, Collection<Out>> selector) <Out> Queryable<Out>Queryable.selectMany(Function1<In, Collection<Out>> selector) static <Out,In> Queryable<Out> Query.selectManyArray(In[] array, Function1<In, Out[]> selector) static <Out,In> Queryable<Out> Query.selectManyArray(Iterable<In> list, Function1<In, Out[]> selector) <Out> Queryable<Out>Queryable.selectManyArray(Function1<In, Out[]> selector) static <In> Queryable<In>Query.selectRecursivelyUntil(In[] array, Function1<In, In> selector, Function1<In, Boolean> until) static <In> Queryable<In>Query.selectRecursivelyUntil(List<In> list, Function1<In, In> selector, Function1<In, Boolean> until) Why does sum() return double? seeQuery.sum(Number[])Why does sum() return double? seeQuery.sum(Number[])Why does sum() return double? seeQuery.sum(Number[])static <In> List<In>static <In> Queryable<In>static <In> Queryable<In>Constructors in org.lambda.query with parameters of type Function1 -
Uses of Function1 in org.lambda.utils
Methods in org.lambda.utils with parameters of type Function1