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
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 thisEnhancedIterable
, 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 thisFiniteIterable
, 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 thisImmutableFiniteIterable
, 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 thisImmutableIterable
, ordered by size, starting with the full list. - take(int) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
FiniteIterable
that takes the firstcount
elements of thisEnhancedIterable
. - take(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableFiniteIterable
that takes the firstcount
elements of thisImmutableIterable
. - 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 thisEnhancedIterable
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 thisFiniteIterable
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 thisFiniteIterable
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 thisFiniteIterable
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 typeC
, and adds to it all elements in thisEnhancedIterable
. - toFinite() - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Converts this
EnhancedIterable
to aFiniteIterable
if there is enough information to do so without iterating it. - toFinite() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Always succeeds because
FiniteIterable
s are always finite. - toFinite() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Always succeeds because
ImmutableFiniteIterable
s are always finite. - toFinite() - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Converts this
ImmutableIterable
to anImmutableFiniteIterable
if there is enough information to do so without iterating it. - toFinite() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Always succeeds because
ImmutableNonEmptyFiniteIterable
s are always finite. - toFinite() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Converts this
ImmutableNonEmptyIterable
to anImmutableNonEmptyFiniteIterable
if there is enough information to do so without iterating it. - toFinite() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Always succeeds because
NonEmptyFiniteIterable
s are always finite. - toFinite() - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Converts this
NonEmptyIterable
to anNonEmptyFiniteIterable
if there is enough information to do so without iterating it. - toNonEmpty() - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Converts this
EnhancedIterable
to aNonEmptyIterable
if it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Converts this
FiniteIterable
to aNonEmptyFiniteIterable
if it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Converts this
ImmutableFiniteIterable
to aImmutableNonEmptyFiniteIterable
if it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Converts this
ImmutableIterable
to aImmutableNonEmptyIterable
if it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Always succeeds because
ImmutableNonEmptyFiniteIterable
s are always non-empty. - toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Always succeeds because
ImmutableNonEmptyFiniteIterable
s are always non-empty. - toNonEmpty() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Always succeeds because
NonEmptyFiniteIterable
s are always non-empty. - toNonEmpty() - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Always succeeds because
NonEmptyIterable
s are always non-empty.
All Classes All Packages