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

M

magnetizeBy(Fn2<A, A, Boolean>) - Method in interface software.kes.collectionviews.ImmutableNonEmptyVector
Returns an ImmutableNonEmptyFiniteIterable of contiguous groups of elements in this ImmutableNonEmptyVector 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 this ImmutableVector 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 any Iterable, 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 any Iterable, 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 any Iterable.
maybeCopyFrom(Iterable<A>) - Static method in interface software.kes.collectionviews.NonEmptyVector
Attempts to create an ImmutableNonEmptyVector that is copied from any Iterable.
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 a java.util.List.
maybeWrap(Set<A>) - Static method in interface software.kes.collectionviews.NonEmptySet
Attempts to create a NonEmptySet that wraps a java.util.Set.
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