object Patch
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Patch
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 andThen(first: Patch, second: Patch): Patch
- def apply(active: Int, enabled: Int): Patch
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def both(left: Patch, right: Patch): Patch
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def disabledSet(patch: Patch): Set[RuntimeFlag]
- def either(left: Patch, right: Patch): Patch
- val empty: Patch
- def enabledSet(patch: Patch): Set[RuntimeFlag]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exclude(patch: Patch)(flag: RuntimeFlag): Patch
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def includes(patch: Patch)(flag: RuntimeFlag): Boolean
- def inverse(patch: Patch): Patch
- def isActive(patch: Patch)(flag: RuntimeFlag): Boolean
- def isDisabled(patch: Patch)(flag: RuntimeFlag): Boolean
- def isEmpty(patch: Patch): Boolean
- def isEnabled(patch: Patch)(flag: RuntimeFlag): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def patch(patch: Patch)(flags: RuntimeFlags): RuntimeFlags
- def render(patch: Patch): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()