BindResult
A container object to return the result of a Binder bind operation. May contain either a successfully bound object or an empty result.
Author
Phillip Webb
Madhura Bhave
Since
2.0.0
Parameters
<T>
the result type
Functions
Link copied to clipboard
Return the object that was bound or throw a NoSuchElementException if no value was bound.
Link copied to clipboard