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
Modifier 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
Adds1
to the value.- Parameters:
v
- the value- Returns:
- the new value
-
sub
Subtracts1
to the value.- Parameters:
v
- the value- Returns:
- the new value
-