Packages

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Lazy[+A] extends AnyRef

Value Members

  1. def optionIf[T](condition: Boolean)(thenCase: ⇒ T): Option[T]

    optionIf(cond) {foo} evaluates foo and returns its value wrapped in a Some if cond is true; otherwise None is returned.

  2. object Lazy

Inherited from AnyRef

Inherited from Any

Ungrouped