Type Members
-
-
sealed
trait
Kind extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
implicit
def
arithmeticPM[T, D](implicit num: Aux[T, D]): PatchMaker[T]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
def
constantPM[T]: PatchMaker[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
keyedPM[F[_, _], K, V](implicit coll: KeyedCollectionAdapter[F, K, V]): PatchMaker[F[K, V]]
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
implicit
def
sum1PM[F[_], T](implicit arg0: PatchMaker[T], sum1: Sum1Adapter[F, T]): PatchMaker[F[T]]
-
implicit
def
sum2PM[F[_, _], L, R](implicit arg0: PatchMaker[L], arg1: PatchMaker[R], sum2: Sum2Adapter[F, L, R]): PatchMaker[F[L, R]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any