JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package org.eclipse.collections.impl.block.function
This package contains implementations of
Function
,
Function0
and
Function2
.
Class Summary
Class
Description
AddFunction
Provides static Function2 implementations which can be used by Iterate.injectInto for adding primitives or to a collection
AddFunction.AddCollectionFunction
<T>
AddFunction.AddDoubleFunction
AddFunction.AddDoubleToDoubleFunction
AddFunction.AddFloatFunction
AddFunction.AddFloatToFloatFunction
AddFunction.AddIntegerFunction
AddFunction.AddIntegerToDoubleFunction
AddFunction.AddIntegerToFloatFunction
AddFunction.AddIntegerToIntFunction
AddFunction.AddIntegerToLongFunction
AddFunction.AddLongFunction
AddFunction.AddStringFunction
CaseFunction
<T extends java.lang.Comparable<? super T>,V>
IfFunction
<T,V>
MaxFunction
MaxFunction contains iterator aware implementations of Max() for integers, doubles, and longs.
MaxFunction.MaxDoubleFunction
MaxFunction.MaxIntegerFunction
MaxFunction.MaxLongFunction
MaxSizeFunction
MaxSizeFunction compares the size of strings, collections, or maps to determine the max size.
MaxSizeFunction.MaxSizeCollectionFunction
MaxSizeFunction.MaxSizeMapFunction
MaxSizeFunction.MaxSizeStringFunction
MinFunction
MinFunction contains iterator aware implementations of Min() for integers, doubles, and longs.
MinFunction.MinDoubleFunction
MinFunction.MinIntegerFunction
MinFunction.MinLongFunction
MinSizeFunction
MinSizeFunction compares the size of strings, collections, or maps to determine the min size.
MinSizeFunction.MinSizeCollectionFunction
MinSizeFunction.MinSizeMapFunction
MinSizeFunction.MinSizeStringFunction
MultiplyFunction
MultiplyFunction.MultiplyDoubleFunction
MultiplyFunction.MultiplyIntegerFunction
MultiplyFunction.MultiplyLongFunction
PassThruFunction0
<T>
A passthru Function0 which returns the value specified.
SubtractFunction
Provides static Function2 implementations which can be used by Iterate.injectInto for adding primitives or to a collection.
SubtractFunction.SubtractDoubleFunction
SubtractFunction.SubtractIntegerFunction
SubtractFunction.SubtractLongFunction