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
EnhancedIterablethat contains all elements of thisEnhancedIterablethat satisfy a predicate. - filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterablethat contains all elements of thisFiniteIterablethat satisfy a predicate. - filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterablethat contains all elements of thisImmutableFiniteIterablethat satisfy a predicate. - filter(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterablethat contains all elements of thisImmutableIterablethat satisfy a predicate. - find(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Finds the first element of this
EnhancedIterablethat satisfies a predicate, if any. - finiteIterable(int, Iterable<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates a
FiniteIterableby wrapping anIterable. - finiteIterable(Collection<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
-
Creates a
FiniteIterableby wrapping aCollection. - FiniteIterable<A> - Interface in software.kes.enhancediterables
-
An
EnhancedIterablethat is finite. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterableby applying a function to all elements of thisEnhancedIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterableby applying a function to all elements of thisFiniteIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterableby applying a function to all elements of thisImmutableFiniteIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterableby applying a function to all elements of thisImmutableIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns a new
ImmutableNonEmptyFiniteIterableby applying a function to all elements of thisImmutableNonEmptyFiniteIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Returns a new
ImmutableNonEmptyIterableby applying a function to all elements of thisImmutableNonEmptyIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns a new
NonEmptyFiniteIterableby applying a function to all elements of thisNonEmptyFiniteIterable. - fmap(Fn1<? super A, ? extends B>) - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Returns a new
NonEmptyIterableby 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