Class

poly.util.typeclass.ops

withTypeclassOps

Related Doc: package ops

Permalink

implicit final class withTypeclassOps[T] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. withTypeclassOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withTypeclassOps(x: T)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def ###(implicit hashing: Hashing[T, Int]): Int

    Permalink

    Returns the hashed result of this object.

    Returns the hashed result of this object. This is the typeclass-abstracted version of hashCode/##.

    hashing

    An implicit hashing object that specifies how to hash this object.

    returns

    The hashed result

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def deepCopy(implicit cloning: Cloning[T]): T

    Permalink

    Returns a deep copy (clone) of this object.

    Returns a deep copy (clone) of this object. This is the typeclass-abstracted version of clone.

    cloning

    An implicit cloning object that specifies how to clone this object.

    returns

    A deep copy

  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def print(implicit formatter: Formatter[T]): Unit

    Permalink
  10. def println(implicit formatter: Formatter[T]): Unit

    Permalink
  11. def str(implicit formatter: Formatter[T]): String

    Permalink

    Returns a string representation of this object.

    Returns a string representation of this object. This is the typeclass-abstracted version of toString.

    formatter

    An implicit formatter that specifies how to format this object into a string.

    returns

    A string representation of this object

  12. def toString(): String

    Permalink
    Definition Classes
    Any
  13. val x: T

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped