Package io.micronaut.core.util
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.
-
Method Summary
-
Method Details
-
condition
boolean condition()- Returns:
- Whether the condition is true
-