final class UniversalOps[A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UniversalOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UniversalOps(a: A)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def checkNotNull(msg: String): A
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def opt: Opt[A]
- def option: Option[A]
- def setup(code: (A) ⇒ Any): A
-
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.
-
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.
- macro def showRawType: A
- macro def showSymbol: A
- macro def showSymbolFullName: A
- macro def showType: A
- macro def showTypeSymbol: A
- macro def showTypeSymbolFullName: A
-
def
toString(): String
- Definition Classes
- Any
- def unboxedOpt[B](implicit unboxing: Unboxing[B, A]): Opt[B]
- def |>[B](f: (A) ⇒ B): B