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

D

distinct() - Method in interface software.kes.enhancediterables.FiniteIterable
Returns a FiniteIterable of the distinct values from this FiniteIterable.
distinct() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns a ImmutableFiniteIterable of the distinct values from this ImmutableFiniteIterable.
distinct() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
Returns a ImmutableNonEmptyFiniteIterable of the distinct values from this ImmutableNonEmptyFiniteIterable.
distinct() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
Returns a NonEmptyFiniteIterable of the distinct values from this NonEmptyFiniteIterable.
drop(int) - Method in interface software.kes.enhancediterables.EnhancedIterable
Returns a new EnhancedIterable that drops the first count elements of this EnhancedIterable.
drop(int) - Method in interface software.kes.enhancediterables.FiniteIterable
Returns a new FiniteIterable that drops the first count elements of this FiniteIterable.
drop(int) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns a new ImmutableFiniteIterable that drops the first count elements of this ImmutableFiniteIterable.
drop(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
Returns a new ImmutableIterable that drops the first count elements of this ImmutableIterable.
dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
Returns a new EnhancedIterable that skips the first contiguous group of elements of this EnhancedIterable that satisfy a predicate.
dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
Returns a new FiniteIterable that skips the first contiguous group of elements of this FiniteIterable that satisfy a predicate.
dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
Returns a new ImmutableFiniteIterable that skips the first contiguous group of elements of this ImmutableFiniteIterable that satisfy a predicate.
dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
Returns a new ImmutableIterable that skips the first contiguous group of elements of this ImmutableIterable that satisfy a predicate.
A C D E F H I L M N O P R S T Z 
All Classes All Packages