A C D E F H I L M N O P R S T Z 
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 this EnhancedIterable 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 this FiniteIterable 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 this ImmutableFiniteIterable 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 this ImmutableIterable 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 an Iterable.
finiteIterable(Collection<A>) - Static method in interface software.kes.enhancediterables.FiniteIterable
Creates a FiniteIterable by wrapping a Collection.
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 this EnhancedIterable.
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 this FiniteIterable.
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 this ImmutableFiniteIterable.
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 this ImmutableIterable.
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 this ImmutableNonEmptyFiniteIterable.
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 this ImmutableNonEmptyIterable.
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 this NonEmptyFiniteIterable.
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 this NonEmptyIterable.
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.
A C D E F H I L M N O P R S T Z 
All Classes All Packages