Interface ArgumentUtils.Check
- Enclosing class:
ArgumentUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface the check a condition.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
-
Method Details
-
condition
boolean condition()- Returns:
- Whether the condition is true
-