Returns a composed operator that first applies this operator to
its input, and then applies the after operator to the result.
If evaluation of either operator throws an exception, it is relayed to
the caller of the composed operator.
after | the operator to apply after this operator is applied |
after operator
NullPointerException | if after is null |
compose(IntUnaryOperator)
Diagram: function