Class MultiplyFunction.MultiplyIntegerFunction

java.lang.Object
org.eclipse.collections.impl.block.function.MultiplyFunction.MultiplyIntegerFunction
All Implemented Interfaces:
Serializable, BiFunction<Integer,Integer,Integer>, Function2<Integer,Integer,Integer>
Enclosing class:
MultiplyFunction

private static class MultiplyFunction.MultiplyIntegerFunction extends Object implements Function2<Integer,Integer,Integer>