app
/
org.powbot.api.rt4.stream
/
BackingDataSource
Backing
Data
Source
interface
BackingDataSource
<
T
>
Content copied to clipboard
Functions
Functions
first
Link copied to clipboard
abstract fun
first
(predicate:
Predicate
<
T
>):
T
?
Content copied to clipboard
open fun
first
(predicate:
Predicate
<
T
>, nearestTo:
Locatable
?):
T
?
Content copied to clipboard
get
Link copied to clipboard
abstract fun
get
(predicate:
Predicate
<
T
>):
List
<
T
>
Content copied to clipboard
open fun
get
(predicate:
Predicate
<
T
>, nearestTo:
Locatable
?):
List
<
T
>
Content copied to clipboard