unarySequence

public static TimeChain<T, R> unarySequence<T extends Comparable<T>, R>(TimeChain<T, R> us, UnaryOperator<R> op)

Return

an update of the robustness signal in input

Parameters

us

chain of updates of the operand

op

operation to be performed

<T>

Time domain, usually expressed as a Number

<R>

Output robustness domain