static fun <B : Any!> fromIterable(@NonNull iterable: MutableIterable<B>): MutableList<B>!
Creates a list from a given Iterable. If the Iterable is empty then the resulting List will be empty.
iterable - MutableIterable<B>: iterable from which the list will be created
Return
MutableList<B>!: created list