unary

public static List<Update<T, R>> unary<T extends Comparable<T>, R>(Update<T, R> u, UnaryOperator<R> op)

Return

an update of the robustness signal in input

Parameters

u

update of the operand

op

operation to be performed

<T>

Time domain, usually expressed as a Number

<R>

Output robustness domain