scalacss

StyleC

Related Docs: trait StyleC | package scalacss

object StyleC

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StyleC
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[s <: HList] = StyleC { type S = s }

  2. sealed trait MkUsage[L <: HList] extends AnyRef

  3. sealed trait MkUsageLowPri extends AnyRef

  4. final case class Named[W, A](value: A) extends Product with Serializable

    Annotates a value A with a type W.

  5. final class UniqueCons[A, L <: HList] extends AnyRef

    Proof that A can be added to a HList L without any duplicate names appearing in the result.

  6. sealed trait UniquePrepend[A <: HList, L <: HList] extends AnyRef

    Proof that A can be prepended (head-to-tail) to a HList L without any duplicate names appearing in the result.

  7. final class Usage[W, A, B] extends AnyRef

    For lack of a better name, this provides the protocol by which a composite style can be used.

    For lack of a better name, this provides the protocol by which a composite style can be used. Meaning when a user wants to apply a StyleC, they are handed a Usage, which by following the nested apply calls, concludes with them having a StyleA for each sub-style in the StyleC.

    W

    The singleton-type of the name of the current sub-style.

    A

    When this is in the user's hands, this will be a StyleA of the current sub-style.

    B

    When this is in the user's hands, this will be a Usage/UsageEnd of the next sub-style.

  8. final class UsageEnd[W, A] extends AnyRef

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. object MkUsage extends MkUsageLowPri

  5. object UniqueCons

  6. object UniquePrepend

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  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 finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped