Segment

object Segment extends ProductReader[Segment]
Companion
class
trait Product
trait Mirror
trait ProductReader[Segment]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

override
def read(in: RefMapIn, key: String, arity: Int): Segment
Definition Classes
ProductReader

Implicits

Implicits

implicit
def fromTuple2[D, L](tup: (D, L))(implicit durView: D => GE, levelView: L => GE): Segment
implicit
def fromTuple3[D, L, S](tup: (D, L, S))(implicit durView: D => GE, levelView: L => GE, curveView: S => Curve): Segment