A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.13.2/scala/reflect/ClassTag.html below:

Scala Standard Library 2.13.2 - scala.reflect.ClassTag

trait ClassTag[T] extends ClassManifestDeprecatedApis[T] with Equals with Serializable



Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassTag
  2. Equals
  3. ClassManifestDeprecatedApis
  4. OptManifest
  5. Serializable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
Visibility
  1. Public
  2. Protected
Abstract Value Members
  1.  abstract def runtimeClass: Class[_]

    A class representing the type U to which T would be erased.

Concrete Value Members
  1.  final def !=(arg0: Any): Boolean

    Test two objects for inequality.

  2.  final def ##: Int

    Equivalent to x.hashCode except for boxed numeric types and null.

  3.  def +(other: String): String
  4.  def ->[B](y: B): (ClassTag[T], B)
  5.  final def ==(arg0: Any): Boolean

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

  6.  def argString: String
  7.  def arrayClass[A](tp: Class[_]): Class[Array[A]]
  8.  final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

  9.  def canEqual(x: Any): Boolean

    A method that should be called from every well-designed equals method that is open to be overridden in a subclass.

  10.  def clone(): AnyRef

    Create a copy of the receiver object.

  11.  def ensuring(cond: (ClassTag[T]) => Boolean, msg: => Any): ClassTag[T]
  12.  def ensuring(cond: (ClassTag[T]) => Boolean): ClassTag[T]
  13.  def ensuring(cond: Boolean, msg: => Any): ClassTag[T]
  14.  def ensuring(cond: Boolean): ClassTag[T]
  15.  final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

  16.  def equals(x: Any): Boolean

    The universal equality method defined in AnyRef.

  17.  def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

  18.  def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

  19.  final def getClass(): Class[_ <: AnyRef]

    Returns the runtime class representation of the object.

  20.  def hashCode(): Int

    The hashCode method for reference types.

  21.  final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

  22.  final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

  23.  def newArray(len: Int): Array[T]

    Produces a new array with element type T and length len

  24.  final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

  25.  final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

  26.  final def synchronized[T0](arg0: => T0): T0
  27.  def toString(): String

    Creates a String representation of this object.

  28.  def unapply(x: Any): Option[T]

    A ClassTag[T] can serve as an extractor that matches only objects of type T.

  29.  final def wait(): Unit
  30.  final def wait(arg0: Long, arg1: Int): Unit
  31.  final def wait(arg0: Long): Unit
  32.  def wrap: ClassTag[Array[T]]

    Produces a ClassTag that knows how to instantiate an Array[Array[T]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4