implicit final
class
URLOps extends AnyVal
Instance Constructors
-
new
URLOps(url: URL)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (URLOps, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
ensuring(cond: (URLOps) ⇒ Boolean, msg: ⇒ Any): URLOps
-
def
ensuring(cond: (URLOps) ⇒ Boolean): URLOps
-
def
ensuring(cond: Boolean, msg: ⇒ Any): URLOps
-
def
ensuring(cond: Boolean): URLOps
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
def
isFile: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
val
url: URL
-
def
→[B](y: B): (URLOps, B)
Inherited from AnyVal
Inherited from Any
Inherited by implicit conversion any2stringadd from
URLOps to any2stringadd[URLOps]
Inherited by implicit conversion StringFormat from
URLOps to StringFormat[URLOps]
Inherited by implicit conversion Ensuring from
URLOps to Ensuring[URLOps]
Inherited by implicit conversion ArrowAssoc from
URLOps to ArrowAssoc[URLOps]
The Scala compiler and reflection APIs.