atom

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

Return

an update of the robustness signal in input

Parameters

u

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