Trait/Object

spire.laws

ActionLaws

Related Docs: object ActionLaws | package laws

Permalink

trait ActionLaws[G, A] extends Laws

Linear Supertypes
Laws, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionLaws
  2. Laws
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ActionProperties extends RuleSet

    Permalink
  2. class AdditiveProperties extends RuleSet with HasOneParent

    Permalink
  3. class DefaultRuleSet extends RuleSet with HasOneParent

    Permalink
    Definition Classes
    Laws
  4. trait HasOneParent extends AnyRef

    Permalink
    Definition Classes
    Laws
  5. class MultiplicativeProperties extends RuleSet with HasOneParent

    Permalink
  6. trait RuleSet extends AnyRef

    Permalink
    Definition Classes
    Laws
  7. class SimpleRuleSet extends DefaultRuleSet

    Permalink
    Definition Classes
    Laws

Abstract Value Members

  1. implicit abstract def ArbA: Arbitrary[A]

    Permalink
  2. implicit abstract def EquA: Eq[A]

    Permalink
  3. abstract val scalarLaws: GroupLaws[G]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def additiveMonoidAction(implicit G: AdditiveAction[A, G], G0: AdditiveMonoid[G]): AdditiveProperties

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def emptyRuleSet: RuleSet

    Permalink
    Definition Classes
    Laws
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def groupAction(implicit G: Action[A, G], G0: Group[G]): ActionProperties

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def leftMonoidAction(implicit G: LeftAction[A, G], G0: Monoid[G]): ActionProperties

    Permalink
  16. def leftSemigroupAction(implicit G: LeftAction[A, G], G0: Semigroup[G]): ActionProperties

    Permalink
  17. def monoidAction(implicit G: Action[A, G], G0: Monoid[G]): ActionProperties

    Permalink
  18. def multiplicativeMonoidAction(implicit G: MultiplicativeAction[A, G], G0: MultiplicativeMonoid[G]): MultiplicativeProperties

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def rightMonoidAction(implicit G: RightAction[A, G], G0: Monoid[G]): ActionProperties

    Permalink
  23. def rightSemigroupAction(implicit G: RightAction[A, G], G0: Semigroup[G]): ActionProperties

    Permalink
  24. def semigroupAction(implicit G: Action[A, G], G0: Semigroup[G]): ActionProperties

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Laws

Inherited from AnyRef

Inherited from Any

Ungrouped