Package

org.hablapps

sparkOptics

Permalink

package sparkOptics

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

Type Members

  1. trait GlassesFrame[A] extends AnyRef

    Permalink
  2. sealed abstract class Lens extends AnyRef

    Permalink
  3. case class NullableChangedException[O](previousNull: Boolean, newNull: Boolean, optic: O) extends SchemaChangedException with Product with Serializable

    Permalink
  4. abstract class SchemaChangedException extends Exception

    Permalink

    Represents an error in the comparation of two spark schemas.

  5. case class TypeChangedException[O](previousType: DataType, newType: DataType, optic: O) extends SchemaChangedException with Product with Serializable

    Permalink

Value Members

  1. object GlassesFrame

    Permalink
  2. object Lens

    Permalink
  3. object ProtoLens

    Permalink
  4. object syntax extends ProtoLensSyntax with GlassesFrameSyntax with GlassesFrameInstances

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped