convertTo<R> method

Set<R> convertTo<R>()

Converts this set into a Set of R using convert_object.

Implementation

Set<R> convertTo<R>() => ConvertObjectImpl.toSet<R>(this);