differ-core / com.differ.differcore.utils

Package com.differ.differcore.utils

Extensions for External Classes

kotlin.collections.MutableList

kotlin.collections.MutableMap

kotlin.String

Functions

on

Calls the specified function block with the given receiver as its receiver and returns receiver.

fun <T, R> on(receiver: T, block: T.() -> R): T