Package rife.bld.extension.propertyfile
Class Calc
java.lang.Object
rife.bld.extension.propertyfile.Calc
Implements the calculation functions.
- Since:
- 1.0
- Author:
- Geert Bevin, Erik C. Thauvin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntFunction<Integer>The add function.static final IntFunction<Integer>The sub function. -
Method Summary
-
Field Details
-
ADD
The add function. -
SUB
The sub function.
-
-
Method Details
-
add
Adds1to the value.- Parameters:
v- the value- Returns:
- the new value
-
sub
Subtracts1to the value.- Parameters:
v- the value- Returns:
- the new value
-