Companion object for FutureSugar enabling its members to be
imported as an alternative to mixing them in.
- Companion:
- class
- Source:
- FutureSugar.scala
Type members
Inherited classlikes
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.
- Value parameters:
- theFuture
the
Futureto which to add avalidatingmethod.
- Inherited from:
- FutureSugar
- Source:
- FutureSugar.scala
Implicits
Inherited implicits
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.
- Value parameters:
- theFuture
the
Futureto which to add avalidatingmethod.
- Inherited from:
- FutureSugar
- Source:
- FutureSugar.scala