org.scalactic.FutureSugar
See theFutureSugar companion trait
Companion object for FutureSugar enabling its members to be imported as an alternative to mixing them in.
Attributes
-
Companion
-
trait
-
Source
-
FutureSugar.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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 Future to which to add a validating method.
Attributes
-
Inherited from:
-
FutureSugar
-
Source
-
FutureSugar.scala
-
Supertypes
-
class Object
trait Matchable
class Any
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 Future to which to add a validating method.
Attributes
-
Inherited from:
-
FutureSugar
-
Source
-
FutureSugar.scala