ScalarEqImpl

trait ScalarEqImpl[A] extends Eq[A] with Scalar[A]
trait Scalar[A]
trait Eq[A]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
object BooleanTop
class DoubleTop
object DoubleTop
object IntTop
object LongTop
object StringTop

Type members

Inherited types

final
type Boolean = Boolean
Inherited from
Scalar
final
type Double = Double
Inherited from
Scalar
final
type In = A
Inherited from
Scalar
final
type Int = Int
Inherited from
Scalar
final
type Long = Long
Inherited from
Scalar

Value members

Concrete methods

final
def eq(a: A, b: A): Boolean
final
def neq(a: A, b: A): Boolean

Inherited methods

def id: Int
Inherited from
Adjunct
def write(out: DataOutput): Unit
Inherited from
Adjunct