beamly.core

lang

package lang

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. lang
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class NotImplementedException(message: String = "Not Implemented") extends RuntimeException with Product with Serializable

  2. final class WithNullDefault[A <: AnyRef] extends AnyVal

Value Members

  1. macro def ???: Nothing

    Implemented as a macro so the stack trace begins where '???' is called.

  2. object AutoOption

  3. object TryToFuture

  4. object WithNullDefault

  5. implicit def atomicReferenceBeamlyLang[A](underlying: AtomicReference[A]): AtomicReferenceW[A]

    Annotations
    @inline()
  6. implicit def doubleBeamlyLang(underlying: Double): DoubleW

    Annotations
    @inline()
  7. package extensions

  8. package future

  9. implicit def mapBeamlyLang[A, B](underlying: Map[A, B]): MapW[A, B]

    Annotations
    @inline()
  10. final def nil[T]: List[T]

    Annotations
    @inline()
  11. final def none[T]: Option[T]

    Annotations
    @inline()
  12. macro def notImplemented: Nothing

  13. def notImplementedMacroImpl(c: Context): scala.reflect.macros.whitebox.Context.Expr[Nothing]

  14. implicit def optionBeamlyLang[T](underlying: Option[T]): OptionW[T]

    Annotations
    @inline()
  15. implicit def partialFunctionBeamlyLang[A, B](underlying: PartialFunction[A, B]): PartialFunctionW[A, B]

    Annotations
    @inline()
  16. package ref

  17. implicit def rightBiasedEither[L, R](either: Either[L, R]): RightBiasedEither[L, R]

    Annotations
    @inline()
  18. final def some[T](t: T): Option[T]

    Annotations
    @inline()
  19. implicit def stringBeamlyLang(underlying: String): StringW

    Annotations
    @inline()
  20. implicit def traversableSafer[A](xs: TraversableOnce[A]): TraversableSafer[A]

    Annotations
    @inline()
  21. implicit def tryBeamlyLang[A](underlying: Try[A]): TryW[A]

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped