Single `!` AFAIK refers to Java types that can be ...
# getting-started
v
Single
!
AFAIK refers to Java types that can be
null
. In Kotlin types that are nullable marked with
?
otherwise a type is not nullable (will contain data). Using Java
!
types, you have to check it manually not to contain null value