Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.platform
/
Platform
/
Companion
Companion
object
Companion
Members
Properties
Desktop
Link copied to clipboard
val
Desktop
:
Array
<
Platform
>
Desktop
Native
Link copied to clipboard
val
DesktopNative
:
Array
<
Platform
>
Native
Link copied to clipboard
val
Native
:
Array
<
Platform
>
Phone
Link copied to clipboard
val
Phone
:
Array
<
Platform
>
Web
Link copied to clipboard
val
Web
:
Array
<
Platform
>
Functions
contains
Link copied to clipboard
fun
contains
(
vararg
filter
:
Platform
)
:
Boolean
use
Link copied to clipboard
inline
fun
use
(
vararg
filter
:
Platform
,
block
:
(
)
->
Unit
)
fun
<
T
>
use
(
vararg
filter
:
Platform
,
ifTrue
:
T
,
ifFalse
:
T
)
:
T
inline
fun
<
T
>
use
(
vararg
filter
:
Platform
,
ifTrue
:
(
)
->
T
,
ifFalse
:
(
)
->
T
)
:
T
use
Not
Link copied to clipboard
inline
fun
useNot
(
vararg
filter
:
Platform
,
block
:
(
)
->
Unit
)