Package-level declarations
Functions
Returns a DoubleList containing only elements matching the given predicate.
Returns a FloatList containing only elements matching the given predicate.
Returns a IntList containing only elements matching the given predicate.
Returns a LongList containing only elements matching the given predicate.
Returns a flattened list containing only the elements that match the given predicate.
Returns a flattened DoubleList containing only elements that match the given predicate.
Returns a flattened FloatList containing only elements that match the given predicate.
Returns a flattened IntList containing only elements that match the given predicate.
Returns a flattened LongList containing only elements that match the given predicate.
Returns a DoubleList containing only elements NOT matching the given predicate.
Returns a FloatList containing only elements NOT matching the given predicate.
Returns a IntList containing only elements NOT matching the given predicate.
Returns a LongList containing only elements NOT matching the given predicate.
Returns a DoubleList containing all non-null elements.
Returns a FloatList containing all non-null elements.
Returns a IntList containing all non-null elements.
Returns a LongList containing all non-null elements.
Returns a single DoubleList of all elements yielded from results of transform function being invoked on each element of original collection.
Returns a single FloatList of all elements yielded from results of transform function being invoked on each element of original collection.
Returns a single IntList of all elements yielded from results of transform function being invoked on each element of original collection.
Returns a single LongList of all elements yielded from results of transform function being invoked on each element of original collection.
Flattens a List of List
Flattens a List of List
Flattens a List of List
Flattens a List of List
Flattens a List of DoubleList into a single DoubleList.
Flattens a List of FloatList into a single FloatList.
Flattens a List of IntList into a single IntList.
Flattens a List of LongList into a single LongList.
Returns a DoubleList containing the results of applying the given transform function to each element in the original list.
Returns a FloatList containing the results of applying the given transform function to each element in the original list.
Returns a IntList containing the results of applying the given transform function to each element in the original list.
Returns a LongList containing the results of applying the given transform function to each element in the original list.
Returns an List
Returns a DoubleList containing the results of applying the given transform function to each element in the original DoubleList.
Returns a FloatList containing the results of applying the given transform function to each element in the original DoubleList.
Returns a IntList containing the results of applying the given transform function to each element in the original DoubleList.
Returns a LongList containing the results of applying the given transform function to each element in the original DoubleList.
Returns an List
Returns a DoubleList containing the results of applying the given transform function to each element in the original FloatList.
Returns a FloatList containing the results of applying the given transform function to each element in the original FloatList.
Returns a IntList containing the results of applying the given transform function to each element in the original FloatList.
Returns a LongList containing the results of applying the given transform function to each element in the original FloatList.
Returns an List
Returns a DoubleList containing the results of applying the given transform function to each element in the original IntList.
Returns a FloatList containing the results of applying the given transform function to each element in the original IntList.
Returns a IntList containing the results of applying the given transform function to each element in the original IntList.
Returns a LongList containing the results of applying the given transform function to each element in the original IntList.
Returns an List
Returns a DoubleList containing the results of applying the given transform function to each element in the original LongList.
Returns a FloatList containing the results of applying the given transform function to each element in the original LongList.
Returns a IntList containing the results of applying the given transform function to each element in the original LongList.
Returns a LongList containing the results of applying the given transform function to each element in the original LongList.
Returns a flattened list produced by applying transform to each element of the nested lists (generic version).
Returns a flattened DoubleList produced by applying transform to each element of the nested lists.
Returns a flattened FloatList produced by applying transform to each element of the nested lists.
Returns a flattened IntList produced by applying transform to each element of the nested lists.
Returns a flattened LongList produced by applying transform to each element of the nested lists.
Returns a DoubleList containing the results of applying the given transform function to each element and its index in the original list.
Returns a FloatList containing the results of applying the given transform function to each element and its index in the original list.
Returns a IntList containing the results of applying the given transform function to each element and its index in the original list.
Returns a LongList containing the results of applying the given transform function to each element and its index in the original list.
Returns a List containing the results of applying the given transform function to each element and its index in the original DoubleList.
Returns a DoubleList containing the results of applying the given transform function to each element and its index in the original DoubleList.
Returns a FloatList containing the results of applying the given transform function to each element and its index in the original DoubleList.
Returns a IntList containing the results of applying the given transform function to each element and its index in the original DoubleList.
Returns a LongList containing the results of applying the given transform function to each element and its index in the original DoubleList.
Returns a List containing the results of applying the given transform function to each element and its index in the original FloatList.
Returns a DoubleList containing the results of applying the given transform function to each element and its index in the original FloatList.
Returns a FloatList containing the results of applying the given transform function to each element and its index in the original FloatList.
Returns a IntList containing the results of applying the given transform function to each element and its index in the original FloatList.
Returns a LongList containing the results of applying the given transform function to each element and its index in the original FloatList.
Returns a List containing the results of applying the given transform function to each element and its index in the original IntList.
Returns a DoubleList containing the results of applying the given transform function to each element and its index in the original IntList.
Returns a FloatList containing the results of applying the given transform function to each element and its index in the original IntList.
Returns a IntList containing the results of applying the given transform function to each element and its index in the original IntList.
Returns a LongList containing the results of applying the given transform function to each element and its index in the original IntList.
Returns a List containing the results of applying the given transform function to each element and its index in the original LongList.
Returns a DoubleList containing the results of applying the given transform function to each element and its index in the original LongList.
Returns a FloatList containing the results of applying the given transform function to each element and its index in the original LongList.
Returns a IntList containing the results of applying the given transform function to each element and its index in the original LongList.
Returns a LongList containing the results of applying the given transform function to each element and its index in the original LongList.
Returns a list containing only the non-null results of applying the given transform function to each element in the original list.