Object/Trait

com.stripe.bonsai

Layout

Related Docs: trait Layout | package bonsai

Permalink

object Layout

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Layout
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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. def apply[A](implicit layout: Layout[A]): Layout[A]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit def denseBooleanLayout: Layout[Boolean]

    Permalink
  8. implicit def denseByteLayout: Layout[Byte]

    Permalink
  9. implicit def denseCharLayout: Layout[Char]

    Permalink
  10. implicit def denseDoubleLayout: Layout[Double]

    Permalink
  11. implicit def denseFloatLayout: Layout[Float]

    Permalink
  12. implicit def denseIntLayout: Layout[Int]

    Permalink
  13. implicit def denseLongLayout: Layout[Long]

    Permalink
  14. implicit def denseShortLayout: Layout[Short]

    Permalink
  15. implicit def denseStringLayout: Layout[String]

    Permalink
  16. implicit def either[A, B](implicit lhs: Layout[A], rhs: Layout[B]): Layout[Either[A, B]]

    Permalink

    Returns a data store that can store either A or B and requires only 1.37n bits additional data (+ O(1) pointers).

  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def inflateOnRead[A](layout: Layout[A])(implicit arg0: ClassTag[A]): Layout[A]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. implicit def join[A, B](implicit lhs: Layout[A], rhs: Layout[B]): Layout[(A, B)]

    Permalink
  25. implicit def join3[A, B, C](implicit as: Layout[A], bs: Layout[B], cs: Layout[C]): Layout[(A, B, C)]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. implicit def optional[A](implicit layout: Layout[A]): Layout[Option[A]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def transform[A, B](layout: Layout[A])(f: (A) ⇒ B, g: (B) ⇒ A): Layout[B]

    Permalink
  33. implicit def unitLayout: Layout[Unit]

    Permalink
  34. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped