object
Patch
Type Members
-
type
Aux[T, U <: HList] = Patch[T] { type Updates = U }
-
implicit
class
ConcretePatchOps[T, U <: HList] extends AnyRef
-
abstract
class
Updates[T, U <: HList] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diff[T, L <: HList, Z <: HList, U <: HList](a: T, b: T)(implicit gen: shapeless.LabelledGeneric.Aux[T, L], zip: shapeless.ops.hlist.Zip.Aux[::[L, ::[L, HNil]], Z], patchable: Patchable.Aux[T, U], mapper: shapeless.ops.hlist.Mapper.Aux[differences.type, Z, U]): Aux[T, U]
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
ofUpdates[T, U <: HList](up: U)(implicit patchable: Patchable.Aux[T, U]): Aux[T, U]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any