convertFrom

abstract fun convertFrom(item: M): E

Convert from a single type M to E


open fun convertFrom(items: Collection<M>): List<E>

Convert from Collection types of M to E