Uses of Interface
org.javimmutable.collections.Sum1
Packages that use Sum1
Package
Description
-
Uses of Sum1 in org.javimmutable.collections.common
Methods in org.javimmutable.collections.common with parameters of type Sum1Modifier and TypeMethodDescription<R> R
CollisionSet.reduce
(CollisionSet.Node node, R sum, Sum1<T, R> proc) -
Uses of Sum1 in org.javimmutable.collections.list
Methods in org.javimmutable.collections.list with parameters of type Sum1Modifier and TypeMethodDescription<R> R
ListCollisionSet.reduce
(CollisionSet.Node node, R sum, Sum1<T, R> proc) -
Uses of Sum1 in org.javimmutable.collections.tree
Methods in org.javimmutable.collections.tree with parameters of type Sum1Modifier and TypeMethodDescription<R> R
TreeCollisionSet.reduce
(CollisionSet.Node node, R sum, Sum1<T, R> proc)