- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
static <T> ReactiveSeq<T> ambWith(Publisher<? extends T>[] array){ return reactiveStream(new AmbOperator<T>((Publisher<T>[])array)); } static ReactiveSeq<Integer> interval(String cron,ScheduledExecutorService exec) {
static <T> ReactiveSeq<T> ambWith(Publisher<? extends T>[] array){ return reactiveStream(new AmbOperator<T>((Publisher<T>[])array)); } static ReactiveSeq<Integer> interval(String cron,ScheduledExecutorService exec) {