final class LazyUniversalOps[A] extends AnyVal

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

Instance Constructors

  1. new LazyUniversalOps(a: () ⇒ A)

Value Members

  1. def evalFuture: commons.Future[A]
  2. def evalTry: commons.Try[A]
  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. def optIf(condition: Boolean): commons.Opt[A]
  5. def optionIf(condition: Boolean): Option[A]
  6. def recoverFrom[T <: Throwable](fallbackValue: ⇒ A)(implicit arg0: commons.ClassTag[T]): A
  7. def recoverToOpt[T <: Throwable](implicit arg0: commons.ClassTag[T]): commons.Opt[A]