app
/
org.powbot.api
/
Actionable
/
Matcher
Matcher
class
Matcher
(patterns:
Pattern
?) :
Filter
<
Actionable
?>
Content copied to clipboard
Matcher
Constructors
Functions
Properties
Constructors
Matcher
Link copied to clipboard
fun
Matcher
(vararg patterns:
Pattern
?)
Content copied to clipboard
Functions
accept
Link copied to clipboard
open override fun
accept
(actionable:
Actionable
?):
Boolean
Content copied to clipboard
Determines if the item satisfies the rules of this filter.
and
Link copied to clipboard
open fun
and
(p0:
Predicate
<in
Actionable
?>):
Predicate
<
Actionable
?>
Content copied to clipboard
negate
Link copied to clipboard
open fun
negate
():
Predicate
<
Actionable
?>
Content copied to clipboard
or
Link copied to clipboard
open fun
or
(p0:
Predicate
<in
Actionable
?>):
Predicate
<
Actionable
?>
Content copied to clipboard
test
Link copied to clipboard
open override fun
test
(t:
Actionable
?):
Boolean
Content copied to clipboard
{@inheritDoc}
Properties
patterns
Link copied to clipboard
val
patterns
:
Array
<out
Pattern
?>
Content copied to clipboard