Package me.clarius.sdk
Interface Solum.BooleanResult
- Enclosing class:
Solum
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generic boolean callback.
-
Method Summary
-
Method Details
-
accept
void accept(boolean result) Called with the request result.- Parameters:
result
- true on success, false on failure.
-