Get

object Get

Functions

Link copied to clipboard
@JvmName(name = "getCastArray")
fun <T : Any> getCast(collection: Array<*>, index: Int): Validated<Throwable, T>
@JvmName(name = "getCastCollection")
fun <T : Any> getCast(collection: Collection<*>, index: Int): Validated<Throwable, T>