Trait

framian

AxisSelectionCompanion

Related Doc: package framian

Permalink

trait AxisSelectionCompanion[Sel[K, A] <: AxisSelectionLike[K, A, Sel]] extends AnyRef

Source
AxisSelection.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AxisSelectionCompanion
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type All[K, A] <: AllAxisSelection[K, A] with Sel[K, A]

    Permalink
  2. trait AllAxisSelection[K, A] extends SizedAxisSelection[K, Variable, A]

    Permalink
  3. trait AllCompanion extends AnyRef

    Permalink
  4. sealed trait Bridge[K, A] extends AxisSelectionLike[K, A, Sel]

    Permalink
  5. abstract type Pick[K, S <: Size, A] <: PickAxisSelection[K, S, A] with Sel[K, A]

    Permalink
  6. trait PickAxisSelection[K, S <: Size, A] extends SizedAxisSelection[K, S, A]

    Permalink
  7. trait PickCompanion extends AnyRef

    Permalink
  8. sealed trait SizedAxisSelection[K, Sz <: Size, A] extends Bridge[K, A]

    Permalink
  9. abstract type Wrapped[K, A] <: WrappedAxisSelection[K, A] with Sel[K, A]

    Permalink
  10. trait WrappedAxisSelection[K, A] extends Bridge[K, A]

    Permalink
  11. trait WrappedCompanion extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def All: AllCompanion

    Permalink
  2. abstract def Pick: PickCompanion

    Permalink
  3. abstract def Wrapped: WrappedCompanion

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to any2stringadd[AxisSelectionCompanion[Sel]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AxisSelectionCompanion[Sel], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to ArrowAssoc[AxisSelectionCompanion[Sel]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def all[K]: All[K, Rec[K]]

    Permalink
  7. def apply[K](c0: K, c1: K, c2: K, c3: K, c4: K, c5: K, c6: K, c7: K, c8: K, c9: K): Pick[K, Fixed[shapeless.Nat._10], Rec[K]]

    Permalink
  8. def apply[K](c0: K, c1: K, c2: K, c3: K, c4: K, c5: K, c6: K, c7: K, c8: K): Pick[K, Fixed[shapeless.Nat._9], Rec[K]]

    Permalink
  9. def apply[K](c0: K, c1: K, c2: K, c3: K, c4: K, c5: K, c6: K, c7: K): Pick[K, Fixed[shapeless.Nat._8], Rec[K]]

    Permalink
  10. def apply[K](c0: K, c1: K, c2: K, c3: K, c4: K, c5: K, c6: K): Pick[K, Fixed[shapeless.Nat._7], Rec[K]]

    Permalink
  11. def apply[K](c0: K, c1: K, c2: K, c3: K, c4: K, c5: K): Pick[K, Fixed[shapeless.Nat._6], Rec[K]]

    Permalink
  12. def apply[K](c0: K, c1: K, c2: K, c3: K, c4: K): Pick[K, Fixed[shapeless.Nat._5], Rec[K]]

    Permalink
  13. def apply[K](c0: K, c1: K, c2: K, c3: K): Pick[K, Fixed[shapeless.Nat._4], Rec[K]]

    Permalink
  14. def apply[K](c0: K, c1: K, c2: K): Pick[K, Fixed[shapeless.Nat._3], Rec[K]]

    Permalink
  15. def apply[K](c0: K, c1: K): Pick[K, Fixed[shapeless.Nat._2], Rec[K]]

    Permalink
  16. def apply[K](c0: K): Pick[K, Fixed[shapeless.Nat._1], Rec[K]]

    Permalink
  17. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def ensuring(cond: (AxisSelectionCompanion[Sel]) ⇒ Boolean, msg: ⇒ Any): AxisSelectionCompanion[Sel]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to Ensuring[AxisSelectionCompanion[Sel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (AxisSelectionCompanion[Sel]) ⇒ Boolean): AxisSelectionCompanion[Sel]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to Ensuring[AxisSelectionCompanion[Sel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): AxisSelectionCompanion[Sel]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to Ensuring[AxisSelectionCompanion[Sel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): AxisSelectionCompanion[Sel]

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to Ensuring[AxisSelectionCompanion[Sel]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to StringFormat[AxisSelectionCompanion[Sel]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. object ops

    Permalink
  34. def sized[K, N <: Nat](s: Sized[List[K], N]): Pick[K, Fixed[N], Rec[K]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def unsized[K](cols: Seq[K]): Pick[K, Variable, Rec[K]]

    Permalink
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (AxisSelectionCompanion[Sel], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from AxisSelectionCompanion[Sel] to ArrowAssoc[AxisSelectionCompanion[Sel]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AxisSelectionCompanion[Sel] to any2stringadd[AxisSelectionCompanion[Sel]]

Inherited by implicit conversion StringFormat from AxisSelectionCompanion[Sel] to StringFormat[AxisSelectionCompanion[Sel]]

Inherited by implicit conversion Ensuring from AxisSelectionCompanion[Sel] to Ensuring[AxisSelectionCompanion[Sel]]

Inherited by implicit conversion ArrowAssoc from AxisSelectionCompanion[Sel] to ArrowAssoc[AxisSelectionCompanion[Sel]]

Ungrouped