WithResult

final case
class WithResult[T](name: String, result: T) extends RoleQueryStrategy

Query strategy using the return value the queried function.

Type Params
T

its type

Value Params
name

the name of the function that is queried

result

the return value of the function 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