Jamie Craane personal blog

My views, thoughts and experiences about Fullstack software development.

Kotlin: Multi variable null check

Different ways of checking for not null with multiple variables

There are several patterns you can use to test for not null on multiple variables. This post describes different methods of null checking multiple variables in Kotlin.