| Package | Description |
|---|---|
| io.knotx.handlebars.helpers.math |
| Modifier and Type | Class and Description |
|---|---|
class |
GreaterEqualHelper<T extends Comparable<T>>
Checks if value1 is greater or equal to value2.
|
class |
GreaterThanHelper<T extends Comparable<T>>
Checks if value1 is greater than value2.
|
class |
LessEqualHelper<T extends Comparable<T>>
Checks if value1 is smaller or equal to value2.
|
class |
LessThanHelper<T extends Comparable<T>>
Checks if value1 is smaller than value2.
|
Copyright © 2018. All rights reserved.