TransformingAccessor
class TransformingAccessor<T, R>(transform: (T) -> R, wrapped: IndexedAccessor<T>) : IndexedAccessor<R>
Implements the accessor map operation given a wrapped accessor.
Implements the accessor map operation given a wrapped accessor.