plus

open operator fun plus(other: OperationMapping): OperationMapping(source)

Combine multiple OperationMapping instances into a single mapping.

Report a problem

Return

composed mapping that applies this mapping then other.

Parameters

other

mapping to apply after this one.