AllowRules

smithy4s.compliancetests.AllowRules
See theAllowRules companion object
final case class AllowRules(allowList: Vector[AllowRule], disallowList: Vector[AllowRule])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def filterRules(predicate: AllowRule => Boolean): AllowRules
def shouldRun[F[_]](complianceTest: ComplianceTest[F]): ShouldRun

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product