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.data
Package-level
declarations
Types
Functions
Types
App
Info
Link copied to clipboard
data
class
AppInfo
(
val
appName
:
String
,
val
name
:
String
,
val
version
:
Int
,
val
versionName
:
String
,
val
minVersion
:
Int
,
val
minVersionName
:
String
,
val
packageName
:
String
)
Data
Link copied to clipboard
sealed
interface
Data
<
out
D
>
Mime
Type
Link copied to clipboard
object
MimeType
Functions
map
Link copied to clipboard
inline
fun
<
T
,
R
>
Data
<
T
>
.
map
(
map
:
(
T
)
->
R
)
:
Data
<
R
>
inline
fun
<
T
,
R
>
Data
<
T
>
.
map
(
error
:
(
Throwable
)
->
Throwable
,
success
:
(
T
)
->
R
)
:
Data
<
R
>