mapOwnerType<R> method

R mapOwnerType<R>(
  1. R mapper<X>()
)

Implementation

R mapOwnerType<R>(R Function<X>() mapper) {
  return mapper<I>();
}