mirror of
https://github.com/DanilaFe/abacus
synced 2026-09-25 21:02:38 +00:00
Move NumberFunction into Kotlin.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package org.nwapw.abacus.function;
|
||||
|
||||
import org.nwapw.abacus.number.NumberInterface;
|
||||
|
||||
/**
|
||||
* A function that operates on one or more
|
||||
* inputs and returns a single number.
|
||||
*/
|
||||
public abstract class NumberFunction extends Applicable<NumberInterface, NumberInterface> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user