class
Hashed[T] extends AnyRef
Instance Constructors
-
new
Hashed(value: T)(implicit arg0: Eq[T])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Hashed[T], B)
-
final
def
==(arg0: Any): Boolean
-
def
apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, Hashed[T]]): F[Json]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diff[P](that: Hashed[T])(implicit Diff: Diff[Hashed[T], P]): P
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Hashed[T]
-
-
-
def
equals(other: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
val
hashCode: Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
json: Hashed[T]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
patch: Hashed[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
value: T
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Hashed[T], B)
Inherited by implicit conversion any2stringadd from
Hashed[T] to any2stringadd[Hashed[T]]
Inherited by implicit conversion StringFormat from
Hashed[T] to StringFormat[Hashed[T]]
Inherited by implicit conversion Ensuring from
Hashed[T] to Ensuring[Hashed[T]]
Inherited by implicit conversion ArrowAssoc from
Hashed[T] to ArrowAssoc[Hashed[T]]
Wraps provided value together with its hashCode. Equals is overridden to first check hashCode and then delegate to the wrapped value.