implicit final class JSRichSet[T] extends AnyVal
- Alphabetic
- By Inheritance
- JSRichSet
- AnyVal
- Any
- by genTravConvertible2JSRichGenTrav
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: scala.Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (JSRichSet[T], B)
-
final
def
==(arg0: scala.Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (JSRichSet[T]) ⇒ Boolean, msg: ⇒ scala.Any): JSRichSet[T]
- def ensuring(cond: (JSRichSet[T]) ⇒ Boolean): JSRichSet[T]
- def ensuring(cond: Boolean, msg: ⇒ scala.Any): JSRichSet[T]
- def ensuring(cond: Boolean): JSRichSet[T]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
toJSArray: Array[T]
- Implicit
- This member is added by an implicit conversion from JSRichSet[T] to JSRichGenTraversableOnce[T] performed by method genTravConvertible2JSRichGenTrav in scala.scalajs.js.JSConverters. This conversion will take place only if an implicit value of type (JSRichSet[T]) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- JSRichGenTraversableOnce
-
final
def
toJSSet: Set[T]
- Annotations
- @inline()
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (JSRichSet[T], B)
Deprecated Value Members
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from JSRichSet[T] to StringFormat[JSRichSet[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.