InterpolatorWithWrapper

Functions

Link copied to clipboard
abstract fun interpolate(parts: () -> List<String>, params: () -> List<T>): R
Link copied to clipboard
open operator fun invoke(string: String): R
Link copied to clipboard
abstract fun wrap(value: Boolean?): T
abstract fun wrap(value: Byte?): T
abstract fun wrap(value: Double?): T
abstract fun wrap(value: Float?): T
abstract fun wrap(value: Int?): T
abstract fun wrap(value: Long?): T
abstract fun wrap(value: Short?): T
abstract fun wrap(value: String?): T