TPowNC

class TPowNC[V, U, E, VOp, UOp](val eval: Quantity[V, U] => Quantity[VOp, UOp]) extends TPow[V, U, E]
Source:
tpow.scala
class TPow[V, U, E]
class Object
trait Matchable
class Any

Type members

Types

type UO = UOp
Source:
tpow.scala
type VO = VOp
Source:
tpow.scala

Value members

Concrete fields

val eval: Quantity[V, U] => Quantity[VOp, UOp]
Source:
tpow.scala