Class MultiOperator<T>
java.lang.Object
dk.jonaslindstrom.arithmeticparser.MultiOperator<T>
- All Implemented Interfaces:
java.util.function.Function<List<T>,T>
-
Constructor Summary
ConstructorsConstructorDescriptionMultiOperator(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 Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose