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
ImmutableFiniteIterablecontaining all subsequent elements of this one beyond the first. - tail() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyIterable
-
Returns an
ImmutableIterablecontaining all subsequent elements of this one beyond the first. - tail() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns an
FiniteIterablecontaining all subsequent elements of this one beyond the first. - tail() - Method in interface software.kes.enhancediterables.NonEmptyIterable
-
Returns an
EnhancedIterablecontaining all subsequent elements of this one beyond the first. - tails() - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns an
ImmutableNonEmptyIterablecontaining 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
ImmutableNonEmptyIterablecontaining 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
ImmutableNonEmptyIterablecontaining 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
ImmutableNonEmptyIterablecontaining 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
FiniteIterablethat takes the firstcountelements of thisEnhancedIterable. - take(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableFiniteIterablethat takes the firstcountelements of thisImmutableIterable. - takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterablethat limits to the first contiguous group of elements of thisEnhancedIterablethat satisfy a predicate. - takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterablethat limits to the first contiguous group of elements of thisFiniteIterablethat satisfy a predicate. - takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterablethat limits to the first contiguous group of elements of thisFiniteIterablethat satisfy a predicate. - takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterablethat limits to the first contiguous group of elements of thisFiniteIterablethat satisfy a predicate. - toArray(Class<A[]>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Writes all the elements of this
EnhancedIterabledirectly into an array of the specified type. - toCollection(Fn0<C>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Creates an instance of a
Collectionof typeC, and adds to it all elements in thisEnhancedIterable. - toFinite() - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Converts this
EnhancedIterableto aFiniteIterableif 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
ImmutableIterableto anImmutableFiniteIterableif 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
ImmutableNonEmptyIterableto anImmutableNonEmptyFiniteIterableif 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
NonEmptyIterableto anNonEmptyFiniteIterableif there is enough information to do so without iterating it. - toNonEmpty() - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Converts this
EnhancedIterableto aNonEmptyIterableif it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Converts this
FiniteIterableto aNonEmptyFiniteIterableif it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Converts this
ImmutableFiniteIterableto aImmutableNonEmptyFiniteIterableif it contains one or more elements. - toNonEmpty() - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Converts this
ImmutableIterableto aImmutableNonEmptyIterableif 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.
All Classes All Packages