atomSequence

public static TimeChain<T, R> atomSequence<T extends Comparable<T>, V, R>(TimeChain<T, V> us, Function<V, R> op)

Return

an update of the robustness signal in input

Parameters

us

update of the input signal

op

operation to be performed

<T>

Time domain, usually expressed as a Number

<V>

Input signal domain

<R>

Output robustness domain


public static TimeChain<T, R> atomSequence<T extends Comparable<T>, V, R>(Update<T, V> u, Function<V, R> op)