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
D
- distinct() - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a
FiniteIterableof the distinct values from thisFiniteIterable. - distinct() - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a
ImmutableFiniteIterableof the distinct values from thisImmutableFiniteIterable. - distinct() - Method in interface software.kes.enhancediterables.ImmutableNonEmptyFiniteIterable
-
Returns a
ImmutableNonEmptyFiniteIterableof the distinct values from thisImmutableNonEmptyFiniteIterable. - distinct() - Method in interface software.kes.enhancediterables.NonEmptyFiniteIterable
-
Returns a
NonEmptyFiniteIterableof the distinct values from thisNonEmptyFiniteIterable. - drop(int) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterablethat drops the firstcountelements of thisEnhancedIterable. - drop(int) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterablethat drops the firstcountelements of thisFiniteIterable. - drop(int) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterablethat drops the firstcountelements of thisImmutableFiniteIterable. - drop(int) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterablethat drops the firstcountelements of thisImmutableIterable. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.EnhancedIterable
-
Returns a new
EnhancedIterablethat skips the first contiguous group of elements of thisEnhancedIterablethat satisfy a predicate. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.FiniteIterable
-
Returns a new
FiniteIterablethat skips the first contiguous group of elements of thisFiniteIterablethat satisfy a predicate. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableFiniteIterable
-
Returns a new
ImmutableFiniteIterablethat skips the first contiguous group of elements of thisImmutableFiniteIterablethat satisfy a predicate. - dropWhile(Fn1<? super A, ? extends Boolean>) - Method in interface software.kes.enhancediterables.ImmutableIterable
-
Returns a new
ImmutableIterablethat skips the first contiguous group of elements of thisImmutableIterablethat satisfy a predicate.
All Classes All Packages