Package

rapture

data

Permalink

package data

Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayMatchingConfig extends AnyRef

    Permalink
  2. trait Data#as extends MethodConstraint

    Permalink
  3. trait Data#normalize extends MethodConstraint

    Permalink
  4. trait DataAst extends AnyRef

    Permalink
  5. trait DataCompanion[+Type <: DataType[Type, DataAst], -AstType <: DataAst] extends AnyRef

    Permalink
  6. class DataContext[+Data <: DataType[Data, DataAst], -AstType <: DataAst] extends AnyRef

    Permalink
  7. abstract class DataContextMacros[+Data <: DataType[Data, DataAst], -AstType <: DataAst] extends AnyRef

    Permalink
  8. sealed abstract class DataGetException extends RuntimeException

    Permalink
  9. trait DataType[+T <: DataType[T, AstType], +AstType <: DataAst] extends AnyRef

    Permalink
  10. case class DynamicApplication[D](path: List[Either[Int, String]], application: ForcedConversion2[D]) extends Product with Serializable

    Permalink
  11. trait DynamicData[+T <: DynamicData[T, AstType], +AstType <: DataAst] extends Dynamic

    Permalink
  12. case class DynamicPath[D](path: List[Either[Int, String]]) extends Dynamic with Product with Serializable

    Permalink
  13. abstract class Extractor[T, -D] extends Functor[[x]Extractor[x, D], T]

    Permalink
    Annotations
    @implicitNotFound( ... )
  14. case class FilterException() extends Exception with Product with Serializable

    Permalink
  15. case class ForcedConversion[-D](value: Any, nothing: Boolean) extends Product with Serializable

    Permalink
  16. case class ForcedConversion2[-D](value: Any, nothing: Boolean) extends Product with Serializable

    Permalink
  17. trait ForcedConversion2_1 extends AnyRef

    Permalink
  18. trait ForcedConversion_1 extends ForcedConversion_2

    Permalink
  19. trait ForcedConversion_2 extends AnyRef

    Permalink
  20. trait Formatter[-AstType <: DataAst] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  21. case class MissingValueException() extends DataGetException with Product with Serializable

    Permalink
  22. case class MutableCell(value: Any) extends Product with Serializable

    Permalink
  23. trait MutableDataAst extends DataAst

    Permalink
  24. trait MutableDataType[+T <: DataType[T, AstType], AstType <: MutableDataAst] extends DataType[T, AstType]

    Permalink
  25. case class NotEmptyException() extends Exception with Product with Serializable

    Permalink
  26. trait ObjectMatchingConfig extends AnyRef

    Permalink
  27. case class ParseException(source: String, line: Option[Int] = None, column: Option[Int] = None) extends Exception with Product with Serializable

    Permalink
  28. trait Parser[-Source, +Ast <: DataAst] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  29. trait Serializer[T, -D] extends AnyRef

    Permalink
    Annotations
    @implicitNotFound( ... )
  30. case class TypeMismatchException(found: DataTypes.DataType, expected: DataTypes.DataType) extends DataGetException with Product with Serializable

    Permalink

Ungrouped