longs

val longs: List<Long>

Extract a List of Longs, throwing a ClassCastException if any elements are non-numeric, or an ArithmeticException if any elements are non-integral or overflow a Long. The first element to fail determines which exception is thrown.