-
- All Implemented Interfaces:
public final class UtilsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> List<T>
asList(Iterable<T> $self)
final static <C extends Any> Array<C>
headPlusArray(C head, Array<out C> cols)
final static <C extends Any> Iterable<C>
headPlusIterable(C head, Iterable<C> cols)
final static <T extends Comparable<T>> Boolean
between(T $self, T left, T right, Boolean includeBoundaries)
-
-
Method Detail
-
headPlusArray
final static <C extends Any> Array<C> headPlusArray(C head, Array<out C> cols)
-
headPlusIterable
final static <C extends Any> Iterable<C> headPlusIterable(C head, Iterable<C> cols)
-
between
final static <T extends Comparable<T>> Boolean between(T $self, T left, T right, Boolean includeBoundaries)
-
-
-
-