Scalactic is brought to you by:

object FutureSugar extends FutureSugar

Companion object for FutureSugar enabling its members to be imported as an alternative to mixing them in.

Source
FutureSugar.scala
Linear Supertypes
FutureSugar, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FutureSugar
  2. FutureSugar
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class Futureizer[T] extends AnyRef

    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.

    Definition Classes
    FutureSugar