JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Interfaces
Deprecated Methods
Deprecated Interfaces
Interface and Description
com.aol.cyclops.types.mixins.TupleWrapper
com.aol.cyclops.types.mixins.WrappingFilterable
Deprecated Methods
Method and Description
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.add(int, T)
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.add(int, T)
com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl.addAll(Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl.addAll(Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl.addAll(Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl.addAll(Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.addAll(Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.addAll(Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.addAll(int, Collection<? extends T>)
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.addAll(int, Collection<? extends T>)
com.aol.cyclops.control.StreamUtils.batchBySize(Stream<T>, int)
com.aol.cyclops.control.StreamUtils.batchBySize(Stream<T>, int, Supplier<C>)
com.aol.cyclops.control.StreamUtils.batchBySizeAndTime(Stream<T>, int, long, TimeUnit)
com.aol.cyclops.control.StreamUtils.batchBySizeAndTime(Stream<T>, int, long, TimeUnit, Supplier<C>)
com.aol.cyclops.control.StreamUtils.batchByTime(Stream<T>, long, TimeUnit)
com.aol.cyclops.control.StreamUtils.batchByTime(Stream<T>, long, TimeUnit, Supplier<C>)
com.aol.cyclops.control.StreamUtils.batchUntil(Stream<T>, Predicate<? super T>)
com.aol.cyclops.control.StreamUtils.batchWhile(Stream<T>, Predicate<? super T>)
com.aol.cyclops.control.StreamUtils.batchWhile(Stream<T>, Predicate<? super T>, Supplier<C>)
com.aol.cyclops.control.Ior.both(Ior<ST, PT>, Ior<ST, PT>)
com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl.clear()
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.clear()
com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl.clear()
com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl.clear()
com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl.clear()
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.clear()
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.clear()
com.aol.cyclops.util.stream.scheduling.cron.CronExpression.clone()
com.aol.cyclops.Semigroup.combiner()
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.compute(K, BiFunction<? super K, ? super V, ? extends V>)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.computeIfAbsent(K, Function<? super K, ? extends V>)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>)
com.aol.cyclops.util.function.Predicates.equals(T1)
com.aol.cyclops.control.Maybe.fromEvalOf(Eval<T>)
com.aol.cyclops.control.FutureW.fromTry(Try<T, X>, Executor)
com.aol.cyclops.control.StreamUtils.grouped(Stream<T>, int, Supplier<C>)
com.aol.cyclops.control.Xor.mapBoth(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.merge(K, V, BiFunction<? super V, ? super V, ? extends V>)
com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl.offer(T)
com.aol.cyclops.control.Pipes.oneValueOrError(K)
com.aol.cyclops.control.Pipes.oneValueOrError(K, Class<X>...)
com.aol.cyclops.control.Xor.peek(Consumer<? super ST>, Consumer<? super PT>)
com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl.poll()
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.put(K, V)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.putAll(Map<? extends K, ? extends V>)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.putIfAbsent(K, V)
com.aol.cyclops.Semigroup.reducer()
com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl.remove()
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.remove(int)
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.remove(int)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.remove(Object)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.remove(Object, Object)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.replace(K, V)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.replace(K, V, V)
com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl.replaceAll(BiFunction<? super K, ? super V, ? extends V>)
com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl.retainAll(Collection<?>)
com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl.retainAll(Collection<?>)
com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl.retainAll(Collection<?>)
com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl.retainAll(Collection<?>)
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.retainAll(Collection<?>)
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.retainAll(Collection<?>)
com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl.set(int, T)
com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl.set(int, T)
com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher.subscribeSync(Subscriber<? super T>)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes