- All Implemented Interfaces:
- Function
- Direct Known Subclasses:
- Lists.firstElement, Lists.lastElement, Math.avg, Math.divide, Math.doubleSubtract, Math.doubleSum, Math.intSubtract, Math.intSum, Math.longSubtract, Math.longSum, Strings.concat, Strings.substring
- Enclosing interface:
- Function
public abstract static class Function.ListFunction
extends Function.BaseFunction<Object>
Abstract class that provides rudimentary abstraction to quickly implement
a function that works on an List of input
i.e. find the max item from a list, etc.