Delegate Pururin.io
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package exh.util
|
||||
|
||||
fun List<String>.trimAll() = map { it.trim() }
|
||||
fun List<String>.dropBlank() = filter { it.isNotBlank() }
|
||||
fun List<String>.dropEmpty() = filter { it.isNotEmpty() }
|
||||
Reference in New Issue
Block a user