package laws
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- laws
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Law[P1, O <: superquants.Operation, P2, Out0] = LawTrait[P1, O, P2] { type Out = Out0 }
- implicit final class LawOps [T] extends AnyVal
-
trait
LawTrait
[P1, Op <: superquants.Operation, P2] extends AnyRef
- Annotations
- @implicitNotFound( ... )
Value Members
- def Law[P1, O <: superquants.Operation, P2, Out0](f: (P1, P2) ⇒ Any): LawTrait[P1, O, P2] { type Out = Out0 }