A B C D E F G H I L M N O P R S T U V W Z 
All Classes All Packages

T

tail() - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
Returns the tail of this ImmutableNonEmptyVector.
tail() - Method in interface software.kes.collectionviews.NonEmptyVector
Returns the tail of this NonEmptyVector.
tails() - Method in interface software.kes.collectionviews.ImmutableVector
Returns a NonEmptyIterable containing the tails of this ImmutableVector.
tails() - Method in interface software.kes.collectionviews.Vector
Returns a NonEmptyIterable containing the tails of this Vector.
take(int) - Method in interface software.kes.collectionviews.ImmutableVector
Returns a new ImmutableVector containing at most the first count elements of this ImmutableVector.
take(int) - Method in interface software.kes.collectionviews.Vector
Returns a new Vector containing at most the first count elements of this Vector.
takeRight(int) - Method in interface software.kes.collectionviews.ImmutableVector
Returns a new ImmutableVector containing at most the last count elements of this ImmutableVector.
takeRight(int) - Method in interface software.kes.collectionviews.Vector
Returns a new Vector containing at most the last count elements of this Vector.
takeWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.collectionviews.ImmutableVector
Returns a new ImmutableVector containing the longest prefix of elements this ImmutableVector that satisfy a predicate.
toImmutable() - Method in interface software.kes.collectionviews.ImmutableNonEmptySet
Returns an ImmutableNonEmptySet containing the same elements as this one.
toImmutable() - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
Returns an ImmutableNonEmptyVector containing the same elements as this one.
toImmutable() - Method in interface software.kes.collectionviews.ImmutableSet
Returns an ImmutableSet containing the same elements as this one.
toImmutable() - Method in interface software.kes.collectionviews.ImmutableVector
Returns an ImmutableVector containing the same elements as this one.
toImmutable() - Method in interface software.kes.collectionviews.NonEmptySet
Converts this NonEmptySet to an ImmutableNonEmptySet.
toImmutable() - Method in interface software.kes.collectionviews.NonEmptyVector
Converts this NonEmptyVector to an ImmutableNonEmptyVector.
toImmutable() - Method in interface software.kes.collectionviews.Set
Converts this Set to an ImmutableSet.
toImmutable() - Method in interface software.kes.collectionviews.Vector
Converts this Vector to an ImmutableVector.
toNonEmpty() - Method in interface software.kes.collectionviews.ImmutableNonEmptySet
Attempts to convert this ImmutableSet to an ImmutableNonEmptySet.
toNonEmpty() - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
Attempts to convert this ImmutableVector to an ImmutableNonEmptyVector.
toNonEmpty() - Method in interface software.kes.collectionviews.ImmutableSet
Attempts to convert this ImmutableSet to an ImmutableNonEmptySet.
toNonEmpty() - Method in interface software.kes.collectionviews.ImmutableVector
Attempts to convert this ImmutableVector to an ImmutableNonEmptyVector.
toNonEmpty() - Method in interface software.kes.collectionviews.NonEmptySet
Attempts to convert this Set to a NonEmptySet.
toNonEmpty() - Method in interface software.kes.collectionviews.NonEmptyVector
Attempts to convert this Vector to a NonEmptyVector.
toNonEmpty() - Method in interface software.kes.collectionviews.Set
Attempts to convert this Set to a NonEmptySet.
toNonEmpty() - Method in interface software.kes.collectionviews.Vector
Attempts to convert this Vector to a NonEmptyVector.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.ImmutableNonEmptySet
Attempts to convert this ImmutableSet to a ImmutableNonEmptySet.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
Attempts to convert this ImmutableVector to a ImmutableNonEmptyVector.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.ImmutableSet
Attempts to convert this ImmutableSet to an ImmutableNonEmptySet.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.ImmutableVector
Attempts to convert this ImmutableVector to an ImmutableNonEmptyVector.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.NonEmptySet
Attempts to convert this Set to a NonEmptySet.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.NonEmptyVector
Attempts to convert this Vector to a NonEmptyVector.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.Set
Attempts to convert this Set to a NonEmptySet.
toNonEmptyOrThrow() - Method in interface software.kes.collectionviews.Vector
Attempts to convert this Vector to a NonEmptyVector.
A B C D E F G H I L M N O P R S T U V W Z 
All Classes All Packages