vararg To List
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: T, vararg otherX: T
and want to pass the arguments to another function which expects only one argument of List<T>
.
Return
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Boolean, vararg otherX: Boolean
and want to pass the arguments to another function which expects only one argument of List<Boolean>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Byte, vararg otherX: Byte
and want to pass the arguments to another function which expects only one argument of List<Byte>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Char, vararg otherX: Char
and want to pass the arguments to another function which expects only one argument of List<Char>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Short, vararg otherX: Short
and want to pass the arguments to another function which expects only one argument of List<Short>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Int, vararg otherX: Int
and want to pass the arguments to another function which expects only one argument of List<Int>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Long, vararg otherX: Long
and want to pass the arguments to another function which expects only one argument of List<Long>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Float, vararg otherX: Float
and want to pass the arguments to another function which expects only one argument of List<Float>
.
Return
Since
3.1.0
Adds the given arg and the otherArgs into a new List and returns it.
This function is intended for API functions which expect x: Double, vararg otherX: Double
and want to pass the arguments to another function which expects only one argument of List<Double>
.
Return
Since
3.1.0