getCast

inline fun <T : Any> Array<*>.getCast(index: Int): Validated<Throwable, T>
fun <T : Any> Collection<*>.getCast(index: Int): Validated<Throwable, T>

See also


inline fun <T : Any, K> Map<K, *>.getCast(key: K): Option<T>

See also