Object/Trait

scalax.patch

PatchMaker

Related Docs: trait PatchMaker | package patch

Permalink

object PatchMaker extends LowPriorityPatchMaker

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatchMaker
  2. LowPriorityPatchMaker
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AbstractPatchMaker[T] extends PatchMaker[T]

    Permalink
  2. sealed trait Kind extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Kind

    Permalink
  5. def apply[T](implicit arg0: PatchMaker[T]): PatchMaker[T]

    Permalink
  6. implicit def arithmeticPM[T, D](implicit num: Aux[T, D]): PatchMaker[T]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  9. implicit def constantPM[T]: PatchMaker[T]

    Permalink
    Definition Classes
    LowPriorityPatchMaker
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  14. implicit def indexedPM[F[_], V](implicit coll: IndexedCollectionAdapter[F, V]): PatchMaker[F[V]]

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. implicit def keyedPM[F[_, _], K, V](implicit coll: KeyedCollectionAdapter[F, K, V]): PatchMaker[F[K, V]]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  20. implicit def orderedPM[F[_], V](implicit coll: OrderedCollectionAdapter[F, V]): PatchMaker[F[V]]

    Permalink
  21. implicit def sum1PM[F[_], T](implicit arg0: PatchMaker[T], sum1: Sum1Adapter[F, T]): PatchMaker[F[T]]

    Permalink
  22. implicit def sum2PM[F[_, _], L, R](implicit arg0: PatchMaker[L], arg1: PatchMaker[R], sum2: Sum2Adapter[F, L, R]): PatchMaker[F[L, R]]

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. implicit def unorderedPM[F[_], T](implicit coll: UnorderedCollectionAdapter[F, T]): PatchMaker[F[T]]

    Permalink
    Definition Classes
    LowPriorityPatchMaker
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LowPriorityPatchMaker

Inherited from AnyRef

Inherited from Any

Ungrouped