object PatchMaker extends LowPriorityPatchMaker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PatchMaker
- LowPriorityPatchMaker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class AbstractPatchMaker[T] extends PatchMaker[T]
- sealed trait Kind extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T](implicit arg0: PatchMaker[T]): PatchMaker[T]
- implicit def arithmeticPM[T, D](implicit num: Aux[T, D]): PatchMaker[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- implicit def constantPM[T]: PatchMaker[T]
- Definition Classes
- LowPriorityPatchMaker
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- implicit def indexedPM[F[_], V](implicit coll: IndexedCollectionAdapter[F, V]): PatchMaker[F[V]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def keyedPM[F[_, _], K, V](implicit coll: KeyedCollectionAdapter[F, K, V]): PatchMaker[F[K, V]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- implicit def orderedPM[F[_], V](implicit coll: OrderedCollectionAdapter[F, V]): PatchMaker[F[V]]
- 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
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def unorderedPM[F[_], T](implicit coll: UnorderedCollectionAdapter[F, T]): PatchMaker[F[T]]
- Definition Classes
- LowPriorityPatchMaker
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Kind
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated