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
All Classes All Packages
All Classes All Packages
M
- magnetizeBy(Fn2<A, A, Boolean>) - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
-
Returns an
ImmutableNonEmptyFiniteIterableof contiguous groups of elements in thisImmutableNonEmptyVectorthat match a predicate pairwise. - magnetizeBy(Fn2<A, A, Boolean>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns an
ImmutableFiniteIterableof contiguous groups of elements in thisImmutableVectorthat match a predicate pairwise. - maybeCopyFrom(int, A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetthat is copied from an array, but with a maximum number of elements. - maybeCopyFrom(int, A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorthat is copied from an array, but with a maximum number of elements. - maybeCopyFrom(int, Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetthat is copied from anyIterable, but consuming a maximum number of elements. - maybeCopyFrom(int, Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorthat is copied from anyIterable, but consuming a maximum number of elements. - maybeCopyFrom(A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetthat is copied from an array. - maybeCopyFrom(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorthat is copied from an array. - maybeCopyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySetthat is copied from anyIterable. - maybeCopyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVectorthat is copied from anyIterable. - maybeWrap(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create a
NonEmptyVectorthat wraps an array. - maybeWrap(List<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create a
NonEmptyVectorthat wraps ajava.util.List. - maybeWrap(Set<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create a
NonEmptySetthat wraps ajava.util.Set.
All Classes All Packages