final
class
Using[A] extends AnyVal
Value Members
-
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Using[A], B)
-
-
macro
def
as[B <: Any]: B
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
def
ensuring(cond: Boolean): Using[A]
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
val
x: A
-
def
→[B](y: B): (Using[A], B)
Inherited by implicit conversion any2stringadd from
Using[A] to any2stringadd[Using[A]]
Inherited by implicit conversion StringFormat from
Using[A] to StringFormat[Using[A]]
Inherited by implicit conversion Ensuring from
Using[A] to Ensuring[Using[A]]
Inherited by implicit conversion ArrowAssoc from
Using[A] to ArrowAssoc[Using[A]]
Helper for syntactic sugar of js.use. Only use in
js.use(x).as[T]