invoke
operator fun <T> invoke(lazyList: Lazy<List<T>>, trans: (T) -> List<String>): ListDataSupplier<List<String>>
Deprecated
Instead of transforming, send type directly
Replace with
import net.devslash.data.ListDataSupplier
Content copied to clipboard
ListDataSupplier(list)Content copied to clipboard