Uses of Class
org.eclipse.collections.impl.block.factory.Functions.ShortFunctionChain
Packages that use Functions.ShortFunctionChain
Package
Description
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.-
Uses of Functions.ShortFunctionChain in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return Functions.ShortFunctionChainModifier and TypeMethodDescriptionstatic <T1,T2> Functions.ShortFunctionChain<T1, T2> Functions.chainShort(Function<T1, T2> function1, ShortFunction<? super T2> function2) Functions.FunctionChain.chainShort(ShortFunction<? super T3> function)