final class LazyFutureOps[A] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LazyFutureOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LazyFutureOps(fut: () ⇒ commons.Future[A])

Value Members

  1. def catchFailures: commons.Future[A]

    Evaluates a left-hand-side expression that returns a Future and ensures that all exceptions thrown by that expression are converted to a failed Future.

    Evaluates a left-hand-side expression that returns a Future and ensures that all exceptions thrown by that expression are converted to a failed Future. Also, if left-hand-side expression returns null, it's converted to a Future failed with NullPointerException.

  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any