Package

frameless

Permalink

package frameless

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

Type Members

  1. trait AllRemover[L <: HList, K <: HList] extends DepFn1[L] with Serializable

    Permalink

    Type class supporting multiple record field removal.

    Type class supporting multiple record field removal.

    Annotations
    @implicitNotFound( "No fields ${K} in record ${L}" )
  2. implicit class DataFrameToTypedDataFrame extends AnyRef

    Permalink
  3. trait Fields[S <: Product] extends Serializable

    Permalink

    Type class aggregating LabelledGeneric, record.Keys and hlist.ToList to extract the name of all fields of a product.

  4. trait FieldsExtractor[S <: Product, C <: HList] extends Serializable

    Permalink

    Type class witnessing that a set of symbols are fields of a product.

    Type class witnessing that a set of symbols are fields of a product. Aggregates ToList, LabelledGeneric and SelectAll to extract field names.

  5. final class GroupedTypedDataFrame[Schema <: Product, GroupingColumns <: HList] extends Serializable

    Permalink
  6. trait IsXLTuple[T] extends AnyRef

    Permalink

    Type class witnessing that a type a tuple, up to Tuple64.

  7. class IsXLTupleMacro extends AnyRef

    Permalink
  8. trait LowPriorityTypeableRow extends AnyRef

    Permalink
  9. trait TypeableRow[S <: Product] extends Serializable

    Permalink
  10. final class TypedDataFrame[Schema <: Product] extends Serializable

    Permalink
  11. final class TypedDataFrameNaFunctions[Schema <: Product] extends Serializable

    Permalink
  12. final class TypedDataFrameStatFunctions[Schema <: Product] extends Serializable

    Permalink
  13. trait XLTupler[L <: HList] extends DepFn1[L] with Serializable

    Permalink

    Type class supporting conversion of this HList to a tuple, up to Tuple64.

  14. trait XLTuplerInstances extends AnyRef

    Permalink

Value Members

  1. object AllRemover extends Serializable

    Permalink
  2. object Fields extends Serializable

    Permalink
  3. object FieldsExtractor extends Serializable

    Permalink
  4. object GroupedTypedDataFrame extends Serializable

    Permalink
  5. object IsXLTuple

    Permalink
  6. object TypeableRow extends LowPriorityTypeableRow with Serializable

    Permalink
  7. object XLTupler extends XLTuplerInstances with Serializable

    Permalink
  8. implicit val anyTypeable: Typeable[Any]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped