Packages

final class UniversalOps[A] extends AnyVal

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

Instance Constructors

  1. new UniversalOps(a: A)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkNotNull(msg: String): A
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def opt: Opt[A]
  9. def option: Option[A]
  10. def setup(code: (A) ⇒ Any): A
  11. macro def showAst: A

    Prints AST of the prefix in a compilation error.

    Prints AST of the prefix in a compilation error. Useful for debugging macros.

  12. macro def showRawAst: A

    Prints raw AST of the prefix in a compilation error.

    Prints raw AST of the prefix in a compilation error. Useful for debugging macros.

  13. macro def showRawType: A
  14. macro def showSymbol: A
  15. macro def showSymbolFullName: A
  16. macro def showType: A
  17. macro def showTypeSymbol: A
  18. macro def showTypeSymbolFullName: A
  19. def toString(): String
    Definition Classes
    Any
  20. def unboxedOpt[B](implicit unboxing: Unboxing[B, A]): Opt[B]
  21. def |>[B](f: (A) ⇒ B): B

Inherited from AnyVal

Inherited from Any

Ungrouped