BetterHud
Toggle table of contents
1.14.0-SNAPSHOT-438
dist
Platform filter
dist
Switch theme
Search in API
BetterHud
BetterHud/dist
/
kr.toxicity.hud.placeholder
/
Operations
Operations
object
Operations
Members
Types
Operation
Link copied to clipboard
class
Operation
<
T
>
(
val
map
:
Map
<
String
,
(
T
,
T
)
->
Boolean
>
)
:
Map
<
String
,
(
T
,
T
)
->
Boolean
>
Properties
boolean
Link copied to clipboard
val
boolean
:
Operations.Operation
<
Boolean
>
number
Link copied to clipboard
val
number
:
Operations.Operation
<
Number
>
string
Link copied to clipboard
val
string
:
Operations.Operation
<
String
>
Functions
find
Link copied to clipboard
fun
<
T
:
Any
>
find
(
clazz
:
Class
<
T
>
)
:
Operations.Operation
<
T
>
?