object CanIUse2

Derivations of the raw data in CanIUse.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CanIUse2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type PrefixApply = (String) ⇒ Option[(Prefix) ⇒ String]
  2. type PrefixPlan = Vector[Option[Prefix]]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def agentPrefixes: (Agent) ⇒ Set[Prefix]
  5. def agentsForPlatform(p: Platform[Option]): NonEmptyVector[Agent]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val backgroundImageTransforms: Transform
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def filteredPrefixPlan(whitelist: Set[Prefix], pp: PrefixPlan): PrefixPlan
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  15. lazy val intrinsicWidthTransforms: Transform
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val needsPrefix: (Support) ⇒ Boolean
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def prefixKeys(pp: PrefixPlan, pa: PrefixApply, kv: CssKV): Vector[CssKV]
  22. val prefixPlan: (Subject) ⇒ PrefixPlan
  23. def prefixValues(pp: PrefixPlan, pa: PrefixApply, kv: CssKV): Vector[CssKV]
  24. val prefixed: (String) ⇒ Boolean
  25. def prefixesForPlatform(p: Platform[Option]): Set[Prefix]
  26. def runPlan(pp: PrefixPlan, pa: PrefixApply, l: Lens, kv: CssKV): Vector[CssKV]
  27. def subjectPrefixes(s: Subject): Set[Prefix]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. object PrefixApply

Inherited from AnyRef

Inherited from Any

Ungrouped