Package de.jlnstrk.transit.util.extensions

Functions

computeIfAbsent
Link copied to clipboard
inline fun <F, T> Array<T?>.computeIfAbsent(source: List<F>, index: Int, compute: (F) -> T): T
toLineSet
Link copied to clipboard
inline fun Collection<Line>.toLineSet(): LineSet
toProductSet
Link copied to clipboard
inline fun Collection<ProductClass>.toProductSet(): ProductSet