hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk.utils
/
NonEmptyList
Non
Empty
List
class
NonEmptyList
<
T
>
(
first
:
T
,
rest
:
List
<
T
>
=
listOf()
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Non
Empty
List
Link copied to clipboard
fun
<
T
>
NonEmptyList
(
first
:
T
,
rest
:
List
<
T
>
=
listOf()
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
elements
Link copied to clipboard
val
elements
:
List
<
T
>
Content copied to clipboard