Ratio

case class Ratio[As <: HList, A](l: Expr[As, A], r: Expr[As, A], c1: Elem[A, As], c2: Elem[Int, As]) extends Expr[As, Int]
trait Serializable
trait Product
trait Equals
trait Expr[As, Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

def /(expr: Expr[As, Int])(implicit ev: Elem[Int, As], ev2: Elem[Int, As]): Expr[As, Int]
Inherited from:
Expr
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product