Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in extension-function

Is there a way to show all the extension functions of a given Kotlin class in Intellij IDE?

Dependency injection inside extension function

In C# how do I create an extension method that takes a lambda with generic parameters, Func<T, TResult> as a parameter.

Change name from this@ on kotlin

Operator overloading in Kotlin [closed]

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"