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
Ordering
- Alphabetic
- By Inheritance
Inherited
- FutureSugar
- FutureSugar
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class Futureizer[T] extends AnyRef
Implicit class that adds a
validation
method toFuture
, which takes one or more functions that validate theFuture
's value.Implicit class that adds a
validation
method toFuture
, which takes one or more functions that validate theFuture
's value.See the main documentation for trait
FutureSugar
for more detail and examples.- Definition Classes
- FutureSugar