Package org.eclipse.collections.impl.block.function
package org.eclipse.collections.impl.block.function
-
ClassesClassDescriptionProvides static Function2 implementations which can be used by Iterate.injectInto for adding primitives or to a collectionIfFunction<T,
V> MaxFunction contains iterator aware implementations of Max() for integers, doubles, and longs.MaxSizeFunction compares the size of strings, collections, or maps to determine the max size.MinFunction contains iterator aware implementations of Min() for integers, doubles, and longs.MinSizeFunction compares the size of strings, collections, or maps to determine the min size.A passthru Function0 which returns the value specified.Provides static Function2 implementations which can be used by Iterate.injectInto for adding primitives or to a collection.