![JAR search and dependency download from the Maven repository](/logo.png)
com.hiczp.bilibili.api.GsonExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bilibili-api Show documentation
Show all versions of bilibili-api Show documentation
Bilibili Android client API library for Kotlin
package com.hiczp.bilibili.api
import com.google.gson.JsonArray
@Suppress("NOTHING_TO_INLINE")
inline fun JsonArray.isEmpty() = size() == 0
@Suppress("NOTHING_TO_INLINE")
inline fun JsonArray.isNotEmpty() = size() != 0
© 2015 - 2025 Weber Informatics LLC | Privacy Policy