Uses of Interface
io.vavr.collection.Maps.OfEntries
Packages that use Maps.OfEntries
-
Uses of Maps.OfEntries in io.vavr.collection
Methods in io.vavr.collection with parameters of type Maps.OfEntriesModifier and TypeMethodDescription(package private) static <K,
V, M extends Map<K, V>>
MMaps.distinctBy
(M map, Maps.OfEntries<K, V, M> ofEntries, Comparator<? super Tuple2<K, V>> comparator) (package private) static <K,
V, U, M extends Map<K, V>>
MMaps.distinctBy
(M map, Maps.OfEntries<K, V, M> ofEntries, Function<? super Tuple2<K, V>, ? extends U> keyExtractor) (package private) static <K,
V, M extends Map<K, V>>
MMaps.drop
(M map, Maps.OfEntries<K, V, M> ofEntries, Supplier<M> emptySupplier, int n) (package private) static <K,
V, M extends Map<K, V>>
MMaps.dropRight
(M map, Maps.OfEntries<K, V, M> ofEntries, Supplier<M> emptySupplier, int n) (package private) static <K,
V, M extends Map<K, V>>
MMaps.dropUntil
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.dropWhile
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.filter
(M map, Maps.OfEntries<K, V, M> ofEntries, BiPredicate<? super K, ? super V> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.filter
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.filterKeys
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super K> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.filterValues
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super V> predicate) Maps.groupBy
(M map, Maps.OfEntries<K, V, M> ofEntries, Function<? super Tuple2<K, V>, ? extends C> classifier) Maps.grouped
(M map, Maps.OfEntries<K, V, M> ofEntries, int size) (package private) static <K,
V, M extends Map<K, V>>
MMaps.merge
(M map, Maps.OfEntries<K, V, M> ofEntries, Map<? extends K, ? extends V> that) (package private) static <K,
V, U extends V, M extends Map<K, V>>
MMaps.merge
(M map, Maps.OfEntries<K, V, M> ofEntries, Map<? extends K, U> that, BiFunction<? super V, ? super U, ? extends V> collisionResolution) Maps.partition
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.reject
(M map, Maps.OfEntries<K, V, M> ofEntries, BiPredicate<? super K, ? super V> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.reject
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.rejectKeys
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super K> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.rejectValues
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super V> predicate) Maps.slideBy
(M map, Maps.OfEntries<K, V, M> ofEntries, Function<? super Tuple2<K, V>, ?> classifier) Maps.sliding
(M map, Maps.OfEntries<K, V, M> ofEntries, int size) Maps.sliding
(M map, Maps.OfEntries<K, V, M> ofEntries, int size, int step) Maps.span
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.take
(M map, Maps.OfEntries<K, V, M> ofEntries, int n) (package private) static <K,
V, M extends Map<K, V>>
MMaps.takeRight
(M map, Maps.OfEntries<K, V, M> ofEntries, int n) (package private) static <K,
V, M extends Map<K, V>>
MMaps.takeUntil
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate) (package private) static <K,
V, M extends Map<K, V>>
MMaps.takeWhile
(M map, Maps.OfEntries<K, V, M> ofEntries, Predicate<? super Tuple2<K, V>> predicate)