Index
hexagon_core / com.hexagonkt.helpers / kotlin.collections.List
Extensions for kotlin.collections.List¶
Name | Summary |
---|---|
exec | TODO.fun List < String >.exec(workingDirectory: File = File(System.getProperty("user.dir")), timeout: Long = Long.MAX_VALUE, fail: Boolean = false): String |
filterEmpty | TODO.fun <V> List <V?>.filterEmpty(): List <V> |