Glide
Glide
/
com.bumptech.glide.util
/
Preconditions
Preconditions
class
Preconditions
Content copied to clipboard
Contains common assertions.
Functions
Functions
check
Argument
Link copied to clipboard
open
fun
checkArgument
(
expression
:
Boolean
,
message
:
String
)
Content copied to clipboard
check
Not
Empty
Link copied to clipboard
open
fun
<
T
:
Collection
<
Y
>
?
,
Y
>
checkNotEmpty
(
collection
:
T
)
:
T
Content copied to clipboard
open
fun
checkNotEmpty
(
string
:
String
)
:
String
Content copied to clipboard
check
Not
Null
Link copied to clipboard
open
fun
<
T
>
checkNotNull
(
arg
:
T
)
:
T
Content copied to clipboard
open
fun
<
T
>
checkNotNull
(
arg
:
T
,
message
:
String
)
:
T
Content copied to clipboard