Package

joinwiz

Permalink

package joinwiz

Visibility
  1. Public
  2. All

Type Members

  1. final case class And(left: Expression, right: Expression) extends Expression with Product with Serializable

    Permalink
  2. sealed class ApplyLeft[O, E] extends Serializable

    Permalink
  3. sealed class ApplyRight[O, E] extends Serializable

    Permalink
  4. final case class Const[T](value: T) extends Value with Product with Serializable

    Permalink
  5. final case class Equality(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  6. sealed trait Expression extends AnyRef

    Permalink
  7. final case class Greater(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  8. final case class GreaterOrEq(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  9. abstract class LTCol[O, +T] extends TCol[O, T]

    Permalink
  10. final case class Less(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  11. final case class LessOrEq(left: Value, right: Value) extends Expression with Product with Serializable

    Permalink
  12. abstract class RTCol[O, +T] extends TCol[O, T]

    Permalink
  13. sealed trait TCol[O, +T] extends Value

    Permalink
  14. sealed trait Value extends Serializable

    Permalink

Value Members

  1. object ApplyLeft extends Serializable

    Permalink
  2. object ApplyRight extends Serializable

    Permalink

Ungrouped