app
/
org.powbot.api
/
Condition
/
Check
Check
abstract class
Check
:
Callable
<
Boolean
> ,
Filter
<
Void
?>
Content copied to clipboard
Check A simplified conditional checking task.
Constructors
Functions
Constructors
Check
Link copied to clipboard
fun
Check
()
Content copied to clipboard
Functions
accept
Link copied to clipboard
open override fun
accept
(v:
Void
?):
Boolean
Content copied to clipboard
{@inheritDoc}
and
Link copied to clipboard
open fun
and
(p0:
Predicate
<in
Void
?>):
Predicate
<
Void
?>
Content copied to clipboard
call
Link copied to clipboard
open override fun
call
():
Boolean
Content copied to clipboard
{@inheritDoc}
negate
Link copied to clipboard
open fun
negate
():
Predicate
<
Void
?>
Content copied to clipboard
or
Link copied to clipboard
open fun
or
(p0:
Predicate
<in
Void
?>):
Predicate
<
Void
?>
Content copied to clipboard
poll
Link copied to clipboard
abstract fun
poll
():
Boolean
Content copied to clipboard
Checks if a condition has been met.
test
Link copied to clipboard
open override fun
test
(t:
Void
?):
Boolean
Content copied to clipboard
{@inheritDoc}