Implicit class that adds a validation
method to
Future
, which takes one or more functions that validate
the Future
's value.
Implicit class that adds a validation
method to
Future
, which takes one or more functions that validate
the Future
's value.
See the main documentation for trait FutureSugar
for more detail and examples.
Companion object for
FutureSugar
enabling its members to be imported as an alternative to mixing them in.