A C D E F H I L M N O P R S T Z 
All Classes All Packages

T

tail() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Returns an ImmutableFiniteIterable containing all subsequent elements of this one beyond the first.
tail() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
Returns an ImmutableIterable containing all subsequent elements of this one beyond the first.
tail() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Returns an FiniteIterable containing all subsequent elements of this one beyond the first.
tail() - Method in interface software.kes.enhancediterables.NonEmptyIterable
Returns an EnhancedIterable containing all subsequent elements of this one beyond the first.
tails() - Method in interface software.kes.enhancediterables.EnhancedIterable
Returns an ImmutableNonEmptyIterable containing all of the subsequences of tail elements of this EnhancedIterable, ordered by size, starting with the full list.
tails() - Method in interface software.kes.enhancediterables.FiniteIterable
Returns an ImmutableNonEmptyIterable containing all of the subsequences of tail elements of this FiniteIterable, ordered by size, starting with the full list.
tails() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns an ImmutableNonEmptyIterable containing all of the subsequences of tail elements of this ImmutableFiniteIterable, ordered by size, starting with the full list.
tails() - Method in interface software.kes.enhancediterables.ImmutableIterable
Returns an ImmutableNonEmptyIterable containing all of the subsequences of tail elements of this ImmutableIterable, ordered by size, starting with the full list.
take(int) - Method in interface software.kes.enhancediterables.EnhancedIterable
Returns a new FiniteIterable that takes the first count elements of this EnhancedIterable.
take(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
Returns a new ImmutableFiniteIterable that takes the first count elements of this ImmutableIterable.
takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
Returns a new EnhancedIterable that limits to the first contiguous group of elements of this EnhancedIterable that satisfy a predicate.
takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
Returns a new FiniteIterable that limits to the first contiguous group of elements of this FiniteIterable that satisfy a predicate.
takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns a new ImmutableFiniteIterable that limits to the first contiguous group of elements of this FiniteIterable that satisfy a predicate.
takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
Returns a new ImmutableIterable that limits to the first contiguous group of elements of this FiniteIterable that satisfy a predicate.
toArray(Class<A[]>) - Method in interface software.kes.enhancediterables.EnhancedIterable
Writes all the elements of this EnhancedIterable directly into an array of the specified type.
toCollection(Fn0<C>) - Method in interface software.kes.enhancediterables.EnhancedIterable
Creates an instance of a Collection of type C, and adds to it all elements in this EnhancedIterable.
toFinite() - Method in interface software.kes.enhancediterables.EnhancedIterable
Converts this EnhancedIterable to a FiniteIterable if there is enough information to do so without iterating it.
toFinite() - Method in interface software.kes.enhancediterables.FiniteIterable
Always succeeds because FiniteIterables are always finite.
toFinite() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Always succeeds because ImmutableFiniteIterables are always finite.
toFinite() - Method in interface software.kes.enhancediterables.ImmutableIterable
Converts this ImmutableIterable to an ImmutableFiniteIterable if there is enough information to do so without iterating it.
toFinite() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Always succeeds because ImmutableNonEmptyFiniteIterables are always finite.
toFinite() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
Converts this ImmutableNonEmptyIterable to an ImmutableNonEmptyFiniteIterable if there is enough information to do so without iterating it.
toFinite() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Always succeeds because NonEmptyFiniteIterables are always finite.
toFinite() - Method in interface software.kes.enhancediterables.NonEmptyIterable
Converts this NonEmptyIterable to an NonEmptyFiniteIterable if there is enough information to do so without iterating it.
toNonEmpty() - Method in interface software.kes.enhancediterables.EnhancedIterable
Converts this EnhancedIterable to a NonEmptyIterable if it contains one or more elements.
toNonEmpty() - Method in interface software.kes.enhancediterables.FiniteIterable
Converts this FiniteIterable to a NonEmptyFiniteIterable if it contains one or more elements.
toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Converts this ImmutableFiniteIterable to a ImmutableNonEmptyFiniteIterable if it contains one or more elements.
toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableIterable
Converts this ImmutableIterable to a ImmutableNonEmptyIterable if it contains one or more elements.
toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Always succeeds because ImmutableNonEmptyFiniteIterables are always non-empty.
toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
Always succeeds because ImmutableNonEmptyFiniteIterables are always non-empty.
toNonEmpty() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Always succeeds because NonEmptyFiniteIterables are always non-empty.
toNonEmpty() - Method in interface software.kes.enhancediterables.NonEmptyIterable
Always succeeds because NonEmptyIterables are always non-empty.
A C D E F H I L M N O P R S T Z 
All Classes All Packages