Uses of Interface
org.javimmutable.collections.Sum1
Package
Description
-
Uses of Sum1 in org.javimmutable.collections.common
Modifier and TypeMethodDescription<R> R
CollisionSet.reduce
(CollisionSet.Node node, R sum, Sum1<T, R> proc) -
Uses of Sum1 in org.javimmutable.collections.list
Modifier and TypeMethodDescription<R> R
ListCollisionSet.reduce
(CollisionSet.Node node, R sum, Sum1<T, R> proc) -
Uses of Sum1 in org.javimmutable.collections.tree
Modifier and TypeMethodDescription<R> R
TreeCollisionSet.reduce
(CollisionSet.Node node, R sum, Sum1<T, R> proc)