app
/
org.powbot.api.rt4
/
Menu
/
TextFilter
Text
Filter
class
TextFilter
(action:
String
?, option:
String
?) :
Filter
<
MenuCommand
>
Content copied to clipboard
Functions
Properties
Functions
accept
Link copied to clipboard
open override fun
accept
(t:
MenuCommand
?):
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
MenuCommand
?>):
Predicate
<
MenuCommand
?>
Content copied to clipboard
negate
Link copied to clipboard
open fun
negate
():
Predicate
<
MenuCommand
?>
Content copied to clipboard
or
Link copied to clipboard
open fun
or
(p0:
Predicate
<in
MenuCommand
?>):
Predicate
<
MenuCommand
?>
Content copied to clipboard
test
Link copied to clipboard
open override fun
test
(t:
MenuCommand
?):
Boolean
Content copied to clipboard
{@inheritDoc}
Properties
action
Link copied to clipboard
val
action
:
String
?
Content copied to clipboard
option
Link copied to clipboard
val
option
:
String
?
Content copied to clipboard