Searched defs:setActual (Results 1 – 1 of 1) sorted by relevance
60 fun setActual(value: Collection<String>) = apply { actual.addAll(value) } in <lambda>() method62 fun setActual(value: Any?) = setActual(listOf(value?.toString() ?: "null")) in setActual() method