Rule

erules.core.Rule$
See theRule companion trait
object Rule

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Rule.type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Inherited classlikes

implicit class PureRuleOps[F[_], T](fa: F[PureRule[T]])(implicit evidence$2: Functor[F])

Attributes

Inherited from:
RuleInstances (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class RuleBuilderStringOps(ctx: StringContext)

Attributes

Inherited from:
RuleSyntax (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): RuleBuilder
def findDuplicated[F[_], T](rules: NonEmptyList[Rule[F, T]]): List[Rule[F, T]]

Implicits

Inherited implicits

final implicit def PureRuleOps[F[_] : Functor, T](fa: F[PureRule[T]]): PureRuleOps[F, T]

Attributes

Inherited from:
RuleInstances (hidden)
final implicit def RuleBuilderStringOps(ctx: StringContext): RuleBuilderStringOps

Attributes

Inherited from:
RuleSyntax (hidden)
implicit def catsContravariantForRule[F[_]]: Contravariant[[_] =>> Rule[F, _$15]]

Attributes

Inherited from:
RuleInstances (hidden)
implicit def catsOrderInstanceForRule[F[_], T]: Order[Rule[F, T]]

Attributes

Inherited from:
RuleInstances (hidden)
implicit def catsShowInstanceForRule[F[_], T]: Show[Rule[F, T]]

Attributes

Inherited from:
RuleInstances (hidden)