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 SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ValueEvalevaluate(int srcRowIndex, int srcColumnIndex)Deprecated.
 
- 
- 
- 
Method Detail- 
evaluateValueEval evaluate(int srcRowIndex, int srcColumnIndex) Deprecated.
 
- 
 
-