Uses of Interface
io.usethesource.capsule.BinaryRelation.Immutable
Packages that use BinaryRelation.Immutable
-
Uses of BinaryRelation.Immutable in io.usethesource.capsule
Methods in io.usethesource.capsule that return BinaryRelation.ImmutableModifier and TypeMethodDescriptionBinaryRelation.Transient.freeze()
BinaryRelation.Immutable.inverse()
static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of()
static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of
(K key0, V value0) static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of
(K key0, V value0, K key1, V value1) static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of
(K key0, V value0, K key1, V value1, K key2, V value2) static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of
(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3) static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of
(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) static <K,
V> BinaryRelation.Immutable <K, V> BinaryRelation.Immutable.of
(K key0, V value0, K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5) -
Uses of BinaryRelation.Immutable in io.usethesource.capsule.core
Classes in io.usethesource.capsule.core that implement BinaryRelation.ImmutableMethods in io.usethesource.capsule.core that return BinaryRelation.ImmutableModifier and TypeMethodDescriptionprivate static <K,
V> BinaryRelation.Immutable <K, V> PersistentBidirectionalTrieSetMultimap.batchWireTuple
(K key, Set.Immutable<V> values, BiFunction<K, Set.Immutable<V>, ? extends SetMultimap.Immutable<K, V>> fwdMerger, BiFunction<Set.Immutable<V>, K, ? extends SetMultimap.Immutable<V, K>> bwdMerger) TransientBidirectionalTrieSetMultimap.freeze()
PersistentBidirectionalTrieSetMultimap.inverse()
static final <K,
V> BinaryRelation.Immutable <K, V> PersistentBidirectionalTrieSetMultimap.of()
private static <K,
V> BinaryRelation.Immutable <K, V> PersistentBidirectionalTrieSetMultimap.wireTuple
(K key, V value, BiFunction<K, V, ? extends SetMultimap.Immutable<K, V>> fwdMerger, BiFunction<V, K, ? extends SetMultimap.Immutable<V, K>> bwdMerger)