Uses of Interface
org.javimmutable.collections.Proc2Throws
Packages that use Proc2Throws
Package
Description
-
Uses of Proc2Throws in org.javimmutable.collections
Methods in org.javimmutable.collections with parameters of type Proc2ThrowsModifier and TypeMethodDescriptiondefault <E extends Exception>
voidIListMap.forEachThrows
(Proc2Throws<K, IList<V>, E> proc) Processes every key/list pair in this map using the provided function.default <E extends Exception>
voidIMap.forEachThrows
(Proc2Throws<K, V, E> proc) Processes every key/value pair in this map using the provided function.default <E extends Exception>
voidISetMap.forEachThrows
(Proc2Throws<K, ISet<V>, E> proc) Processes every key/set pair in this map using the provided function. -
Uses of Proc2Throws in org.javimmutable.collections.common
Methods in org.javimmutable.collections.common with parameters of type Proc2ThrowsModifier and TypeMethodDescription<E extends Exception>
voidCollisionMap.forEachThrows
(CollisionMap.Node node, Proc2Throws<K, V, E> proc) -
Uses of Proc2Throws in org.javimmutable.collections.hash
Methods in org.javimmutable.collections.hash with parameters of type Proc2ThrowsModifier and TypeMethodDescription<E extends Exception>
voidHashMap.forEachThrows
(Proc2Throws<K, V, E> proc) -
Uses of Proc2Throws in org.javimmutable.collections.hash.map
Methods in org.javimmutable.collections.hash.map with parameters of type Proc2ThrowsModifier and TypeMethodDescription<E extends Exception>
voidArrayMapNode.forEachThrows
(CollisionMap<K, V> collisionMap, Proc2Throws<K, V, E> proc) <E extends Exception>
voidArrayMultiValueMapNode.forEachThrows
(CollisionMap<K, V> collisionMap, Proc2Throws<K, V, E> proc) <E extends Exception>
voidArraySingleValueMapNode.forEachThrows
(CollisionMap<K, V> collisionMap, Proc2Throws<K, V, E> proc) -
Uses of Proc2Throws in org.javimmutable.collections.list
Methods in org.javimmutable.collections.list with parameters of type Proc2ThrowsModifier and TypeMethodDescription<E extends Exception>
voidListCollisionMap.forEachThrows
(CollisionMap.Node node, Proc2Throws<K, V, E> proc) -
Uses of Proc2Throws in org.javimmutable.collections.tree
Methods in org.javimmutable.collections.tree with parameters of type Proc2ThrowsModifier and TypeMethodDescription<E extends Exception>
voidTreeCollisionMap.forEachThrows
(CollisionMap.Node node, Proc2Throws<K, V, E> proc) <E extends Exception>
voidTreeMap.forEachThrows
(Proc2Throws<K, V, E> proc) -
Uses of Proc2Throws in org.javimmutable.collections.util
Methods in org.javimmutable.collections.util with parameters of type Proc2ThrowsModifier and TypeMethodDescriptionstatic <A,
B, E extends Exception>
voidZip.forEachThrows
(Iterable<A> a, Iterable<B> b, Proc2Throws<A, B, E> operation)