Class MultiOperator<T>
java.lang.Object
dk.jonaslindstrom.arithmeticparser.MultiOperator<T>
- All Implemented Interfaces:
- java.util.function.Function<List<T>,- T> 
- 
Constructor SummaryConstructorsConstructorDescriptionMultiOperator(int arguments, java.util.function.Function<List<T>, T> function) MultiOperator(java.util.function.BiFunction<T, T, T> function) MultiOperator(java.util.function.Function<T, T> function) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.FunctionandThen, compose