Interface Function0Arg
-
- All Superinterfaces:
Function
- All Known Implementing Classes:
Fixed0ArgFunction
@Deprecated @Removal(version="6.0.0") public interface Function0Arg extends Function
Deprecated.replaced by lambda expressions in 5.0.1Implemented by all functions that can be called with zero arguments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ValueEval
evaluate(int srcRowIndex, int srcColumnIndex)
Deprecated.
-
-
-
Method Detail
-
evaluate
ValueEval evaluate(int srcRowIndex, int srcColumnIndex)
Deprecated.
-
-