Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-function

Kotlin - Val cannot be reassigned , but can be reassigned by accessing from index?

Define Kotlin extension function in java code

How to create an extension function with multiple receivers in Kotlin?

Filter null keys and values from map in Kotlin

How can I use annotation @IntRange for Kotlin extension function for Integer

How does a extension method work in Kotlin?

kotlin extension-function

Kotlin extension log function with logback(slf4j)

How to use a Kotlin extension function on a class?

Can extension functions be called in a "static" way?

kotlin extension-function

Difference between private top-level extension function and private extension function inside class

Confusion with understanding lambda and receivers

Kotlin: How can I call super's extension function?

Testing extension functions inside classes

overloading + and += operators for "Number Classes"

Global extension function in kotlin

kotlin extension-function

Kotlin - How i can access my new class extension function from another file

kotlin extension-function

difference between kotlin also, apply, let, use, takeIf and takeUnless in Kotlin

Kotlin Extension Functions Databinding

Accessing Kotlin extension functions from Java