WithProperty

final case
class WithProperty[T](name: String, value: T) extends RoleQueryStrategy

Query strategy using the value the queried attribute.

Type Params
T

its type

Value Params
name

the name of the attribute that is queried

value

the value of the attribute that is queried

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def matches(on: AnyRef): Boolean
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product