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
ImmutableNonEmptyFiniteIterable
of contiguous groups of elements in thisImmutableNonEmptyVector
that match a predicate pairwise. - magnetizeBy(Fn2<A, A, Boolean>) - Method in interface software.kes.collectionviews.ImmutableVector
-
Returns an
ImmutableFiniteIterable
of contiguous groups of elements in thisImmutableVector
that match a predicate pairwise. - maybeCopyFrom(int, A[]) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySet
that 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
ImmutableNonEmptyVector
that 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
ImmutableNonEmptySet
that 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
ImmutableNonEmptyVector
that 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
ImmutableNonEmptySet
that is copied from an array. - maybeCopyFrom(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVector
that is copied from an array. - maybeCopyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create an
ImmutableNonEmptySet
that is copied from anyIterable
. - maybeCopyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create an
ImmutableNonEmptyVector
that is copied from anyIterable
. - maybeWrap(A[]) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create a
NonEmptyVector
that wraps an array. - maybeWrap(List<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
-
Attempts to create a
NonEmptyVector
that wraps ajava.util.List
. - maybeWrap(Set<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
-
Attempts to create a
NonEmptySet
that wraps ajava.util.Set
.
All Classes All Packages