AccessorBuilder
A builder that can provide an accessor for AccessorHolders.
See also
Functions
Link copied to clipboard
If several combinations are possible (ex several relations present on an entity), will process them as one list instead of handling each individually.
Link copied to clipboard
fun <T, R, A : IndexedAccessor<T>> AccessorBuilder<A>.map(transform: (T) -> R): AccessorBuilder<IndexedAccessor<R>>
Takes the result of another accessor and transforms it.