openpss / com.hendraanggrian.openpss.util / kotlin.collections.Iterable

Extensions for kotlin.collections.Iterable

concatenate

fun Iterable<BufferedImage>.concatenate(imageType: Int = TYPE_INT_RGB): BufferedImage

isEmpty

fun <T> Iterable<T>.isEmpty(): Boolean

isNotEmpty

fun <T> Iterable<T>.isNotEmpty(): Boolean