InterpolatorBatchingWithWrapper

Functions

Link copied to clipboard
abstract fun <A : Any> interpolate(parts: () -> List<String>, params: (A) -> List<T>): Any
Link copied to clipboard
open operator fun <A : Any> invoke(create: (A) -> String): Any
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
abstract fun <V> wrap(value: V, cls: KClass<*>): T