Package io.sentry.util
Interface CollectionUtils.Mapper<T,R>
- Type Parameters:
T
- the original typeR
- the returned type
- Enclosing class:
- CollectionUtils
public static interface CollectionUtils.Mapper<T,R>
A simple function to map an object into another.
-
Method Summary
-
Method Details
-
map
-