Class

com.avsystem.commons.SharedExtensions

UniversalOps

Related Doc: package SharedExtensions

Permalink

final class UniversalOps[A] extends AnyVal

Linear Supertypes
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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkNotNull(msg: String): A

    Permalink
  6. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def matchOpt[B](pf: PartialFunction[A, B]): commons.Opt[B]

    Permalink
  9. def opt: commons.Opt[A]

    Permalink
  10. def option: Option[A]

    Permalink
  11. def setup(code: (A) ⇒ Any): A

    Permalink
  12. macro def showAst: A

    Permalink

    Prints AST of the prefix in a compilation error.

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

  13. macro def showRawAst: A

    Permalink

    Prints raw AST of the prefix in a compilation error.

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

  14. macro def showRawType: A

    Permalink
  15. macro def showSymbol: A

    Permalink
  16. macro def showSymbolFullName: A

    Permalink
  17. macro def showType: A

    Permalink
  18. macro def showTypeSymbol: A

    Permalink
  19. macro def showTypeSymbolFullName: A

    Permalink
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def unboxedOpt[B](implicit unboxing: Unboxing[B, A]): commons.Opt[B]

    Permalink
  22. def |>[B](f: (A) ⇒ B): B

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped