RIP
Tutorial
Tags
Topics
Examples
eBooks
Download Kotlin (PDF)
Kotlin
Getting started with Kotlin
Awesome Book
Awesome Community
Awesome Course
Awesome Tutorial
Awesome YouTube
Annotations
Arrays
Basic Lambdas
Basics of Kotlin
Class Delegation
Class Inheritance
Collections
Conditional Statements
Configuring Kotlin build
coroutines
Delegated properties
DSL Building
Enum
Exceptions
Extension Methods
Functions
Generics
Idioms
Interfaces
Java 8 Stream Equivalents
JUnit
Kotlin Android Extensions
Kotlin Caveats
Kotlin for Java Developers
logging in kotlin
Loops in Kotlin
Null Safety
Ranges
RecyclerView in Kotlin
Reflection
Regex
Singleton objects
Strings
Type aliases
Type-Safe Builders
Vararg Parameters in Functions
Basics: Using the vararg keyword
Spread Operator: Passing arrays into vararg functions
Visibility Modifiers
Kotlin
Getting started with Kotlin
Awesome Book
Awesome Community
Awesome Course
Awesome Tutorial
Awesome YouTube
Annotations
Arrays
Basic Lambdas
Basics of Kotlin
Class Delegation
Class Inheritance
Collections
Conditional Statements
Configuring Kotlin build
coroutines
Delegated properties
DSL Building
Enum
Exceptions
Extension Methods
Functions
Generics
Idioms
Interfaces
Java 8 Stream Equivalents
JUnit
Kotlin Android Extensions
Kotlin Caveats
Kotlin for Java Developers
logging in kotlin
Loops in Kotlin
Null Safety
Ranges
RecyclerView in Kotlin
Reflection
Regex
Singleton objects
Strings
Type aliases
Type-Safe Builders
Vararg Parameters in Functions
Basics: Using the vararg keyword
Spread Operator: Passing arrays into vararg functions
Visibility Modifiers
Kotlin
Vararg Parameters in Functions
Fastest Entity Framework Extensions
Bulk Insert
Bulk Delete
Bulk Update
Bulk Merge
Syntax
Vararg Keyword
:
vararg
is used in a method declaration to indicate that a variable number of parameters will be accepted.
Spread Operator
: An asterisk (
*
) before an array that is used in function calls to "unfold" the contents into individual parameters.
Vararg Parameters in Functions Related Examples
Basics: Using the vararg keyword
Spread Operator: Passing arrays into vararg functions
PDF
- Download
Kotlin
for free
Previous
Next