Packages

p

com.nthportal

extrapredef

package extrapredef

Type Members

  1. trait ExtraPredef extends ExtraPredefCore

    An extra Predef which has more methods and implicit classes than scala.Predef.

    An extra Predef which has more methods and implicit classes than scala.Predef.

    For an extra predef without any implicit classes, use ExtraPredefCore instead.

    See also

    ExtraPredefCore

  2. trait ExtraPredefCore extends AnyRef

    ExtraPredef sans implicit classes, because implicit classes in traits cannot extend AnyVal.

Ungrouped