A C D E F H I L M N O P R S T Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterable
that contains all elements of thisEnhancedIterable
that satisfy a predicate. - filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterable
that contains all elements of thisFiniteIterable
that satisfy a predicate. - filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterable
that contains all elements of thisImmutableFiniteIterable
that satisfy a predicate. - filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterable
that contains all elements of thisImmutableIterable
that satisfy a predicate. - find(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Finds the first element of this
EnhancedIterable
that satisfies a predicate, if any. - finiteIterable(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates a
FiniteIterable
by wrapping anIterable
. - finiteIterable(Collection<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates a
FiniteIterable
by wrapping aCollection
. - FiniteIterable<A> - Interface in software.kes.enhancediterables
-
An
EnhancedIterable
that is finite. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterable
by applying a function to all elements of thisEnhancedIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterable
by applying a function to all elements of thisFiniteIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterable
by applying a function to all elements of thisImmutableFiniteIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterable
by applying a function to all elements of thisImmutableIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns a new
ImmutableNonEmptyFiniteIterable
by applying a function to all elements of thisImmutableNonEmptyFiniteIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Returns a new
ImmutableNonEmptyIterable
by applying a function to all elements of thisImmutableNonEmptyIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns a new
NonEmptyFiniteIterable
by applying a function to all elements of thisNonEmptyFiniteIterable
. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Returns a new
NonEmptyIterable
by applying a function to all elements of thisNonEmptyIterable
. - foldLeft(Fn2<? super B, ? super A, ? extends B>, B) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Applies a binary operator to a start value and all elements of this
FiniteIterable
, going left to right. - foldRight(Fn2<? super A, ? super Lazy<B>, ? extends Lazy<B>>, Lazy<B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Applies a binary operator to a start value and all elements of this
FiniteIterable
, going right to left.
All Classes All Packages