Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin

What access modifier for testable helper methods?

Kotlin Map using Operators

kotlin sortedmap

How to destructure Kotlin objects in streams

kotlin

Infix notation and with(...) does not work as I expected

kotlin infix-notation

Try monad for kotlin

Why can you not specify var/val loops in Kotlin? [closed]

kotlin

RxJava- Turn Observable into Iterator, Stream, or Sequence

Kotlin destructuring variables is not working with Pair, Triple or data class

Make extension method / property available globally

extension-methods kotlin

Kotlin: make Java function callable infix

kotlin

Press Overview Button in Android Espresso

Simple kotlin example prints kotlin.Unit when printing infix function outcome

kotlin

Setting height and width of an Anko view to match_parent

android layout kotlin anko

Abstract member cannot be access directly: Kotlin

java kotlin

More fun with Kotlin delegates

Kotlin top-level function scopes & shadowing

function scope kotlin

How to get a kotlin package by reflection

kotlin kotlin-reflect

Confused about Null Safety in Kotlin

kotlin kotlin-null-safety

String to Bitmap in Kotlin

android kotlin

rxjava2 - simple example of executing tasks on a thread pool, subscribing on a single thread

java kotlin rx-java2