SetConvertToX<E> extension

Converts nullable sets into a Set of a different type.

on

Methods

convertTo<R>() Set<R>

Available on Set<E>?, provided by the SetConvertToX extension

Converts this set into a Set of R using convert_object.