compose abstract method
Combines two payloads into a single payload. Returns null if both inputs are null.
Implementation
UIPayload? compose(A? a, B? b);
Combines two payloads into a single payload. Returns null if both inputs are null.
UIPayload? compose(A? a, B? b);