epoxy-processor
/
com.airbnb.epoxy.processor
/
AttributeInfo
/
DefaultValue
Default
Value
class
DefaultValue
Content copied to clipboard
Functions
Properties
Functions
value
Link copied to clipboard
fun
value
():
CodeBlock
?
Content copied to clipboard
Properties
explicit
Link copied to clipboard
var
explicit
:
CodeBlock
? = null
Content copied to clipboard
An explicitly defined default via the default param in the prop annotation.
implicit
Link copied to clipboard
var
implicit
:
CodeBlock
? = null
Content copied to clipboard
An implicitly assumed default, either via an @Nullable annotation or a primitive's default value.
isEmpty
Link copied to clipboard
val
isEmpty
:
Boolean
Content copied to clipboard
isPresent
Link copied to clipboard
val
isPresent
:
Boolean
Content copied to clipboard