Package eu.bandm.tools.umod.runtime
Interface Multimap_checkedLeft<L,R>
- All Superinterfaces:
BiPredicate<L,
,R> Collection<Map.Entry<L,
,R>> Iterable<Map.Entry<L,
,R>> Multimap<L,
,R> Set<Map.Entry<L,
R>>
- All Known Implementing Classes:
CheckedMultimap_D
,CheckedMultimap_R
,CheckedMultimap_RD
Requires "Multimap" operations and strictness of the left side.
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface eu.bandm.tools.ops.Multimap
add, contains, containsUnchecked, domain, image, imageAll, imageAllUnchecked, imageMap, imageUnchecked, preimage, preimageAll, preimageAllUnchecked, preimageMap, preimageUnchecked, range, remove, removeAllDomain, removeAllDomainUnchecked, removeAllRange, removeAllRangeUnchecked, removeDomain, removeRange, removeUnchecked, retainAllDomain, retainAllDomainUnchecked, retainAllRange, retainAllRangeUnchecked