package extrapredef
Type Members
-
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
-
trait
ExtraPredefCore
extends AnyRef
ExtraPredef sans implicit classes, because implicit classes in traits cannot extend AnyVal.