CompiledMask

fun interface CompiledMask

Reusable result of MaskStrategy.compile. mask may be invoked concurrently, must not block, and returns a non-null value.

Functions

Link copied to clipboard
abstract fun mask(value: String): String