io.sureshg

Package io.sureshg

Types

Interop

open class Interop
open class Interop

Use @ParametersAreNonnullByDefault and all parameters and return types are never null unless explicitly annotated @Nullable.

UiOp

sealed class UiOp

User

data class User

Functions

anyOrNothing

fun anyOrNothing(user: User?): Unit

explosivePlaceHolder

fun explosivePlaceHolder(): String

Kotlin explosive place holder.

join

fun join(sep: String, strings: List<String>): String

main

fun main(args: Array<String>): Unit

Idiomatic kotlin

semValidation

fun semValidation(msg: String): Unit