Companion

object Companion : StringValueFactory<RequestId> (source)

Properties

Link copied to clipboard
Link copied to clipboard
const val MAX_LENGTH: Int = 64

Functions

Link copied to clipboard
operator fun invoke(value: String): Any
Link copied to clipboard
open fun of(value: String): RequestId
Link copied to clipboard
open fun parse(value: String): RequestId
Link copied to clipboard
fun show(value: RequestId): String
Link copied to clipboard
fun unwrap(value: RequestId): String