- AbstractPushableStream<T,X extends Adapter<T>,R extends java.util.stream.Stream<T>> - Class in com.aol.cyclops.util.stream.pushable
-
- AbstractPushableStream(X, R) - Constructor for class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
-
- accept(T) - Method in interface com.aol.cyclops.control.Try.CheckedConsumer
-
- accept(T) - Method in class com.aol.cyclops.data.LazyImmutable
-
- accept(T) - Method in class com.aol.cyclops.data.Mutable
-
- accept(Boolean) - Method in class com.aol.cyclops.data.MutableBoolean
-
- accept(Byte) - Method in class com.aol.cyclops.data.MutableByte
-
- accept(Character) - Method in class com.aol.cyclops.data.MutableChar
-
- accept(double) - Method in class com.aol.cyclops.data.MutableDouble
-
- accept(Float) - Method in class com.aol.cyclops.data.MutableFloat
-
- accept(int) - Method in class com.aol.cyclops.data.MutableInt
-
- accept(long) - Method in class com.aol.cyclops.data.MutableLong
-
- accept(Short) - Method in class com.aol.cyclops.data.MutableShort
-
- accept(FastFuture<T>) - Method in class com.aol.cyclops.react.collectors.lazy.BatchingCollector
-
- accept(FastFuture<T>) - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
-
- accept(FastFuture<T>) - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
-
- accept(Object) - Method in interface com.aol.cyclops.types.extensability.MonadicConverter
-
- accept(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuadConsumer
-
Performs operation with input parameters
- accept(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
Performs operation with input parameters
- accept(S1, S2, S3) - Method in interface com.aol.cyclops.util.function.TriConsumer
-
Performs operation with input parameters
- accumulate(CollectionX<Eval<T>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Eval
-
Sequence and reduce a CollectionX of Evals into an Eval with a reduced value
- accumulate(CollectionX<Eval<T>>, Function<? super T, R>, Monoid<R>) - Static method in interface com.aol.cyclops.control.Eval
-
Sequence and reduce a CollectionX of Evals into an Eval with a reduced value
- accumulate(Monoid<T>, CollectionX<Eval<T>>) - Static method in interface com.aol.cyclops.control.Eval
-
Sequence and reduce a CollectionX of Evals into an Eval with a reduced value
- accumulate(CollectionX<FutureW<T>>, Reducer<R>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronously accumulate the results of Futures, a single failure will cause a failed result, using the supplied Reducer
Reducers
- accumulate(CollectionX<FutureW<T>>, Function<? super T, R>, Monoid<R>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronously accumulate the results of a batch of Futures which using the supplied mapping function to
convert the data from each FutureW before reducing them using the supplied supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulate(Monoid<T>, CollectionX<FutureW<T>>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronously accumulate the results only from the provided Futures,
reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
A single Failure results in a Failed Future.
- accumulate() - Method in class com.aol.cyclops.control.Validator
-
Accumulate validation results.
- accumulate(T) - Method in class com.aol.cyclops.control.Validator
-
Accumulate validation results
- accumulate(CollectionX<CompletableFuture<T>>, Reducer<R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronously accumulate the results of Futures, a single failure will cause a failed result, using the supplied Reducer
Reducers
- accumulate(CollectionX<CompletableFuture<T>>, Function<? super T, R>, Monoid<R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronously accumulate the results of a batch of Futures which using the supplied mapping function to
convert the data from each FutureW before reducing them using the supplied supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulate(Monoid<T>, CollectionX<CompletableFuture<T>>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronously accumulate the results only from the provided Futures,
reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateErrors(Reducer<R>) - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- accumulateErrors(Monoid<E>) - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- accumulateJust(CollectionX<Maybe<T>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Maybe
-
Accummulating operation using the supplied Reducer (@see com.aol.cyclops.Reducers).
- accumulateJust(CollectionX<Maybe<T>>, Function<? super T, R>, Monoid<R>) - Static method in interface com.aol.cyclops.control.Maybe
-
Accumulate the results only from those Maybes which have a value present, using the supplied mapping function to
convert the data from each Maybe before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
..
- accumulateJust(Monoid<T>, CollectionX<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
-
Accumulate the results only from those Maybes which have a value present, using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulatePresent(CollectionX<Optional<T>>, Reducer<R>) - Static method in class com.aol.cyclops.util.Optionals
-
Accummulating operation using the supplied Reducer (@see com.aol.cyclops.Reducers).
- accumulatePresent(CollectionX<Optional<T>>, Function<? super T, R>, Monoid<R>) - Static method in class com.aol.cyclops.util.Optionals
-
Accumulate the results only from those Optionals which have a value present, using the supplied mapping function to
convert the data from each Optional before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulatePresent(Monoid<T>, CollectionX<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
-
Accumulate the results only from those Optionals which have a value present, using the
supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulatePrimary(CollectionX<Ior<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Ior
-
Accumulate the result of the Primary types in the Collection of Iors provided using the supplied Reducer
Reducers
.
- accumulatePrimary(CollectionX<Ior<ST, PT>>, Function<? super PT, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Ior
-
Accumulate the results only from those Iors which have a Primary type present, using the supplied mapping function to
convert the data from each Ior before reducing them using the supplied Semgigroup (a combining BiFunction/BinaryOperator that takes two
input values of the same type and returns the combined result)
Semigroups
.
- accumulatePrimary(CollectionX<Ior<ST, PT>>, Semigroup<PT>) - Static method in interface com.aol.cyclops.control.Ior
-
Accumulate the results only from those Iors which have a Primary type present, using the supplied Semgigroup (a combining BiFunction/BinaryOperator that takes two
input values of the same type and returns the combined result)
Semigroups
.
- accumulatePrimary(CollectionX<Xor<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Xor
-
Accumulate the result of the Primary types in the Collection of Xors provided using the supplied Reducer
Reducers
.
- accumulatePrimary(CollectionX<Xor<ST, PT>>, Function<? super PT, R>, Monoid<R>) - Static method in interface com.aol.cyclops.control.Xor
-
Accumulate the results only from those Iors which have a Primary type present, using the supplied mapping function to
convert the data from each Xor before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
..
- accumulatePrimary(Monoid<PT>, CollectionX<Xor<ST, PT>>) - Static method in interface com.aol.cyclops.control.Xor
-
Accumulate the results only from those Xors which have a Primary type present, using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSecondary(CollectionX<Ior<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Ior
-
Accumulate the result of the Secondary types in the Collection of Iors provided using the supplied Reducer
Reducers
.
- accumulateSecondary(CollectionX<Ior<ST, PT>>, Function<? super ST, R>, Monoid<R>) - Static method in interface com.aol.cyclops.control.Ior
-
Accumulate the results only from those Iors which have a Secondary type present, using the supplied mapping function to
convert the data from each Ior before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSecondary(Monoid<ST>, CollectionX<Ior<ST, PT>>) - Static method in interface com.aol.cyclops.control.Ior
-
Accumulate the results only from those Iors which have a Secondary type present, using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSecondary(CollectionX<Xor<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Xor
-
Accumulate the result of the Secondary types in the Collection of Xors provided using the supplied Reducer
Reducers
.
- accumulateSecondary(CollectionX<Xor<ST, PT>>, Function<? super ST, R>, Monoid<R>) - Static method in interface com.aol.cyclops.control.Xor
-
Accumulate the results only from those Xors which have a Secondary type present, using the supplied mapping function to
convert the data from each Xor before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
..
- accumulateSecondary(Monoid<ST>, CollectionX<Xor<ST, PT>>) - Static method in interface com.aol.cyclops.control.Xor
-
Accumulate the results only from those Xors which have a Secondary type present, using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSuccess(CollectionX<FutureW<T>>, Reducer<R>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronously accumulate the results only from those Futures which have completed successfully.
- accumulateSuccess(CollectionX<FutureW<T>>, Function<? super T, R>, Monoid<R>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronously accumulate the results only from those Futures which have completed successfully, using the supplied mapping function to
convert the data from each FutureW before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSuccess(Monoid<T>, CollectionX<FutureW<T>>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronously accumulate the results only from those Futures which have completed successfully,
reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSuccess(CollectionX<CompletableFuture<T>>, Reducer<R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronously accumulate the results only from those Futures which have completed successfully.
- accumulateSuccess(CollectionX<CompletableFuture<T>>, Function<? super T, R>, Monoid<R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronously accumulate the results only from those Futures which have completed successfully, using the supplied mapping function to
convert the data from each FutureW before reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
.
- accumulateSuccess(Monoid<T>, CollectionX<CompletableFuture<T>>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronously accumulate the results only from those Futures which have completed successfully,
reducing them using the supplied Monoid (a combining BiFunction/BinaryOperator and identity element that takes two
input values of the same type and returns the combined result)
Monoids
- accumulateSuccess(Reducer<R>) - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- accumulateSuccess(Monoid<T>) - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- accumulateUntilFail(T) - Method in class com.aol.cyclops.control.Validator
-
Run the accumulation until first fail
- active - Variable in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber.Counter
-
- actOnFutures() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
LazyFutureStream operators act on the results of the previous stage by default.
- Adapter<T> - Interface in com.aol.cyclops.data.async
-
Interface for an Adapter that inputs data from 1 or more input Streams and sends it to 1 or more output Streams
- adapter(Adapter<T>) - Static method in class com.aol.cyclops.Matchables
-
Create a Pattern Matcher on cyclops-react adapter type (note this will only match
on known types within the cyclops-react library)
- AdaptersModule - Interface in com.aol.cyclops.data.async
-
- AdaptersModule.ClosingSpliterator<T> - Class in com.aol.cyclops.data.async
-
- AdaptersModule.QueueToBlockingQueueWrapper - Class in com.aol.cyclops.data.async
-
- AdaptersModule.SingleContinuation - Class in com.aol.cyclops.data.async
-
- AdaptersModule.StreamOfContinuations - Class in com.aol.cyclops.data.async
-
- add(Xor<E, R>) - Method in class com.aol.cyclops.control.Validator
-
Add a FunctionalJava Validation to this CumulativeValidation
- add(Validator<T, R, E>) - Method in class com.aol.cyclops.control.Validator
-
Add another Validator instance to this validation
- add(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- add(T) - Method in class com.aol.cyclops.data.async.Queue
-
Add a single data point to the queue
If the queue is a bounded queue and is full, will return false
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- add(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- add(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- add(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- add(int, T) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- add(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- add(FastFuture<T>) - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
-
- add(U, Queue<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- addAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- addAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- addAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- addAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- addAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- addAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- addContinuation(Continuation) - Method in class com.aol.cyclops.data.async.AdaptersModule.SingleContinuation
-
- addContinuation(Continuation) - Method in class com.aol.cyclops.data.async.AdaptersModule.StreamOfContinuations
-
- addContinuation(Continuation) - Method in interface com.aol.cyclops.data.async.ContinuationStrategy
-
- addContinuation(Continuation) - Method in class com.aol.cyclops.data.async.Queue
-
- addContinuation(Continuation) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- addFirst(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- addLast(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- addQueue(Queue) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- addQueue(Queue) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- addQueue(Queue) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- addToQueue(Queue) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- addToQueue(Queue) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- addToQueue(Queue) - Method in interface com.aol.cyclops.types.futurestream.ToQueue
-
- addToSet(int, int, int, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- Advice0() - Constructor for class com.aol.cyclops.control.FluentFunctions.Advice0
-
- Advice1() - Constructor for class com.aol.cyclops.control.FluentFunctions.Advice1
-
- Advice2() - Constructor for class com.aol.cyclops.control.FluentFunctions.Advice2
-
- Advice3() - Constructor for class com.aol.cyclops.control.FluentFunctions.Advice3
-
- after(TriConsumer<T1, T2, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Apply after advice to this BiFunction
- after(BiConsumer<T, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
Apply After advice to this function capturing both the input and the output with the provided BiConsumer
- after(Consumer<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
Apply after advice to this Supplier
- after(QuadConsumer<T1, T2, T3, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Apply after advice to this TriFunction
- aggregate(AnyM<T>) - Method in interface com.aol.cyclops.control.AnyM
-
Aggregate the contents of this Monad and the supplied Monad
- aggregate(AnyM<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- aggregate(AnyM<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- ALL_SPEC - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- ALL_SPEC_INT - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
True if predicate matches all elements when Monad converted to a Stream
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
True if predicate matches all elements when Monad converted to a Stream
- allMatch(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
True if predicate matches all elements when Monad converted to a Stream
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous All Match operation
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- allMatch(Predicate<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous All Match operation
- allOf(FutureW<T>...) - Static method in class com.aol.cyclops.control.FutureW
-
Wait until all the provided FutureW's to complete
- allOf(Collector<? super U, ?, R1>, Function<? super R1, ? extends R2>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- allOf(Collector<? super U, ?, R1>, Function<? super R1, ? extends R2>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- allOf(Function<? super List<U>, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
React and allOf
allOf is a non-blocking equivalent of block.
- allOf(Predicate<? super T1>...) - Static method in class com.aol.cyclops.util.function.Predicates
-
- always(Supplier<T>) - Static method in interface com.aol.cyclops.control.Eval
-
Lazily create an Eval from the specified Supplier.
- AlwaysContinue - Class in com.aol.cyclops.react.async.subscription
-
- AlwaysContinue() - Constructor for class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- andFinally(Try.CheckedConsumer<V, X>) - Method in interface com.aol.cyclops.control.Try.AndFinally
-
Define the finally block and execute the Try
- andFinally(Try.CheckedConsumer<V, X>) - Method in class com.aol.cyclops.control.Try.MyFinallyBlock
-
- andThen(Function<? super R, ? extends V>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- andThen(Function<? super R, ? extends V>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- andThen(Function<? super R, ? extends R2>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Compose this TriFunction with the provided function into a single TriFunction.
- any() - Static method in class com.aol.cyclops.util.function.Predicates
-
- any(Class<Y>) - Static method in class com.aol.cyclops.util.function.Predicates
-
Match against any object that is an instance of supplied type
- AnyM<T> - Interface in com.aol.cyclops.control
-
Wrapper for Any Monad type
There are two subsclass of AnyM - @see
AnyMValue
and @see
AnyMSeq
.
- anyM() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- anyM() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- anyM() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
- anyM(AnyM<T1>) - Static method in class com.aol.cyclops.control.For
-
Add a AnyM as next nested level in the comprehension
- anyM() - Method in interface com.aol.cyclops.control.Ior
-
- anyM() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- anyM() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- anyM() - Method in interface com.aol.cyclops.control.Reader
-
- anyM() - Method in interface com.aol.cyclops.control.Streamable
-
- anyM() - Method in interface com.aol.cyclops.control.Try
-
- anyM() - Method in class com.aol.cyclops.control.Try.Failure
-
- anyM() - Method in class com.aol.cyclops.control.Try.Success
-
- anyM() - Method in interface com.aol.cyclops.control.Xor
-
- anyM(AnyM<T>) - Static method in class com.aol.cyclops.Matchables
-
- anyM() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- anyM() - Method in interface com.aol.cyclops.types.MonadicValue
-
- AnyM.AnyMFactory - Class in com.aol.cyclops.control
-
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
True if a single element matches when Monad converted to a Stream
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
True if a single element matches when Monad converted to a Stream
- anyMatch(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
True if a single element matches when Monad converted to a Stream
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous Any Match operation
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- anyMatch(Predicate<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous Any Match operation
- anyMDisabled() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- anyMDisabled() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- anyMDisabled() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
- anyMEnabled() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- anyMEnabled() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- anyMEnabled() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
- AnyMFactory() - Constructor for class com.aol.cyclops.control.AnyM.AnyMFactory
-
- anyMFailure() - Method in interface com.aol.cyclops.control.Try
-
- anyMFailure() - Method in class com.aol.cyclops.control.Try.Failure
-
- anyMFailure() - Method in class com.aol.cyclops.control.Try.Success
-
- anyMOf(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
Create a new disabled switch
- anyMOf(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
Create a new enabled switch
- anyMOf(X) - Static method in class com.aol.cyclops.control.Try.Failure
-
Construct a Failure instance from a throwable
- anyMOf(T, Class<? extends Throwable>[]) - Static method in class com.aol.cyclops.control.Try.Success
-
- anyMOf(T) - Static method in class com.aol.cyclops.control.Try.Success
-
- AnyMSeq<T> - Interface in com.aol.cyclops.types.anyM
-
Wrapper around 'Any' non-scalar 'M'onad
- anyMSuccess() - Method in interface com.aol.cyclops.control.Try
-
- anyMSuccess() - Method in class com.aol.cyclops.control.Try.Failure
-
- anyMSuccess() - Method in class com.aol.cyclops.control.Try.Success
-
- AnyMValue<T> - Interface in com.aol.cyclops.types.anyM
-
Wrapper around 'Any' scalar 'M'onad
- anyOf(FutureW<T>...) - Static method in class com.aol.cyclops.control.FutureW
-
Select the first FutureW to complete
- anyOf(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
React to the completion of any of the events in the previous stage.
- anyOf(Predicate<? super T1>...) - Static method in class com.aol.cyclops.util.function.Predicates
-
- ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
-
- ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
-
- ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
-
- ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
-
- ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
-
- ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
-
- ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
-
- ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
-
- ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
-
- ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
-
- ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
-
- ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
-
- ap(BiFunction<T, T, T>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
Apply the provided function to combine multiple different Applicatives, wrapping the same type.
- ap(Semigroup<T>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
- ap(ConvertableFunctor<T>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
-
- ap(ConvertableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
-
- ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
-
- ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
-
- ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative
-
- ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative2
-
- ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative3
-
- ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative4
-
- ap(IterableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative5
-
- ap1(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- ap1(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- ap1(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
- ap1(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
-
- ap1(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- ap2(BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
Apply the provided function to two different Applicatives.
- ap2(BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
-
- ap3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
- ap3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
-
- ap4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
- ap4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
-
- ap5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
- ap5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
-
- append(T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Append values to the end of this ReactiveSeq
- append(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- append(Stream<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- append(Iterable<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- append(Seq<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- append(Optional<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- append(T...) - Method in interface com.aol.cyclops.control.Streamable
-
Append values to the end of this Streamable
- append(Stream<T>, T...) - Static method in class com.aol.cyclops.control.StreamUtils
-
Append values to the end of this SequenceM
- append(Stream<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- append(Iterable<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- append(Seq<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- append(Optional<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- append(U...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- append(T...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Append values to the end of this SequenceM
- appendAll(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Create a new Streamablw with all elements in this Streamable followed by the elements in the provided Streamable
- appendFutures(CompletableFuture<T>...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Append the provided Futures to this Stream
- appendStream(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Append Stream to this ReactiveSeq
- appendStream(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Append Stream to this SequenceM
- appendStream(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- appendStream(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Append Stream to this Stream
- appendStreamable(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Append Stream to this Streamable
- appendStreamFutures(Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Append a Stream of Futures to this Stream
- applicative(ApplicativeFunctor<Function<? super T, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative(ZippingApplicativable<Function<? super T, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- Applicative2<T,T2,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
-
- applicative2(ApplicativeFunctor<Function<? super T, Function<? super T2, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative2(Function<? super T, Function<? super T2, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative2(BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative2(ZippingApplicativable<Function<? super T, Function<? super T2, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative2(Function<? super T, Function<? super T2, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative2(BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- Applicative3<T,T2,T3,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
-
- applicative3(ApplicativeFunctor<Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative3(Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative3(ZippingApplicativable<Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative3(Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- Applicative4<T,T2,T3,T4,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
-
- applicative4(ApplicativeFunctor<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative4(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative4(ZippingApplicativable<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative4(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- Applicative5<T,T2,T3,T4,T5,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
-
- applicative5(ApplicativeFunctor<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative5(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- applicative5(ZippingApplicativable<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative5(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applicative5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- ApplicativeFunctor<T> - Interface in com.aol.cyclops.types.applicative
-
- ApplicativeFunctor.Applicatives - Class in com.aol.cyclops.types.applicative
-
- ApplicativeFunctor.ApplyFunctions<T> - Class in com.aol.cyclops.types.applicative
-
- ApplicativeFunctor.ApplyFunctions.SemigroupApplyer<T> - Class in com.aol.cyclops.types.applicative
-
- applicatives() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- applicatives() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- Applicatives() - Constructor for class com.aol.cyclops.types.applicative.ApplicativeFunctor.Applicatives
-
- applicatives(Unit, Functor) - Static method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.Applicatives
-
- applicatives() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
-
- applicatives() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- apply(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- apply(T) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- apply(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- apply(T, Monoid<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
- apply(T) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
- apply(T) - Method in interface com.aol.cyclops.control.Try.CheckedFunction
-
- apply(boolean) - Method in interface com.aol.cyclops.data.MutableBoolean.BooleanFunction
-
- apply(byte) - Method in interface com.aol.cyclops.data.MutableByte.ByteFunction
-
- apply(char) - Method in interface com.aol.cyclops.data.MutableChar.CharFunction
-
- apply(float) - Method in interface com.aol.cyclops.data.MutableFloat.FloatFunction
-
- apply(short) - Method in interface com.aol.cyclops.data.MutableShort.ShortFunction
-
- apply(T, T) - Method in interface com.aol.cyclops.Semigroup
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1, T2, T3, T4, T5, T6) - Method in interface com.aol.cyclops.util.function.HeptFunction
-
- apply(T1, T2, T3, T4, T5, T6) - Method in interface com.aol.cyclops.util.function.HexFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.HexFunction
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.HexFunction
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.HexFunction
-
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.HexFunction
-
- apply(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.HexFunction
-
- apply(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1, T2, T3, T4, T5, T6) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Method in interface com.aol.cyclops.util.function.OctFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.QuadConsumer
-
Partially apply the first input parameter to this QuadConsumer
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuadConsumer
-
Partially apply the first and second input parameters to this QuadConsumer
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuadConsumer
-
Partially apply the first, second and third input parameters to this QuadConsumer
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuadFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.QuadFunction
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuadFunction
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuadFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
Partially apply the first input parameter to this QuintConsumer
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
Partially apply the first and second input parameters to this QuintConsumer
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
Partially apply the first, second and third input parameters to this QuintConsumer
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
Partially apply the first, second, third and fourth input parameters to this QuintConsumer
- apply(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.QuintFunction
-
- apply(T1) - Method in interface com.aol.cyclops.util.function.QuintFunction
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuintFunction
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuintFunction
-
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuintFunction
-
- apply(S1) - Method in interface com.aol.cyclops.util.function.TriConsumer
-
Partially apply the first input parameter to this TriConsumer
- apply(S1, S2) - Method in interface com.aol.cyclops.util.function.TriConsumer
-
Partially apply the first and second input parameter to this TriConsumer
- apply(S1, S2, S3) - Method in interface com.aol.cyclops.util.function.TriFunction
-
- apply(S1) - Method in interface com.aol.cyclops.util.function.TriFunction
-
- apply(S1, S2) - Method in interface com.aol.cyclops.util.function.TriFunction
-
- applyAny(Xor<LT, RT>) - Static method in interface com.aol.cyclops.control.Xor
-
- applyFunctions() - Method in interface com.aol.cyclops.types.applicative.ApplicativeFunctor
-
Eagerly apply functions across one or more Functor instances
- ApplyFunctions() - Constructor for class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
-
- ApplyingApplicativeBuilder<T,R,A extends ApplicativeFunctor<R>> - Class in com.aol.cyclops.types.applicative
-
- ApplyingApplicativeBuilder() - Constructor for class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
-
- ApplyingZippingApplicativeBuilder<T,R,A extends ZippingApplicativable<R>> - Class in com.aol.cyclops.types.applicative.zipping
-
- ApplyingZippingApplicativeBuilder() - Constructor for class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
-
- applyM(AnyM<Function<? super T, ? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Apply function/s inside supplied Monad to data in current Monad
e.g.
- applyM(AnyMValue<Function<? super T, ? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Apply function/s inside supplied Monad to data in current Monad
e.g.
- around(Function<FluentFunctions.Advice2<T1, T2, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Apply around advice to this BiFunction
- around(Function<FluentFunctions.Advice1<T, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
Apply around advice to this function, captures input allows output to be controlled by the advice
- around(Function<FluentFunctions.Advice0<R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
Apply around advice to this Supplier
- around(Function<FluentFunctions.Advice3<T1, T2, T3, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Apply around advic to this TriFunction
- AsFunctor - Class in com.aol.cyclops.types.mixins
-
Wrapper for an Object that can behave as a Functor
- AsFunctor() - Constructor for class com.aol.cyclops.types.mixins.AsFunctor
-
- asFunctor(Object) - Static method in class com.aol.cyclops.types.mixins.AsFunctor
-
Create a Duck typed functor.
- AsMappable - Class in com.aol.cyclops.types.mixins
-
Don't break encapsulation of classes for testing purposes
Coerce Objects to Map form in testing, to test their values.
- AsMappable() - Constructor for class com.aol.cyclops.types.mixins.AsMappable
-
- asMappable(Object) - Static method in class com.aol.cyclops.types.mixins.AsMappable
-
Convert supplied object to a Mappable instance.
- AsMappable.CoercedMappable - Class in com.aol.cyclops.types.mixins
-
- AsMatchable() - Constructor for class com.aol.cyclops.control.Matchable.AsMatchable
-
- asMatchable(Object) - Static method in class com.aol.cyclops.control.Matchable.AsMatchable
-
Coerce / wrap an Object as a Matchable instance
This adds match / _match methods for pattern matching against the object
- asSet(T...) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- assureSimpleReactException(Throwable) - Static method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- assureSimpleReactException(Throwable) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Wrap this BiFunction in a CompletableFuture for asyncrhonous execution
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
Move this function into an asynchronous context
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Move this function into an asynchronous context
- async() - Method in class com.aol.cyclops.control.LazyReact
-
Start any created Streams in asyncrhonous mode - that is tasks will be submited to an Executor to be run.
- async() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- async() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- async() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- AutoCloseableMatchableIterable() - Constructor for class com.aol.cyclops.control.Matchable.AutoCloseableMatchableIterable
-
- autoMemoizeOn(Cacheable<?>) - Method in class com.aol.cyclops.control.LazyReact
-
Turn automatic caching of values on for the FutureStream to be generated
by this Stream builder
- autoOptimizeOff() - Method in class com.aol.cyclops.control.LazyReact
-
Turn off automatic threading management.
- autoOptimizeOn() - Method in class com.aol.cyclops.control.LazyReact
-
Turn on automatic threading optimization.
- averageDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
-
Perform an asynchronous average operation
- averageDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
-
Perform an asynchronous average operation
- averageDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
-
Perform an asynchronous average operation
- averageDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
-
Perform an asynchronous average operation
- averageDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- averageInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
-
Perform an asynchronous average operation
- averageInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
-
Perform an asynchronous average operation
- averageInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
-
Perform an asynchronous average operation
- averageInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
-
Perform an asynchronous average operation
- averageInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- averageLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
-
Perform an asynchronous average operation
- averageLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
-
Perform an asynchronous average operation
- averageLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- averageLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
-
Perform an asynchronous average operation
- averageLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
-
Perform an asynchronous average operation
- avg() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- avg(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- avg() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- avg(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- avg() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- avg(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- avg() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- avg(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- avg() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- avg(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- avgDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- avgDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- avgInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- avgInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- avgLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- avgLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- Cacheable<OUT> - Interface in com.aol.cyclops.util.function
-
Interface that represents a pluggable cache
- cancel() - Method in class com.aol.cyclops.control.FutureW
-
If not already completed, completes this FutureW with a CancellationException
Passes true to @see java.util.concurrent.CompletableFuture#cancel as mayInterruptIfRunning parameter on that method
has no effect for the default CompletableFuture implementation
- cancel() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Cancel the CompletableFutures in this stage of the stream
- cancel() - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
- cancel() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
-
- capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
React capture
While onFail is used for disaster recovery (when it is possible to
recover) - capture is used to capture those occasions where the full
pipeline has failed and is unrecoverable.
- capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
React capture
While onFail is used for disaster recovery (when it is possible to
recover) - capture is used to capture those occasions where the full
pipeline has failed and is unrecoverable.
- capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
React capture
While onFail is used for disaster recovery (when it is possible to
recover) - capture is used to capture those occasions where the full
pipeline has failed and is unrecoverable.
- captureUnwrap(Throwable, Optional<Consumer<Throwable>>) - Static method in class com.aol.cyclops.types.futurestream.BlockingStreamHelper
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Eval
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.FutureW
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Ior
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- cast(Stream<T>, Class<? extends U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Try
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Xor
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- cast(Class<? extends U>) - Method in class com.aol.cyclops.data.LazyImmutable
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.Functor
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- catchExceptions(Class<? extends X>...) - Static method in interface com.aol.cyclops.control.Try
-
Fluent step builder for Try / Catch / Finally and Try with resources equivalents.
- characteristics() - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- chars(CharSequence) - Static method in class com.aol.cyclops.Matchables
-
Pattern match on the characters in a character sequence
- checkedExpression(CheckedConsumer<T>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a checked statement (e.g.
- checkedExpression(CheckedBiConsumer<T1, T2>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a CheckedBiConsumer into a FluentBiConsumer that returns it's input in a tuple
- checkNext(int, String, int, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- CheckValue1() - Constructor for class com.aol.cyclops.control.Matchable.CheckValue1
-
- CheckValue2() - Constructor for class com.aol.cyclops.control.Matchable.CheckValue2
-
- CheckValue3() - Constructor for class com.aol.cyclops.control.Matchable.CheckValue3
-
- CheckValue4() - Constructor for class com.aol.cyclops.control.Matchable.CheckValue4
-
- CheckValue5() - Constructor for class com.aol.cyclops.control.Matchable.CheckValue5
-
- CheckValueOpt() - Constructor for class com.aol.cyclops.control.Matchable.CheckValueOpt
-
- CheckValues() - Constructor for class com.aol.cyclops.control.Matchable.CheckValues
-
- chunkLastReadIterator() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- chunkSinceLastRead() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- clear() - Method in class com.aol.cyclops.control.Pipes
-
Clear all managed Adapters (without closing them or performing any other operation on them)
- clear() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- clear() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- clear() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- clone() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Deprecated.
- close() - Method in class com.aol.cyclops.control.Matchable.AutoCloseableMatchableIterable
-
- close(String) - Method in class com.aol.cyclops.control.Pipes
-
Close the Adapter identified by the provided Key if it exists
- close() - Method in interface com.aol.cyclops.control.Try.AndFinally
-
Create a finally block that auto-closes any Closeables specified during init
including those inside an Iterable
- close() - Method in class com.aol.cyclops.control.Try.MyFinallyBlock
-
- close() - Method in interface com.aol.cyclops.data.async.Adapter
-
Close this adapter
- close() - Method in class com.aol.cyclops.data.async.Queue
-
Close this Queue
Poison Pills are used to communicate closure to connected Streams
A Poison Pill is added per connected Stream to the Queue
If a BlockingQueue is backing this async.Queue it will block until
able to add to the Queue.
- close() - Method in class com.aol.cyclops.data.async.Signal
-
Close this Signal
- close() - Method in class com.aol.cyclops.data.async.Topic
-
Close this Topic
- close() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- closeAll(Queue) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- closeAll() - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- closeAll(Queue) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- closeAll() - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- closeAll(Queue) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- closeAll() - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- closeAll() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
closes all open queues.
- closeAndClear() - Method in class com.aol.cyclops.data.async.Queue
-
- closed() - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- closed() - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- closed() - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- ClosedQueueException() - Constructor for exception com.aol.cyclops.data.async.Queue.ClosedQueueException
-
- closeQueueIfFinished(Queue) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- closeQueueIfFinished(Queue) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- closeQueueIfFinished(Queue) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- closeQueueIfFinishedStateless(Queue) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- closeQueueIfFinishedStateless(Queue) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- closeQueueIfFinishedStateless(Queue) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- ClosingSpliterator(long, Supplier<T>, Continueable, Queue) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- ClosingSpliterator(long, Supplier<T>, Continueable, Queue, AtomicBoolean) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- ClosingSpliterator(long, Supplier<T>, Continueable) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- CoercedMappable() - Constructor for class com.aol.cyclops.types.mixins.AsMappable.CoercedMappable
-
- CoercedMatchable() - Constructor for class com.aol.cyclops.control.Matchable.AsMatchable.CoercedMatchable
-
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.Eval
-
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in class com.aol.cyclops.control.FutureW
-
- coflatMap(Function<? super MonadicValue<PT>, R>) - Method in interface com.aol.cyclops.control.Ior
-
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.Maybe
-
- coflatMap(Function<? super ReactiveSeq<T>, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.Try
-
- coflatMap(Function<? super MonadicValue<PT>, R>) - Method in interface com.aol.cyclops.control.Xor
-
- coflatMap(Function<? super PBagX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super POrderedSetX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super PQueueX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super PSetX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super PStackX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super PVectorX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super DequeX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super ListX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super QueueX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super SetX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super SortedSetX<T>, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- coflatMap(Function<? super ReactiveSeq<U>, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
coflatMap pattern, can be used to perform lazy reductions / collections / folds and other terminal operations
- coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a coflatMap operation.
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.AnyM
-
Collect the contents of the monad wrapped by this AnyM into supplied collector
A mutable reduction operation equivalent to Stream#collect
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.control.Streamable
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.Streamable
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- collect(Supplier<C>, Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.Convertable
-
An equivalent operation to Stream.collect(Collector)
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.Convertable
-
An equivalent operation to Stream.collect(Supplier, BiConsumer, BiConsumer)
- collect(Supplier<R>, BiConsumer<R, ? super U>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- collect(Supplier<R>, BiConsumer<R, ? super U>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- collect(Collector<? super CompletableFuture<T>, A, R>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Collect a Stream
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 2 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 3 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 4 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 5 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>, Collector<? super T, A6, R6>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 6 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>, Collector<? super T, A6, R6>, Collector<? super T, A7, R7>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 7 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>, Collector<? super T, A6, R6>, Collector<? super T, A7, R7>, Collector<? super T, A8, R8>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
Collect this collectable into 8 Collector
s.
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream collection
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream collection
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 2 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 3 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 4 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 5 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>, Collector<? super T, A6, R6>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 6 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>, Collector<? super T, A6, R6>, Collector<? super T, A7, R7>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 7 Collector
s.
- collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>, Collector<? super T, A3, R3>, Collector<? super T, A4, R4>, Collector<? super T, A5, R5>, Collector<? super T, A6, R6>, Collector<? super T, A7, R7>, Collector<? super T, A8, R8>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Collect this collectable into 8 Collector
s.
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream collection
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream collection
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream collection
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream collection
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.Value
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- collectable() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- collectable() - Method in interface com.aol.cyclops.control.Streamable
-
- collectable() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- collectable() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- collectable() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- collectable() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- collectable() - Method in interface com.aol.cyclops.types.IterableFunctor
-
- collectable() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
Narrow this class to a Collectable
- collectionConcat(C) - Static method in interface com.aol.cyclops.Monoids
-
This Semigroup will attempt to combine JDK Collections.
- collectionConcat() - Static method in interface com.aol.cyclops.Semigroups
-
This Semigroup will attempt to combine JDK Collections.
- CollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions
-
An interface that extends JDK Collection interface with a significant number of new operators
- collectionXConcat(C) - Static method in interface com.aol.cyclops.Monoids
-
To manage javac type inference first assign the monoid
- collectionXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
To manage javac type inference first assign the semigroup
- CollectionXImpl<T> - Class in com.aol.cyclops.data.collections.extensions
-
- CollectionXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- com.aol.cyclops - package com.aol.cyclops
-
- com.aol.cyclops.control - package com.aol.cyclops.control
-
- com.aol.cyclops.control.monads.transformers - package com.aol.cyclops.control.monads.transformers
-
- com.aol.cyclops.control.monads.transformers.seq - package com.aol.cyclops.control.monads.transformers.seq
-
- com.aol.cyclops.control.monads.transformers.values - package com.aol.cyclops.control.monads.transformers.values
-
- com.aol.cyclops.data - package com.aol.cyclops.data
-
- com.aol.cyclops.data.async - package com.aol.cyclops.data.async
-
- com.aol.cyclops.data.async.wait - package com.aol.cyclops.data.async.wait
-
- com.aol.cyclops.data.collections.extensions - package com.aol.cyclops.data.collections.extensions
-
- com.aol.cyclops.data.collections.extensions.persistent - package com.aol.cyclops.data.collections.extensions.persistent
-
- com.aol.cyclops.data.collections.extensions.standard - package com.aol.cyclops.data.collections.extensions.standard
-
- com.aol.cyclops.react - package com.aol.cyclops.react
-
- com.aol.cyclops.react.async.subscription - package com.aol.cyclops.react.async.subscription
-
- com.aol.cyclops.react.collectors.lazy - package com.aol.cyclops.react.collectors.lazy
-
- com.aol.cyclops.react.threads - package com.aol.cyclops.react.threads
-
- com.aol.cyclops.types - package com.aol.cyclops.types
-
- com.aol.cyclops.types.anyM - package com.aol.cyclops.types.anyM
-
- com.aol.cyclops.types.applicative - package com.aol.cyclops.types.applicative
-
- com.aol.cyclops.types.applicative.zipping - package com.aol.cyclops.types.applicative.zipping
-
- com.aol.cyclops.types.extensability - package com.aol.cyclops.types.extensability
-
- com.aol.cyclops.types.futurestream - package com.aol.cyclops.types.futurestream
-
- com.aol.cyclops.types.mixins - package com.aol.cyclops.types.mixins
-
- com.aol.cyclops.types.stream - package com.aol.cyclops.types.stream
-
- com.aol.cyclops.types.stream.future - package com.aol.cyclops.types.stream.future
-
- com.aol.cyclops.types.stream.lazy - package com.aol.cyclops.types.stream.lazy
-
- com.aol.cyclops.types.stream.reactive - package com.aol.cyclops.types.stream.reactive
-
- com.aol.cyclops.util - package com.aol.cyclops.util
-
- com.aol.cyclops.util.function - package com.aol.cyclops.util.function
-
- com.aol.cyclops.util.stream.pushable - package com.aol.cyclops.util.stream.pushable
-
- com.aol.cyclops.util.stream.scheduling.cron - package com.aol.cyclops.util.stream.scheduling.cron
-
- com.aol.cyclops.util.validation - package com.aol.cyclops.util.validation
-
- combinations(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of(1,2,3).combinations(2)
//ReactiveSeq[ReactiveSeq[1,2],ReactiveSeq[1,3],ReactiveSeq[2,3]]
- combinations() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of(1,2,3).combinations()
//ReactiveSeq[ReactiveSeq[],ReactiveSeq[1],ReactiveSeq[2],ReactiveSeq[3].ReactiveSeq[1,2],ReactiveSeq[1,3],ReactiveSeq[2,3]
,ReactiveSeq[1,2,3]]
- combinations(int) - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of(1,2,3).combinations(2)
//Streamable[Streamable[1,2],Streamable[1,3],Streamable[2,3]]
- combinations() - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of(1,2,3).combinations()
//Streamable[Streamable[],Streamable[1],Streamable[2],Streamable[3],Streamable[1,2],Streamable[1,3],Streamable[2,3]
,Streamable[1,2,3]]
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- combinations(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- combinations() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- combinations(int) - Method in interface com.aol.cyclops.types.ExtendedTraversable
-
Generate the combinations based on values in the ExtendedTraversable.
- combinations() - Method in interface com.aol.cyclops.types.ExtendedTraversable
-
Generate the combinations based on values in the ExtendedTraversable.
- combinations() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
LazyFutureStream.of(1,2,3).combinations()
//LazyFutureStream[SequenceM[],SequenceM[1],SequenceM[2],SequenceM[3].SequenceM[1,2],SequenceM[1,3],SequenceM[2,3]
,SequenceM[1,2,3]]
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in interface com.aol.cyclops.control.Eval
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
Apply a function across to values at once.
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in class com.aol.cyclops.control.FutureW
-
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
-
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- combine(BinaryOperator<Combiner<PT>>, Combiner<PT>) - Method in interface com.aol.cyclops.control.Ior
-
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in interface com.aol.cyclops.control.Maybe
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- combine(BiPredicate<? super A, ? super A>, BinaryOperator<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- combine(BiPredicate<? super A, ? super A>, BinaryOperator<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- combine(Value<? extends T2>, BiFunction<? super A, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- combine(Value<? extends T2>, BiFunction<? super A, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- combine(Xor<? extends ST, ? extends T2>, BinaryOperator<ST>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
-
- combine(Stream<T>, BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- combine(Monoid<T>, Try<? extends T, X>) - Method in interface com.aol.cyclops.control.Try
-
Combine this Try with another using the supplied Monoid as a combiner
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in interface com.aol.cyclops.control.Try
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Try.Failure
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Try.Success
-
- combine(BinaryOperator<Combiner<PT>>, Combiner<PT>) - Method in interface com.aol.cyclops.control.Xor
-
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- combine(Xor<? extends ST, ? extends T2>, BinaryOperator<ST>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
Accumulate secondary values with the provided BinaryOperator / Semigroup
Semigroups
Primary accumulation only occurs if all phases are primary
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
Combine two adjacent elements in a PBagX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
Combine two adjacent elements in a POrderedSetX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
Combine two adjacent elements in a PQueueX using the supplied
BinaryOperator This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
Combine two adjacent elements in a PSetX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Combine two adjacent elements in a PStackX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Combine two adjacent elements in a PVectorX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Combine two adjacent elements in a DequeX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Combine two adjacent elements in a ListX using the supplied BinaryOperator
This is a stateful grouping and reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
Combine two adjacent elements in a QueueX using the supplied BinaryOperator
This is a stateful grouping & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
Combine two adjacent elements in a SetX using the supplied BinaryOperator
This is a stateful grouping and reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
Combine two adjacent elements in a SortedSetX using the supplied BinaryOperator
This is a stateful grouping and reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- combine(Monoid<T>, AnyMValue<? extends T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.Combiner
-
Lazily combine this ApplicativeFunctor with the supplied value via the supplied BiFunction
Example
- combine(BinaryOperator<Combiner<T>>, Combiner<T>) - Method in interface com.aol.cyclops.types.Combiner
-
Combine two applicatives together using the provided BinaryOperator (Semigroup, Monoid and Reducer all
extend BinaryOperator - checkout Semigroups and Monoids for a large number of canned combinations).
- combine(BiPredicate<? super U, ? super U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Traversable
-
Combine two adjacent elements in a traversable using the supplied BinaryOperator
This is a stateful grouping and reduction operation.
- combine(CompletableFuture<? extends T1>, Value<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Combine a CompletableFuture with the provided Value asynchronously (if not completed) using the supplied BiFunction
- combine(CompletableFuture<? extends T1>, CompletableFuture<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Combine a CompletableFuture with the provided CompletableFuture asynchronously (if not completed) using the supplied BiFunction
- combine(Optional<? extends T1>, Value<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.Optionals
-
Combine an Optional with the provided value using the supplied BiFunction
- combine(Optional<? extends T1>, Optional<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.Optionals
-
Combine an Optional with the provided Optional using the supplied BiFunction
- combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.control.Eval
-
- combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in class com.aol.cyclops.control.FutureW
-
- combineEager(Monoid<PT>, MonadicValue<? extends PT>) - Method in interface com.aol.cyclops.control.Ior
-
- combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.control.Maybe
-
- combineEager(Monoid<PT>, MonadicValue<? extends PT>) - Method in interface com.aol.cyclops.control.Xor
-
- combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Eagerly combine two MonadicValues using the supplied monoid (@see ApplicativeFunctor for type appropraite i.e.
- combineFutureStream() - Static method in interface com.aol.cyclops.Monoids
-
- combineFutureStream() - Static method in interface com.aol.cyclops.Semigroups
-
- combineLatest(SimpleReactStream<T2>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- combiner() - Method in interface com.aol.cyclops.Semigroup
-
Deprecated.
- combiner - Variable in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
-
- Combiner<T> - Interface in com.aol.cyclops.types
-
Combinable type via BiFunctions / Monoids / Semigroups
- combineReactiveSeq() - Static method in interface com.aol.cyclops.Monoids
-
- combineReactiveSeq() - Static method in interface com.aol.cyclops.Semigroups
-
- combineScalarFunctors(Function<T, A>, Monoid<T>) - Static method in interface com.aol.cyclops.Monoids
-
Example sum integer Maybes
- combineScalarFunctors(BiFunction<T, T, T>) - Static method in interface com.aol.cyclops.Semigroups
-
BinaryOperator<Combiner<Integer>> sumMaybes = Semigroups.combineScalarFunctors(Semigroups.intSum);
Maybe.just(1)
.combine(sumMaybes, Maybe.just(5))
//Maybe[6]
- combineSeq() - Static method in interface com.aol.cyclops.Monoids
-
- combineSeq() - Static method in interface com.aol.cyclops.Semigroups
-
- combineStream() - Static method in interface com.aol.cyclops.Monoids
-
- combineStream() - Static method in interface com.aol.cyclops.Semigroups
-
- combineToList(Xor<ST, ? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- combineToList(Xor<ST, ? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
Accumulate secondarys into a PStackX (extended Persistent List) and Primary with the supplied combiner function
Primary accumulation only occurs if all phases are primary
- combineZippables(Function<T, A>, Monoid<T>) - Static method in interface com.aol.cyclops.Monoids
-
Example sum integer Lists
- combineZippables(BiFunction<T, T, T>) - Static method in interface com.aol.cyclops.Semigroups
-
BinaryOperator<Zippable<Integer>> sumInts = Semigroups.combineZippables(Semigroups.intSum);
sumInts.apply(ListX.of(1,2,3), ListX.of(4,5,6));
//List[5,7,9];
- commonPrefix() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- commonSuffix() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- Comparables() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SortedSetX.Comparables
-
- comparator() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- compareTo(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- CompletableFutures - Class in com.aol.cyclops.util
-
Utilty methods for working with JDK CompletableFutures
- CompletableFutures() - Constructor for class com.aol.cyclops.util.CompletableFutures
-
- CompletableFutureT<A> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad Transformer for Java CompletableFutures
CompletableFutureT allows the deeply wrapped CompletableFuture to be manipulating within it's nested /contained context
- completableFutureT(CompletableFutureT<T>) - Static method in class com.aol.cyclops.Matchables
-
- completableFutureToStream(CompletableFuture<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Convert a CompletableFuture to a Stream
- CompletableFutureTSeq<A> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad Transformer for Java CompletableFutures nested within Sequential or non-scalar data types (e.g.
- CompletableFutureTValue<A> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Java CompletableFutures nested within Scalar data types (e.g.
- complete(T) - Method in class com.aol.cyclops.control.FutureW
-
If not already completed, sets the value of this FutureW to the provided value
- complete() - Method in interface com.aol.cyclops.control.Trampoline
-
- completeExceptionally(Throwable) - Method in class com.aol.cyclops.control.FutureW
-
Complete this FutureW with an Exception
- compose(Function<? super V, ? extends T>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- Comprehender<T> - Interface in com.aol.cyclops.types.extensability
-
Interface for defining how Comprehensions should work for a type
Cyclops For Comprehensions will supply either a JDK 8 Predicate or Function
for filter / map / flatMap
The comprehender should wrap these in a suitable type and make the call to the
underlying Monadic Type (T) the Comprehender implementation supports.
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- computeIfAbsent(Supplier<T>) - Method in class com.aol.cyclops.data.LazyImmutable
-
Get the current value or set if it has not been set yet
- computeIfAbsent(Object, Function<Object, OUT>) - Method in interface com.aol.cyclops.util.function.Cacheable
-
Implementation should call the underlying cache
- computeIfAbsent(Object, Function<Object, OUT>) - Method in interface com.aol.cyclops.util.function.SoftenedCacheable
-
Implementation should call the underlying cache
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- concat(Stream<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- concat(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- concat(T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- concat(Iterable<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- concat(Seq<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- concat(Optional<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- concat(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
- concat(T) - Method in interface com.aol.cyclops.control.Streamable
-
- concat(T...) - Method in interface com.aol.cyclops.control.Streamable
-
- concat(Object, Stream<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Concat an Object and a Stream
If the Object is a Stream, Streamable or Iterable will be converted (or left) in Stream form and concatonated
Otherwise a new Stream.of(o) is created
- concat(Iterable<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- concat(Seq<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- concat(Optional<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- concat(Stream<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Concatenate two streams.
- concat(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Concatenate two streams.
- concat(U...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Concatenate two streams.
- concat(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- concat(T) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- concat(T...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- concatFutures(CompletableFuture<T>...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Concat supplied Futures to this Stream
- concatStreamFutures(Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Concat supplied Futures to this Stream
- ConfigurableStream<T,C> - Interface in com.aol.cyclops.types.futurestream
-
- connect() - Method in interface com.aol.cyclops.types.stream.HotStream
-
Connect to this HotStream (Stream that is already emitting data)
- connect(Queue<T>) - Method in interface com.aol.cyclops.types.stream.HotStream
-
Connect to this HotStream using the provided transfer async.Queue.
- connectTo(Queue<T>, Function<ReactiveSeq<T>, R>) - Method in interface com.aol.cyclops.types.stream.HotStream
-
Connect to this HotStream using the provided transfer async.Queue.
- construct(Stream<U>) - Method in class com.aol.cyclops.control.LazyReact
-
- construct(Stream) - Method in class com.aol.cyclops.control.SimpleReact
-
- constructFutures(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
Construct a LazyFutureStream from a Stream of CompletableFutures
- consumeAny(Xor<LT, RT>) - Static method in interface com.aol.cyclops.control.Xor
-
Static method useful as a method reference for fluent consumption of any value type stored in this Either
(will capture the lowest common type)
- consumer3() - Method in interface com.aol.cyclops.util.function.TriConsumer
-
- consumer4() - Method in interface com.aol.cyclops.util.function.QuadConsumer
-
- consumer5() - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
- contains(T) - Method in interface com.aol.cyclops.control.Streamable
-
True if a streamable contains element t
- contains(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- containsAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- containsKey(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- containsKey(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- containsValue(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- containsValue(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- Continuation - Class in com.aol.cyclops.types.futurestream
-
- Continuation() - Constructor for class com.aol.cyclops.types.futurestream.Continuation
-
- ContinuationStrategy - Interface in com.aol.cyclops.data.async
-
- Continueable - Interface in com.aol.cyclops.react.async.subscription
-
- control(Function<Supplier<U>, Supplier<U>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Allows clients to control the emission of data for the next phase of the
Stream.
- convertable() - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
-
- Convertable<T> - Interface in com.aol.cyclops.types
-
Interface that represents a single value that can be converted into a List, Stream or Optional
- Convertable.SupplierToConvertable<T> - Class in com.aol.cyclops.types
-
- ConvertableFunctor<T> - Interface in com.aol.cyclops.types
-
An interface that represents a Functor that operates on a single Value
The type of Functor is convertable between types that implement Value
- ConvertableSequence<T> - Interface in com.aol.cyclops.types.stream
-
Represents a non-scalar Data Structure that can be converted to other types
- ConvertableSequentialFunctor<T> - Interface in com.aol.cyclops.types
-
An interface that represents a Functor that is not a single scalar value but a sequence,
and is convertable between sequential types.
- ConvertableToReactiveSeq<T> - Interface in com.aol.cyclops.types.stream
-
Represents a data type that is convertable to a ReactiveSeq
- convertSeq(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
-
Convert an object to an AnyMSeq type if possible.
- convertToLazyStream() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Convert between an Lazy and Eager future stream,
can be used to take advantages of each approach during a single Stream
- convertToMonadicForm(Object) - Method in interface com.aol.cyclops.types.extensability.MonadicConverter
-
- convertToSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Convert between an Lazy and Eager SimpleReact Stream, can be used to take
advantages of each approach during a single Stream
Allows callers to take advantage of functionality only available in
SimpleReactStreams such as allOf
- convertValue(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
-
Convert an object to an AnyMValue type if possible.
- copy(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Copy this Stream the specified number of times
- copySimpleReactStream(int) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- copySimpleReactStream(int) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- count() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- count(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- count() - Method in interface com.aol.cyclops.control.Streamable
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- count() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- count() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- count() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- count(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- count() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- count() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream count
- count() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream count
- count() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream count
- countDistinct(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- countDistinct() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- countDistinct(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- countDistinct() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- countDistinct() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- countDistinct() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- countDistinct() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- countDistinctBy(Function<? super T, ? extends U>, Predicate<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- countDistinctBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- countDistinctBy(Function<? super T, ? extends U>, Predicate<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- countDistinctBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- countDistinctBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- countDistinctBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- countDistinctBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- Counter() - Constructor for class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber.Counter
-
- CPU - Static variable in class com.aol.cyclops.react.collectors.lazy.MaxActive
-
- createMergeQueue() - Static method in class com.aol.cyclops.data.async.Queue
-
- CronExpression - Class in com.aol.cyclops.util.stream.scheduling.cron
-
Provides a parser and evaluator for unix-like cron expressions.
- CronExpression(String) - Constructor for class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Constructs a new CronExpression
based on the specified
parameter.
- CronExpression(CronExpression) - Constructor for class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Constructs a new CronExpression
as a copy of an existing
instance.
- crossApply(Function<? super T, ? extends Iterable<? extends U>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossApply(Function<? super U, ? extends Iterable<? extends U1>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- crossJoin(Stream<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossJoin(Seq<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossJoin(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossJoin(Streamable<U>) - Method in interface com.aol.cyclops.control.Streamable
-
- crossJoin(Stream<? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Cross join 2 streams into one.
- curry() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Curry this BiFunction, that is convert it from a BiFunction that accepts two input parameters to a 'chain'
of two Functions that accept a single parameter
- curry() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Curry this BiFunction, that is convert it from a TriFunction that accepts thre input parameters to a 'chain'
of three Functions that accept a single parameter
- Curry - Class in com.aol.cyclops.util.function
-
- Curry() - Constructor for class com.aol.cyclops.util.function.Curry
-
- curry(Function<T1, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry(Function<? super T1, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry2(BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry2(BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry3(TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry3(TriFunction<? super T1, ? super T2, ? super T3, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry4(QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry4(QuadFunction<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry5(QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry5(QuintFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry6(HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry6(HexFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry7(HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry7(HeptFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curry8(OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.Curry
-
- curry8(OctFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
-
- curryC2(BiConsumer<T1, T2>) - Static method in class com.aol.cyclops.util.function.CurryConsumer
-
- curryC3(TriConsumer<T1, T2, T3>) - Static method in class com.aol.cyclops.util.function.CurryConsumer
-
- curryC4(QuadConsumer<T1, T2, T3, T4>) - Static method in class com.aol.cyclops.util.function.CurryConsumer
-
- curryC5(QuintConsumer<T1, T2, T3, T4, T5>) - Static method in class com.aol.cyclops.util.function.CurryConsumer
-
- CurryConsumer - Class in com.aol.cyclops.util.function
-
- CurryConsumer() - Constructor for class com.aol.cyclops.util.function.CurryConsumer
-
- CurryVariance - Class in com.aol.cyclops.util.function
-
- CurryVariance() - Constructor for class com.aol.cyclops.util.function.CurryVariance
-
- cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- cycle(Monoid<A>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- cycle(Monoid<A>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- cycle(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Convert to a Stream with the values repeated specified times
- cycle() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Convert to a Stream with the values infinitely cycled
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Convert to a Stream with the result of a reduction operation repeated
specified times
- cycle(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- cycle(int) - Method in interface com.aol.cyclops.control.Streamable
-
Convert to a Stream with the values repeated specified times
- cycle() - Method in interface com.aol.cyclops.control.Streamable
-
Convert to a Stream with the values infinitely cycled
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.Streamable
-
Convert to a Stream with the result of a reduction operation repeated
specified times
- cycle(Stream<T>, Monoid<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
Convert to a Stream with the result of a reduction operation repeated
specified times
- cycle(Stream<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a new Stream that infiniteable cycles the provided Stream
- cycle(Streamable<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a Stream that infiniteable cycles the provided Streamable
- cycle(int, Streamable<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a Stream that finitely cycles the provided Streamable, provided number of times
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- cycle(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- cycle(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- cycle() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a Stream that infinitely cycles this Stream
- cycle(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a Stream that finitely cycles this Stream, provided number of times
- cycle(Monoid<U>, int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- cycle(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Convert to a Stream with the values repeated specified times
- cycle() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Convert to a Stream with the values infinitely cycled
- cycle(int) - Method in interface com.aol.cyclops.types.Traversable
-
Convert to a Stream with the values repeated specified times
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.types.Traversable
-
Convert to a Stream with the result of a reduction operation repeated
specified times
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- cycleUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- cycleUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Repeat in a Stream until specified predicate holds
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
Repeat in a Stream until specified predicate holds
- cycleUntil(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Repeat in a Stream until specified predicate holds
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- cycleUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Repeat in a Stream until specified predicate holds
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Repeat in a Stream until specified predicate holds
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- cycleWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- cycleWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Repeat in a Stream while specified predicate holds
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
Repeat in a Stream while specified predicate holds
- cycleWhile(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Repeat in a Stream while specified predicate holds
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- cycleWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Repeat in a Stream while specified predicate holds
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Repeat in a Stream while specified predicate holds
- CyclopsCollectable<T> - Interface in com.aol.cyclops.types.stream
-
Wrapper around jool.Collectable type and Iterable
- CyclopsCollectors - Interface in com.aol.cyclops
-
Collectors for Cyclops Extended Collections
- each2(Publisher<? extends T>, Function<? super T, ? extends Publisher<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
-
Perform a two level nested internal iteration over the provided Publishers
NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
- each2(Publisher<? extends T>, Function<? super T, ? extends Publisher<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
-
Perform a two level nested internal iteration over the provided Publishers
NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
- each2(MonadicValue<? extends T>, Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
-
Deprecated.
Perform a two level nested internal iteration over the provided MonadicValues
- each2(MonadicValue<? extends T>, Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
-
Deprecated.
Perform a two level nested internal iteration over the provided MonadicValues
- each3(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
-
Perform a three level nested internal iteration over the provided Publishers
NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
- each3(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, Boolean>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
-
Perform a three level nested internal iteration over the provided Publishers
NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
- each3(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
-
Deprecated.
Perform a three level nested internal iteration over the provided MonadicValues
- each3(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, Boolean>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
-
Deprecated.
Perform a three level nested internal iteration over the provided MonadicValues
- each4(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends Publisher<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
-
Perform a four level nested internal iteration over the provided Publishers
NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
- each4(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends Publisher<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
-
Perform a four level nested internal iteration over the provided Publishers
NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
- each4(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
-
Deprecated.
Perform a four level nested internal iteration over the provided MonadicValues
- each4(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
-
Deprecated.
Perform a four level nested internal iteration over the provided MonadicValues
- EagerApplicative<T,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
-
- EagerFutureStreamFunctions - Class in com.aol.cyclops.types.futurestream
-
- EagerFutureStreamFunctions() - Constructor for class com.aol.cyclops.types.futurestream.EagerFutureStreamFunctions
-
- EagerToQueue<U> - Interface in com.aol.cyclops.types.futurestream
-
- efficientOpsOff() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- efficientOpsOff() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- efficientOpsOff() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- efficientOpsOn() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- efficientOpsOn() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- efficientOpsOn() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- elapsed() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of(1,2,3,4,5)
.elapsed()
.forEach(System.out::println);
- elapsed() - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of(1,2,3,4,5)
.elapsed()
.forEach(System.out::println);
- elapsed() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
LazyFutureStream.of(1,2,3,4,5)
.elapsed()
.forEach(System.out::println);
- elasticPool(Supplier<REACTOR>) - Static method in class com.aol.cyclops.react.threads.ReactPool
-
If all REACTORs are in use calling react will create a new REACTOR to handle the extra demand.
- element() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- element() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- element() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- element() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- elementAt(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Gets the element at index, and returns a Tuple containing the element (it
must be present) and a lazy copy of the Sequence for further processing.
- elementAt(int) - Method in interface com.aol.cyclops.control.Streamable
-
Gets the element at index (it must be present)
- elementAt(long) - Method in interface com.aol.cyclops.control.Streamable
-
Gets the element at index, and returns a Tuple containing the element (it must be present)
and a lazy copy of the Sequence for further processing.
- elementAt(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Return the elementAt index or Optional.empty
- empty() - Method in interface com.aol.cyclops.control.AnyM
-
Construct an AnyM wrapping a new empty instance of the wrapped type
e.g.
- empty() - Static method in class com.aol.cyclops.control.FutureW
-
An empty FutureW
- EMPTY - Static variable in interface com.aol.cyclops.control.Maybe
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- empty() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- empty() - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- empty() - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
- empty() - Static method in interface com.aol.cyclops.control.Streamable
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
List<String> empty = PStack.empty();
//or
PStack<String> empty = PStack.empty();
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
List<String> empty = PVectors.empty();
//or
PVector<String> empty = PVectors.empty();
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- empty() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- empty() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- empty() - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
- empty() - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create an empty sequential synchronous stream that runs on the current thread
- empty() - Static method in class com.aol.cyclops.types.futurestream.Continuation
-
- empty() - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sequential synchronous stream that runs on the current thread
- EmptyCollector<T> - Class in com.aol.cyclops.react.collectors.lazy
-
A collector that periodically joins active completablefutures
but does not store the results
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- emptyMaybe() - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- emptyMaybe() - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- emptyMaybe() - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- emptySet() - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- emptySet() - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- emptyStream() - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- emptyStream() - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- emptyStreamable() - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- emptyStreamable() - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- emptyUnit() - Method in interface com.aol.cyclops.control.AnyM
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- emptyUnit() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- emptyUnit() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- emptyUnit() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- EmptyUnit<T> - Interface in com.aol.cyclops.types
-
Represents a type that can be instantiated in empty form.
- emptyUnit() - Method in interface com.aol.cyclops.types.EmptyUnit
-
- enable() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- enable(F) - Static method in interface com.aol.cyclops.control.FeatureToggle
-
Create a new enabled switch
- enable() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- endsWith(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Stream.of(5,6)));
- endsWith(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertTrue(Streamable.of(1,2,3,4,5,6)
.endsWith(Stream.of(5,6)));
- endsWith(Stream<T>, Iterable<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- endsWith(Stream<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Stream.of(5,6)));
- endsWith(Stream<T>) - Method in interface com.aol.cyclops.types.Foldable
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Stream.of(5,6)));
- endsWith(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- endsWith(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
-
- endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Arrays.asList(5,6)));
- endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertTrue(Streamable.of(1,2,3,4,5,6)
.endsWith(Arrays.asList(5,6)));
- endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Arrays.asList(5,6)));
- endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.Foldable
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Arrays.asList(5,6)));
- endsWithIterable(Iterable<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- entrySet() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- entrySet() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- eq(V) - Static method in class com.aol.cyclops.util.function.Predicates
-
Check for universal equality (Object#equals)
Filtering example
- equal(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
- equals(Object) - Method in class com.aol.cyclops.control.Eval.Module.Always
-
- equals(Object) - Method in class com.aol.cyclops.control.Eval.Module.Later
-
- equals(Object) - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- equals(Object) - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
- equals(Object) - Method in class com.aol.cyclops.control.Maybe.Just
-
- equals(Object) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- equals(Object) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- equals(Object) - Method in class com.aol.cyclops.control.Try.Failure
-
- equals(Object) - Method in class com.aol.cyclops.control.Try.Success
-
- equals(Object) - Method in class com.aol.cyclops.control.Xor.Primary
-
- equals(Object) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- equals(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- equals(Object) - Method in class com.aol.cyclops.data.LazyImmutable
-
- equals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
Deprecated.
- eqv(AnyM<T>) - Method in interface com.aol.cyclops.control.AnyM
-
Tests for equivalency between two AnyM types
- eqv(AnyMSeq<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Equivalence test, returns true if this Monad is equivalent to the supplied monad
e.g.
- eqv(AnyMValue<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Equivalence test, returns true if this Monad is equivalent to the supplied monad
e.g.
- eqv(Value<? super V>) - Static method in class com.aol.cyclops.util.function.Predicates
-
Test for equivalence
null eqv to absent, embedded value equivalency, non-values converted to values before testing
.
- eqv2(Value<? super V>) - Static method in class com.aol.cyclops.util.function.Predicates
-
- eqvIterable(Iterable<? super V>) - Static method in class com.aol.cyclops.util.function.Predicates
-
- estimateSize() - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- Eval<T> - Interface in com.aol.cyclops.control
-
Represents a computation that can be defered (always), cached (later) or immediate(now).
- Eval.Module - Class in com.aol.cyclops.control
-
- Eval.Module.Always<T> - Class in com.aol.cyclops.control
-
- Eval.Module.Later<T> - Class in com.aol.cyclops.control
-
- EvalT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad transformer for Eval
- evalT(EvalT<T>) - Static method in class com.aol.cyclops.Matchables
-
- EvalTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad Transformer for Evals nested within Sequential or non-scalar data types (e.g.
- EvalTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Evals nested within Scalar data types (e.g.
- ExceptionSoftener - Class in com.aol.cyclops.util
-
Utility class for softening exceptions
Use throw throwSoftenedException
- ExceptionSoftener() - Constructor for class com.aol.cyclops.util.ExceptionSoftener
-
- executeflatMap(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
Wrapper around flatMap
- exponentialBackOff() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
-
- ExponentialBackofWaitStrategy<T> - Class in com.aol.cyclops.data.async.wait
-
Will attempt to recieve or push data to a Queue, backing off by an exponentially increasing wait time
until successful.
- ExponentialBackofWaitStrategy() - Constructor for class com.aol.cyclops.data.async.wait.ExponentialBackofWaitStrategy
-
- expression(Consumer<? super T>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a statement (e.g.
- expression(BiConsumer<? super T1, ? super T2>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a BiConsumer into a FluentBiFunction that returns it's input in a Tuple
- expressionParsed - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- ExtendedTraversable<T> - Interface in com.aol.cyclops.types
-
Represents a finite traversable type
- fail(E) - Static method in class com.aol.cyclops.util.validation.ValidationResult.FailedResult
-
Construct a FailedResult
- FailedResult() - Constructor for class com.aol.cyclops.util.validation.ValidationResult.FailedResult
-
- failure(X) - Static method in interface com.aol.cyclops.control.Try
-
Construct a Failure instance from a throwable (an implementation of Try)
- Failure() - Constructor for class com.aol.cyclops.control.Try.Failure
-
- failure() - Method in class com.aol.cyclops.util.validation.ValidationResult.FailedResult
-
- failure() - Method in interface com.aol.cyclops.util.validation.ValidationResult
-
- failure() - Method in class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
-
- failureGet() - Method in class com.aol.cyclops.control.Try.Failure
-
- failureGet() - Method in interface com.aol.cyclops.control.Try
-
- failureGet() - Method in class com.aol.cyclops.control.Try.Success
-
- FeatureToggle<T> - Interface in com.aol.cyclops.control
-
An 'Optional' like data type that can either be enabled or disabled
- FeatureToggle.Disabled<F> - Class in com.aol.cyclops.control
-
An disabled switch
- FeatureToggle.Enabled<F> - Class in com.aol.cyclops.control
-
An enabled switch
- fill(T) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a Stream consisting of a single value repeatedly infinitely (use take / drop etc to
switch to a finite Stream)
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
Generate a PBagX from the provided value up to the provided limit number of times
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
Generate a PQueueX from the provided value up to the provided limit number of times
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Generate a PStackX from the provided value up to the provided limit number of times
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Generate a PVectorX from the provided value up to the provided limit number of times
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Generate a DequeX from the provided value up to the provided limit number of times
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Generate a ListX from the provided value up to the provided limit number of times
- fill(long, T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
Generate a QueueX from the provided value up to the provided limit number of times
- fillInStackTrace() - Method in exception com.aol.cyclops.data.async.Queue.ClosedQueueException
-
- fillInStackTrace() - Method in exception com.aol.cyclops.data.async.Queue.QueueTimeoutException
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a filter operation on the wrapped monad instance e.g.
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Eval
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
Filter this Switch.
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.FutureW
-
- filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Ior.Both
-
- filter(Predicate<? super PT>) - Method in interface com.aol.cyclops.control.Ior
-
- filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Maybe
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- filter(Predicate<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Filter the wrapped Maybe
- filter(Predicate<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Filter the wrapped List
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Filter the wrapped Optional
- filter(Predicate<? super R>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Filter the wrapped Eval
- filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Filter the wrapped List
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Filter the wrapped Optional
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Filter the wrapped Set
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Filter the wrapped Streamable
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Filter the wrapped Stream
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Filter the wrapped Try
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Filter the wrapped Xor
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Filter the wrapped Set
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Filter the wrapped Streamable
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
Filter the wrapped Stream
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Filter the wrapped Try
- filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Filter the wrapped Maybe
- filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Filter the wrapped List
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Filter the wrapped Optional
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Filter the wrapped Set
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Filter the wrapped Streamable
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Filter the wrapped Stream
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Filter the wrapped Try
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Filter the wrapped Xor
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Filter the wrapped Xor
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Try.Failure
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Try
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Try.Success
-
- filter(Predicate<? super PT>) - Method in interface com.aol.cyclops.control.Xor
-
- filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- filter(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- filter(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- filter(T, Predicate) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
Wrapper around filter
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Filterable
-
Keep only elements for which the supplied predicates hold
e.g.
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.FilterableFunctor
-
- filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Removes elements that do not match the supplied predicate from the
dataflow
- filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Removes elements that do not match the supplied predicate from the
dataflow
- filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Removes elements that do not match the supplied predicate from the
dataflow
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.mixins.WrappingFilterable
-
Deprecated.
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.MonadicValue
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- Filterable<T> - Interface in com.aol.cyclops.types
-
Trait that represents any class with a single argument Filter method
Will coerce that method into accepting JDK 8 java.util.function.Predicates
- FilterableFunctor<T> - Interface in com.aol.cyclops.types
-
Represents a Functor that is also Filterable (e.g.
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Eval
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.FutureW
-
- filterNot(Predicate<? super PT>) - Method in interface com.aol.cyclops.control.Ior
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Maybe
-
- filterNot(Predicate<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- filterNot(Predicate<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- filterNot(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- filterNot(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Try
-
- filterNot(Predicate<? super PT>) - Method in interface com.aol.cyclops.control.Xor
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- filterNot(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- filterNot(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Filterable
-
Remove any elements for which the predicate holds (inverse operation to filter)
e.g.
- filterNot(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- filterSync(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Synchronous filtering operation
Removes elements that do not match the supplied predicate from the
dataflow
- filterSync(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Synchronous filtering operation
Removes elements that do not match the supplied predicate from the
dataflow
- filterSync(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Synchronous filtering operation
Removes elements that do not match the supplied predicate from the
dataflow
- findAny() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- findAny() - Method in interface com.aol.cyclops.control.Streamable
-
- findAny() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- findAny() - Method in interface com.aol.cyclops.types.Foldable
-
- findAny() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- findAny() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous findAny operation
- findAny() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy findAny operation
- findAny() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous findAny operation
- findFirst() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- findFirst() - Method in interface com.aol.cyclops.control.Streamable
-
- findFirst() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- findFirst() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- findFirst() - Method in interface com.aol.cyclops.types.Foldable
-
- findFirst() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- findFirst() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous findAny operation
- findFirst() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy findAny operation
- findFirst() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous findAny operation
- findNextWhiteSpace(int, String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- first() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- firstCompleteCompletableFuture() - Static method in interface com.aol.cyclops.Monoids
-
- firstCompleteCompletableFuture() - Static method in interface com.aol.cyclops.Semigroups
-
- firstCompleteFuture() - Static method in interface com.aol.cyclops.Monoids
-
- firstCompleteFuture() - Static method in interface com.aol.cyclops.Semigroups
-
- firstNonEmpty(C) - Static method in interface com.aol.cyclops.Monoids
-
- firstNonEmpty() - Static method in interface com.aol.cyclops.Semigroups
-
- firstNonNull() - Static method in interface com.aol.cyclops.Monoids
-
- firstNonNull() - Static method in interface com.aol.cyclops.Semigroups
-
- firstOf(SimpleReactStream<U>...) - Static method in class com.aol.cyclops.types.futurestream.EagerFutureStreamFunctions
-
Return first Stream out of provided Streams that starts emitted results
- firstOf(SimpleReactStream<U>...) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Return first Stream out of provided Streams that starts emitted results
- firstPresentMaybe() - Static method in interface com.aol.cyclops.Monoids
-
- firstPresentMaybe() - Static method in interface com.aol.cyclops.Semigroups
-
- firstPresentOptional() - Static method in interface com.aol.cyclops.Monoids
-
- firstPresentOptional() - Static method in interface com.aol.cyclops.Semigroups
-
- firstPrimaryIor(ST) - Static method in interface com.aol.cyclops.Monoids
-
- firstPrimaryIor() - Static method in interface com.aol.cyclops.Semigroups
-
- firstPrimaryXor(ST) - Static method in interface com.aol.cyclops.Monoids
-
- firstPrimaryXor() - Static method in interface com.aol.cyclops.Semigroups
-
- firstSecondaryIor(PT) - Static method in interface com.aol.cyclops.Monoids
-
- firstSecondaryIor() - Static method in interface com.aol.cyclops.Semigroups
-
- firstSecondaryXor(PT) - Static method in interface com.aol.cyclops.Monoids
-
- firstSecondaryXor() - Static method in interface com.aol.cyclops.Semigroups
-
- firstSuccess(FutureW<T>...) - Static method in class com.aol.cyclops.control.FutureW
-
Select the first Future to return with a successful result
- firstSuccessfulFuture() - Static method in interface com.aol.cyclops.Monoids
-
- firstSuccessfulFuture() - Static method in interface com.aol.cyclops.Semigroups
-
- firstTryFailure(T) - Static method in interface com.aol.cyclops.Monoids
-
- firstTryFailure() - Static method in interface com.aol.cyclops.Semigroups
-
- firstTrySuccess(X) - Static method in interface com.aol.cyclops.Monoids
-
- firstTrySuccess() - Static method in interface com.aol.cyclops.Semigroups
-
- firstValue() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertThat(ReactiveSeq.of(1,2,3,4)
.map(u->{throw new RuntimeException();})
.recover(e->"hello")
.firstValue(),equalTo("hello"));
- firstValue() - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(1,2,3,4)
.map(u->{throw new RuntimeException();})
.recover(e->"hello")
.firstValue(),equalTo("hello"));
- firstValue(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- firstValue() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
assertThat(ReactiveSeq.of(1,2,3,4)
.map(u->{throw new RuntimeException();})
.recover(e->"hello")
.firstValue(),equalTo("hello"));
- firstValue() - Method in interface com.aol.cyclops.types.Foldable
-
assertThat(ReactiveSeq.of(1,2,3,4)
.map(u->throw new RuntimeException())
.recover(e->"hello")
.firstValue(),equalTo("hello"));
- firstValue() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- firstValue() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous findAny operation
- firstValue() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy findAny operation
- firstValue() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous findAny operation
- fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
emit elements after a fixed delay
- fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
-
emit elements after a fixed delay
- fixedDelay(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
-
- fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Apply a fixed delay before emitting elements to the next phase of the
Stream.
- fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.types.Sequential
-
emit elements after a fixed delay
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Module.Always
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Module.Later
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends X>>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- flatMap(Function<? super R, ? extends Reader<T, R1>>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in class com.aol.cyclops.control.Ior.Both
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in interface com.aol.cyclops.control.Ior
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- flatMap(Function<? super T, ? extends Reader<? extends B, R>>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- flatMap(Function<? super R, ? extends Reader<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- flatMap(Function<? super T, ? extends Stream<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- flatMap(Function<? super T, ? extends Stream<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- flatMap(Function<? super R, ? extends Reader<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- flatMap(Function<? super T, ? extends Stream<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
flatMap operation
- flatMap(Function<? super R, ? extends Reader<T, R1>>) - Method in interface com.aol.cyclops.control.Reader
-
FlatMap this Reader by applying the prodived function and unnesting to a single Reader
- flatMap(Function<? super T, Streamable<? extends R>>) - Method in interface com.aol.cyclops.control.Streamable
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Try.Failure
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.control.Try
-
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Try.Success
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in interface com.aol.cyclops.control.Xor
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- flatMap(Function<? super PT, ? extends MonadicValue<? extends RT1>>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a flatMap operation on this collection.
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- flatMap(BiFunction<? super K, ? super V, ? extends MapX<KR, VR>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- flatMap(Function<? super T, ? extends LazyImmutable<? extends R>>) - Method in class com.aol.cyclops.data.LazyImmutable
-
FlatMap the value stored in Immutable Closed Value from one Value to another
If this is an unitiatilised ImmutableClosedValue, an uninitialised closed value will be returned instead
- flatMap(Function<? super T, ? extends AnyM<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
flatMap operation
AnyM follows the javaslang modified 'monad' laws https://gist.github.com/danieldietrich/71be006b355d6fbc0584
In particular left-identity becomes
Left identity: unit(a).flatMap(f) ≡ select(f.apply(a))
Or in plain English, if your flatMap function returns multiple values (such as flatMap by Stream) but the current Monad only can only hold one value,
only the first value is accepted.
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
flatMap operation
AnyM follows the javaslang modified 'monad' laws https://gist.github.com/danieldietrich/71be006b355d6fbc0584
In particular left-identity becomes
Left identity: unit(a).flatMap(f) ≡ select(f.apply(a))
Or in plain English, if your flatMap function returns multiple values (such as flatMap by Stream) but the current Monad only can only hold one value,
only the first value is accepted.
- flatMap(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
- FlatMap<T> - Interface in com.aol.cyclops.types
-
- flatMap(Function<? super U, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Allows aggregate values in a Stream to be flatten into a single Stream.
- flatMap(Function<? super U, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMap(Function<? super U, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Allows aggregate values in a Stream to be flatten into a single Stream.
- flatMap(Function<? super U, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Allows aggregate values in a Stream to be flatten into a single Stream.
- flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue
-
A flattening transformation operation (@see Optional.flatMap(Function)
- flatMapAnyM(Function<? super T, AnyM<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Allows flatMap return type to be any Monad type
- flatMapAnyM(Function<? super T, AnyM<? extends R>>) - Method in interface com.aol.cyclops.control.Streamable
-
Allows flatMap return type to be any Monad type
- flatMapAnyM(Stream<T>, Function<? super T, AnyM<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- flatMapAnyM(Function<? super U, AnyM<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapBufferedReader(Stream<T>, Function<? super T, BufferedReader>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied BufferedReaders
- flatMapCf(Function<? super T, ? extends CompletionStage<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
-
A flatMap operation that accepts a CompleteableFuture CompletionStage as
the return type
- flatMapCharSequence(Stream<T>, Function<? super T, CharSequence>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a flatMap operation where the result will be a flattened stream of Characters
from the CharSequence returned by the supplied function.
- flatMapCompletableFuture(Stream<T>, Function<? super T, CompletableFuture<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
assertThat(StreamUtils.flatMapCompletableFuture(Stream.of(1,2,3),
i->CompletableFuture.completedFuture(i+2))
.collect(Collectors.toList()),
equalTo(Arrays.asList(3,4,5)));
- flatMapCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
If in async mode this operation is performed asyncrhonously
If in sync mode this operation is performed synchronously
- flatMapFile(Stream<T>, Function<? super T, File>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied files.
- flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value)
will take the first value from the Iterable returned.
- flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value)
will take the first value from the Iterable returned.
- flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value)
will take the first value from the Publisher returned.
- flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value)
will take the first value from the Publisher returned.
- flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
-
- flatMapIterable(Function<? super PT, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Ior
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
FlatMap where the result is a Collection, flattens the resultant
collections into the host ReactiveSeq
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Streamable
-
FlatMap where the result is a Collection, flattens the resultant collections into the
host Streamable
- flatMapIterable(Stream<T>, Function<? super T, ? extends Iterable<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
flatMap operation that allows a Collection to be returned
- flatMapIterable(Function<? super PT, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Xor
-
- flatMapIterable(Function<? super U, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue
-
A flattening transformation operation that takes the first value from the returned Iterable.
- flatMapOptional(Stream<T>, Function<? super T, Optional<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
cross type flatMap, removes null entries
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
-
- flatMapPublisher(Function<? super PT, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Ior
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- flatMapPublisher(Function<? super PT, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Xor
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.IterableFunctor
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>, int) - Method in interface com.aol.cyclops.types.IterableFunctor
-
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>, int, QueueFactory<R>) - Method in interface com.aol.cyclops.types.IterableFunctor
-
A potentially asynchronous flatMap operation where data from each publisher may arrive out of order (if publishers
are configured to publish asynchronously.
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue
-
A flattening transformation operation that takes the first value from the returned Publisher.
- flatMapSequenceM(Stream<T>, Function<? super T, ReactiveSeq<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
flatMap operation
- flatMapStream(Function<? super T, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
flatMap operation
- flatMapStream(Function<? super T, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.control.Streamable
-
flatMap operation
- flatMapStream(Stream<T>, Function<? super T, ? extends BaseStream<? extends R, ?>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
assertThat(StreamUtils.flatMapStream(Stream.of(1,2,3),
i->Stream.of(i)).collect(Collectors.toList()),
equalTo(Arrays.asList(1,2,3)));
- flatMapStream(Function<? super U, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapT(Function<? super A, CompletableFutureTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Flat Map the wrapped CompletableFuture
- flatMapT(Function<? super T, EvalTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Flat Map the wrapped Eval
- flatMapT(Function<? super A, FutureWTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Flat Map the wrapped FutureW
- flatMapT(Function<? super T, ListTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Flat Map the wrapped List
- flatMapT(Function<? super T, MaybeTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Flat Map the wrapped Maybe
- flatMapT(Function<? super T, OptionalTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Flat Map the wrapped Optional
- flatMapT(Function<? super R, ReaderTSeq<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Flat Map the wrapped Reader
- flatMapT(Function<? super T, SetTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Flat Map the wrapped Set
- flatMapT(Function<? super T, StreamableTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Flat Map the wrapped Streamable
- flatMapT(Function<? super T, StreamTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Flat Map the wrapped Stream
- flatMapT(Function<? super T, TryTSeq<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Flat Map the wrapped Try
- flatMapT(Function<? super T, XorTSeq<ST2, ? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Flat Map the wrapped Xor
- flatMapT(Function<? super A, CompletableFutureTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Flat Map the wrapped CompletableFuture
- flatMapT(Function<? super T, EvalTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Flat Map the wrapped Maybe
- flatMapT(Function<? super A, FutureWTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Flat Map the wrapped CompletableFuture
- flatMapT(Function<? super T, ListTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Flat Map the wrapped List
- flatMapT(Function<? super T, MaybeTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Flat Map the wrapped Maybe
- flatMapT(Function<? super T, OptionalTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Flat Map the wrapped Optional
- flatMapT(Function<? super R, ReaderTValue<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Flat Map the wrapped Reader
- flatMapT(Function<? super T, SetTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Flat Map the wrapped Set
- flatMapT(Function<? super T, StreamableTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Flat Map the wrapped Streamable
- flatMapT(Function<? super T, StreamTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Flat Map the wrapped Stream
- flatMapT(Function<? super T, TryTValue<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Flat Map the wrapped Try
- flatMapT(Function<? super T, XorTValue<ST2, ? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Flat Map the wrapped Xor
- flatMapToCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
If in async mode this operation is performed asyncrhonously
If in sync mode this operation is performed synchronously
- flatMapToCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
If in async mode this operation is performed asyncrhonously
If in sync mode this operation is performed synchronously
- flatMapToCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
If in async mode this operation is performed asyncrhonously
If in sync mode this operation is performed synchronously
- flatMapToCompletableFutureSync(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
This operation is performed synchronously
- flatMapToCompletableFutureSync(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
This operation is performed synchronously
- flatMapToCompletableFutureSync(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream
This operation is performed synchronously
- flatMapToDouble(Function<? super U, ? extends DoubleStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapToInt(Function<? super U, ? extends IntStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapToLong(Function<? super U, ? extends LongStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapURL(Stream<T>, Function<? super T, URL>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied URLs
- flatten() - Method in interface com.aol.cyclops.control.AnyM
-
join / flatten one level of a nested hierarchy
- flatten() - Method in class com.aol.cyclops.control.FutureW
-
- flatten() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
join / flatten one level of a nested hierarchy
- flatten() - Method in interface com.aol.cyclops.control.Streamable
-
join / flatten one level of a nested hierarchy
- flatten(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- flatten() - Method in class com.aol.cyclops.control.Try.Failure
-
- flatten() - Method in interface com.aol.cyclops.control.Try
-
Flatten a nested Try Structure
- flatten() - Method in class com.aol.cyclops.control.Try.Success
-
- flatten() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- flatten() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- flatten() - Method in interface com.aol.cyclops.types.FlatMap
-
- flatten() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flip() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- FluentBiFunction(BiFunction<T1, T2, R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- FluentCollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions
-
A Fluent API for adding and removing collection elements
- FluentFunction(Function<T, R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- FluentFunctions - Class in com.aol.cyclops.control
-
Fluent API for working with java.util.Function types
Supports
caching (memoization)
aspects (before, after, around)
logging
retry
recovery
Async execution
Reader monad
Partial application
Currying
Pattern Matching
- FluentFunctions() - Constructor for class com.aol.cyclops.control.FluentFunctions
-
- FluentFunctions.Advice0<R> - Class in com.aol.cyclops.control
-
- FluentFunctions.Advice1<T,R> - Class in com.aol.cyclops.control
-
- FluentFunctions.Advice2<T1,T2,R> - Class in com.aol.cyclops.control
-
- FluentFunctions.Advice3<T1,T2,T3,R> - Class in com.aol.cyclops.control
-
- FluentFunctions.FluentBiFunction<T1,T2,R> - Class in com.aol.cyclops.control
-
- FluentFunctions.FluentFunction<T,R> - Class in com.aol.cyclops.control
-
- FluentFunctions.FluentSupplier<R> - Class in com.aol.cyclops.control
-
- FluentFunctions.FluentTriFunction<T1,T2,T3,R> - Class in com.aol.cyclops.control
-
- FluentMapX<K,V> - Interface in com.aol.cyclops.data.collections.extensions
-
- FluentSequenceX<T> - Interface in com.aol.cyclops.data.collections.extensions
-
Interface that represents a FluentSequence of data
Supports operations such as adding / removing elements via a Fluent API
- FluentSupplier(Supplier<R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- FluentTriFunction(TriFunction<T1, T2, T3, R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- fold(Monoid<T>) - Method in interface com.aol.cyclops.types.Value
-
Use the supplied Monoid to reduce this Value to a single result (unwraps the value stored in this Value
if the provided Monoid instance obeys the Monoid laws)
- fold(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Value
-
Use the supplied identity value and function to reduce this Value to a single result (unwraps the value stored in this Value
if the provided monoid combination instance obeys the Monoid laws)
- foldable() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- Foldable<T> - Interface in com.aol.cyclops.types
-
Represents a type that may be reducable (foldable) to a single value or collection
- foldable() - Method in interface com.aol.cyclops.types.Foldable
-
- foldable() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- foldable() - Method in interface com.aol.cyclops.types.IterableFoldable
-
- FoldableTransformerSeq<T> - Interface in com.aol.cyclops.control.monads.transformers.values
-
A type that represents a non-scalar Monad Transformer
- foldDouble(ToDoubleFunction<? super T>, Function<? super DoubleStream, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a fold on a primitive DoubleStream (this is much faster than working with Double Objects).
- foldFuture(Function<? super CyclopsCollectable<T>, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
Perform an async fold on the provided executor
- foldInt(ToIntFunction<? super T>, Function<? super IntStream, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a fold on a primitive IntStream (this is much faster than working with Integer Objects).
- foldLazy(Function<? super CyclopsCollectable<T>, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
Perform a lazy caching fold (results are memoized)
- foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.control.Streamable
-
Fold a Streamable Left
- foldLeft(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- foldLeft(CompletableFuture<T>, BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Sequentially reduce from the left
- foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous foldLeft operation
- foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy foldLeft operation
- foldLeft(U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous foldLeft operation
- foldLeftMapToType(Stream<T>, Reducer<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface)
Then use Monoid to reduce values
- foldLong(ToLongFunction<? super T>, Function<? super LongStream, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a fold on a primitive LongStream (this is much faster than working with Long Objects).
- foldRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- foldRight(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of("a","b","c").foldRight(Reducers.toString(""));
// "cab"
- foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Immutable reduction from right to left
- foldRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
-
Fold a Streamable fromt the right
- foldRight(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of("a","b","c").foldRight(Reducers.toString(""));
// "cab"
- foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Immutable reduction from right to left
- foldRight(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- foldRight(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
ReactiveSeq.of("a","b","c").foldRight(Reducers.toString(""));
// "cab"
- foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Immutable reduction from right to left
- foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Immutable reduction from right to left
- foldRight(Monoid<T>) - Method in interface com.aol.cyclops.types.Foldable
-
ReactiveSeq.of("a","b","c").foldRight(Reducers.toString(""));
// "cab"
- foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Foldable
-
Immutable reduction from right to left
- foldRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.types.Foldable
-
Immutable reduction from right to left
- foldRight(R, BiFunction<? super U, ? super R, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- foldRight(CompletableFuture<T>, BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Reduce sequentially from the right
- foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asynchronous foldRight operation
- foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy foldRight operation
- foldRight(U, BiFunction<? super T, U, U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asynchronous foldRight operation
- foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Attempt to map this Monad to the same type as the supplied Monoid (using
mapToType on the monoid interface) Then use Monoid to reduce values
- foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface)
Then use Monoid to reduce values
- foldRightMapToType(Stream<T>, Reducer<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface)
Then use Monoid to reduce values
- foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Attempt to map this Monad to the same type as the supplied Monoid (using
mapToType on the monoid interface) Then use Monoid to reduce values
- foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.types.Foldable
-
Attempt to map this Monad to the same type as the supplied Monoid (using
mapToType on the monoid interface) Then use Monoid to reduce values
- foldTry(Function<? super CyclopsCollectable<T>, ? extends R>, Class<X>...) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
Try a fold, capturing any unhandling execution exceptions (that match the provided classes)
- For - Class in com.aol.cyclops.control
-
For comprehensions
- For() - Constructor for class com.aol.cyclops.control.For
-
- For.Publishers - Interface in com.aol.cyclops.control
-
- For.Values - Interface in com.aol.cyclops.control
-
Deprecated.
- forEach(Consumer<? super T>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
Iterate over value in switch (single value, so one iteration)
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.control.Try.Failure
-
- forEach(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Try
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.control.Try.Success
-
- forEach(Consumer) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- forEach(Consumer<? super T>, Function<FastFuture, T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- forEach(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- forEach(Consumer<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
- forEach(Consumer<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- forEach2(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- forEach2(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, Boolean>, BiFunction<? super PT, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- forEach2(Function<? super T, ? extends BaseStream<R1, ?>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a two level nested internal iteration over this Stream and the
supplied stream
- forEach2(Function<? super T, ? extends BaseStream<R1, ?>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a two level nested internal iteration over this Stream and the
supplied stream
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- forEach2(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- forEach2(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, Boolean>, BiFunction<? super PT, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a two level nested internal iteration over this Stream and the
supplied stream
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a two level nested internal iteration over this Stream and the
supplied stream
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- forEach2(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- forEach2(Function<? super T, ? extends AnyM<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a two level nested internal iteration over this Stream and the supplied monad (allowing null handling, exception handling
etc to be injected, for example)
- forEach2(Function<? super T, ? extends AnyM<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a two level nested internal iteration over this Stream and the supplied monad (allowing null handling, exception handling
etc to be injected, for example)
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- forEach2(Function<? super U, ? extends BaseStream<R1, ?>>, BiFunction<? super U, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach2(Function<? super U, ? extends BaseStream<R1, ?>>, BiFunction<? super U, ? super R1, Boolean>, BiFunction<? super U, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a two level nested internal iteration over this MonadicValue and the
supplied MonadicValue
- forEach2(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a two level nested internal iteration over this MonadicValue and the
supplied stream
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- forEach3(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- forEach3(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, Boolean>, TriFunction<? super PT, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- forEach3(Function<? super T, ? extends BaseStream<R1, ?>>, BiFunction<? super T, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach3(Function<? super T, ? extends BaseStream<R1, ?>>, BiFunction<? super T, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- forEach3(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- forEach3(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, Boolean>, TriFunction<? super PT, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- forEach3(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- forEach3(Function<? super T, ? extends AnyM<R1>>, BiFunction<? super T, ? super R1, ? extends AnyM<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a three level nested internal iteration over this Stream and the supplied streams
- forEach3(Function<? super T, ? extends AnyM<R1>>, BiFunction<? super T, ? super R1, ? extends AnyM<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a three level nested internal iteration over this AnyM and the supplied monads
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- forEach3(Function<? super U, ? extends BaseStream<R1, ?>>, BiFunction<? super U, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super U, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach3(Function<? super U, ? extends BaseStream<R1, ?>>, BiFunction<? super U, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super U, ? super R1, ? super R2, Boolean>, TriFunction<? super U, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a three level nested internal iteration over this MonadicValue and the
supplied MonadicValues
- forEach3(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, Boolean>, TriFunction<? super T, ? super R1, ? super R2, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a three level nested internal iteration over this MonadicValue and the
supplied MonadicValues
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- forEach4(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super PT, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- forEach4(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super PT, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super PT, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- forEach4(Function<? super T, ? extends BaseStream<R1, ?>>, BiFunction<? super T, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super T, ? super R1, ? super R2, ? extends BaseStream<R3, ?>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a four level nested internal iteration over this Stream and the
supplied streams
- forEach4(Function<? super T, ? extends BaseStream<R1, ?>>, BiFunction<? super T, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super T, ? super R1, ? super R2, ? extends BaseStream<R3, ?>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Perform a four level nested internal iteration over this Stream and the
supplied streams
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- forEach4(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super PT, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- forEach4(Function<? super PT, ? extends MonadicValue<R1>>, BiFunction<? super PT, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super PT, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super PT, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super PT, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- forEach4(Function<? super T, ? extends Iterable<R1>>, BiFunction<? super T, ? super R1, ? extends Iterable<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends Iterable<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- forEach4(Function<? super T, ? extends AnyM<R1>>, BiFunction<? super T, ? super R1, ? extends AnyM<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends AnyM<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a four level nested internal iteration over this monad and the
supplied monads
- forEach4(Function<? super T, ? extends AnyM<R1>>, BiFunction<? super T, ? super R1, ? extends AnyM<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends AnyM<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Perform a four level nested internal iteration over this monad and the
supplied monads
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- forEach4(Function<? super U, ? extends BaseStream<R1, ?>>, BiFunction<? super U, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super U, ? super R1, ? super R2, ? extends BaseStream<R3, ?>>, QuadFunction<? super U, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach4(Function<? super U, ? extends BaseStream<R1, ?>>, BiFunction<? super U, ? super R1, ? extends BaseStream<R2, ?>>, TriFunction<? super U, ? super R1, ? super R2, ? extends BaseStream<R3, ?>>, QuadFunction<? super U, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super U, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a four level nested internal iteration over this MonadicValue and the
supplied MonadicValues
- forEach4(Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T, ? super R1, ? super R2, ? super R3, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
Perform a four level nested internal iteration over this MonadicValue and the
supplied MonadicValues
Maybe.of(3)
.forEach4(a->Maybe.just(a+10),
(a,b)->Maybe.just(a+b),
(a,b,c)->Maybe.none(),
(a,b,c,d)->a+b+c<100,
(a,b,c,d)->a+b+c+d);
//Maybe.none
- forEachEvent(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers
when the entire Stream has been processed an onComplete event will be recieved.
- forEachEvent(Consumer<? super U>, Consumer<? super Throwable>, Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers
when the entire Stream has been processed an onComplete event will be recieved.
- forEachEvent(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalFutureOperations
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers
when the entire Stream has been processed an onComplete event will be recieved.
- forEachEvent(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalOperations
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers
when the entire Stream has been processed an onComplete event will be recieved.
- forEachFailed(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Failure
-
- forEachFailed(Consumer<? super X>) - Method in interface com.aol.cyclops.control.Try
-
- forEachFailed(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Success
-
- forEachOrdered(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- forEachOrdered(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEachResults(Collection<FastFuture<T>>, Consumer<? super T>, Function<FastFuture, T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- forEachWithError(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
- forEachWithError(Consumer<? super U>, Consumer<? super Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
- forEachWithError(Consumer<? super T>, Consumer<? super Throwable>) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalFutureOperations
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
- forEachWithError(Consumer<? super T>, Consumer<? super Throwable>) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalOperations
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
- forEachX(Stream<T>, long, Consumer<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a forEach operation over the Stream, without closing it, consuming only the specified number of elements from
the Stream, at this time.
- forEachX(long, Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a forEach operation over the Stream, without closing it, consuming only the specified number of elements from
the Stream, at this time.
- forEachX(long, Consumer<? super T>) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalFutureOperations
-
Perform a forEach operation over the Stream, without closing it, consuming only the specified number of elements from
the Stream, at this time.
- forEachX(long, Consumer<? super T>) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalOperations
-
Perform a forEach operation over the Stream, without closing it, consuming only the specified number of elements from
the Stream, at this time.
- forEachXEvents(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXEvents(long, Consumer<? super U>, Consumer<? super Throwable>, Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXEvents(long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalFutureOperations
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXEvents(long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalOperations
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXWithError(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXWithError(long, Consumer<? super U>, Consumer<? super Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXWithError(long, Consumer<? super T>, Consumer<? super Throwable>) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalFutureOperations
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forEachXWithError(long, Consumer<? super T>, Consumer<? super Throwable>) - Method in interface com.aol.cyclops.types.stream.reactive.ReactiveStreamsTerminalOperations
-
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming
the specified number of elements from the Stream, at this time.
- forwardErrors(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
- freeThread(T) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a sequential synchronous stream that runs on the current thread
- freeThread(T...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a sequential synchronous stream that runs on the current thread
- freeThread(T) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sequential synchronous stream that runs on a free thread (commonFreeThread executor by default, shared
across any instances created in this manner.
- freeThread(T...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sequential synchronous stream that runs on a free thread (commonFreeThread executor by default, shared
across any instances created in this manner.
- from(FeatureToggle<F>, F) - Static method in interface com.aol.cyclops.control.FeatureToggle
-
- from(CompletableFuture<U>) - Method in class com.aol.cyclops.control.LazyReact
-
Construct a LazyFutureStream containing a single Future
- from(CompletableFuture<U>...) - Method in class com.aol.cyclops.control.LazyReact
-
Construct a LazyFutureStream from an array of CompletableFutures
- from(Iterator<U>) - Method in class com.aol.cyclops.control.LazyReact
-
Start a reactive flow from a JDK Iterator
- from(Collection<R>) - Method in class com.aol.cyclops.control.LazyReact
-
Start a reactive flow from a Collection using an Iterator
- from(IntStream) - Method in class com.aol.cyclops.control.LazyReact
-
Start a reactive dataflow from a stream.
- from(DoubleStream) - Method in class com.aol.cyclops.control.LazyReact
-
Start a reactive dataflow from a stream.
- from(LongStream) - Method in class com.aol.cyclops.control.LazyReact
-
Start a reactive dataflow from a stream.
- from(Stream<U>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow from a stream.
- from(Collection<R>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive flow from a Collection using an Iterator
- from(Iterator<U>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive flow from a JDK Iterator
- from(IntStream) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow from a stream.
- from(DoubleStream) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow from a stream.
- from(LongStream) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow from a stream.
- from(CompletableFuture<U>) - Method in class com.aol.cyclops.control.SimpleReact
-
- from(CompletableFuture<U>...) - Method in class com.aol.cyclops.control.SimpleReact
-
Construct a simpleReactStream from an Array of CompletableFutures
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Conctruct an Extended Collection from a standard Collection
- from(Collection<T1>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- from(Map<K, V>) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- from(Map<K, V>) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- fromAdapter(Adapter<U>) - Method in class com.aol.cyclops.control.LazyReact
-
Generate a LazyFutureStream from the data flowing into the prodiced Adapter
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Construct an ListT from an AnyM that contains a monad type that contains type other than List
The values in the underlying monad will be mapped to List
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Construct an OptionalT from an AnyM that contains a monad type that contains type other than Optional
The values in the underlying monad will be mapped to Optional
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Construct an CompletableFutureT from an AnyM that contains a monad type that contains type other than CompletableFuture
The values in the underlying monad will be mapped to CompletableFuture
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Construct an EvalT from an AnyM that contains a monad.
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Construct an FutureWT from an AnyM that contains a monad type that contains type other than FutureW
The values in the underlying monad will be mapped to FutureW
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Construct an ListT from an AnyM that contains a monad type that contains type other than List
The values in the underlying monad will be mapped to List
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Construct an OptionalT from an AnyM that contains a monad type that contains type other than Optional
The values in the underlying monad will be mapped to Optional
- fromAnyM(AnyMSeq<Function<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Construct an SetT from an AnyM that contains a monad type that contains type other than Set
The values in the underlying monad will be mapped to Set
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Construct an StreamableT from an AnyM that contains a monad type that contains type other than Streamable
The values in the underlying monad will be mapped to Streamable
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Construct an StreamT from an AnyM that contains a monad type that contains type other than Stream
The values in the underlying monad will be mapped to Stream
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Construct an TryT from an AnyM that contains a monad type that contains type other than Try
The values in the underlying monad will be mapped to Try
- fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Construct an XorT from an AnyM that contains a monad type that contains
type other than Xor The values in the underlying monad will be mapped
to Xor
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Construct an SetT from an AnyM that contains a monad type that contains type other than Set
The values in the underlying monad will be mapped to Set
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Construct an StreamableT from an AnyM that contains a monad type that contains type other than Streamable
The values in the underlying monad will be mapped to Streamable
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
Construct an StreamT from an AnyM that contains a monad type that contains type other than Stream
The values in the underlying monad will be mapped to Stream
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Construct an TryT from an AnyM that contains a monad type that contains type other than Try
The values in the underlying monad will be mapped to Try
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Construct an CompletableFutureT from an AnyM that contains a monad type that contains type other than CompletableFuture
The values in the underlying monad will be mapped to CompletableFuture
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Construct an CompletableFutureT from an AnyM that contains a monad type that contains type other than CompletableFuture
The values in the underlying monad will be mapped to CompletableFuture
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Construct an ListT from an AnyM that contains a monad type that contains type other than List
The values in the underlying monad will be mapped to List
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Construct an OptionalT from an AnyM that contains a monad type that contains type other than Optional
The values in the underlying monad will be mapped to Optional
- fromAnyM(AnyMValue<Function<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Construct an MaybeT from an AnyM that contains a monad type that contains
type other than Maybe The values in the underlying monad will be mapped
to Maybe
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Construct an SetT from an AnyM that contains a monad type that contains type other than Set
The values in the underlying monad will be mapped to Set
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Construct an StreamableT from an AnyM that contains a monad type that contains type other than Streamable
The values in the underlying monad will be mapped to Streamable
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Construct an StreamT from an AnyM that contains a monad type that contains type other than Stream
The values in the underlying monad will be mapped to Stream
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Construct an TryT from an AnyM that contains a monad type that contains type other than Try
The values in the underlying monad will be mapped to Try
- fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Construct an XorT from an AnyM that contains a monad type that contains
type other than Xor The values in the underlying monad will be mapped
to Xor
- fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Construct an XorT from an AnyM that contains a monad type that contains
type other than Xor The values in the underlying monad will be mapped
to Xor
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromArray(T...) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM wrapping a Stream of the supplied data
- fromBiFunction(T, BiFunction<T, T, T>) - Static method in interface com.aol.cyclops.Monoid
-
Construct a Monoid from the supplied identity element and combining function
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Create a CollectionX from the supplied Collection
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
List<String> list = PStacks.of(Arrays.asList("a","b","c"));
// or
PStack<String> list = PStacks.of(Arrays.asList("a","b","c"));
- fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Create a PVector from the supplied Colleciton
- fromCompletableFuture(CompletableFuture<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps a CompletableFuture
- fromCompletableFutureTSeq(CompletableFutureTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
- fromCompletableFutureTValue(CompletableFutureTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
- fromConsumer3(Consumer4<S1, S2, S3, S4>) - Static method in interface com.aol.cyclops.util.function.QuadConsumer
-
Create a cyclops-react QuadConsumer from a jOOλ Consumer4
- fromConsumer3(Consumer5<S1, S2, S3, S4, S5>) - Static method in interface com.aol.cyclops.util.function.QuintConsumer
-
Create a cyclops-react QuintConsumer from a jOOλ Consumer5
- fromConsumer3(Consumer3<S1, S2, S3>) - Static method in interface com.aol.cyclops.util.function.TriConsumer
-
Create a cyclops-react TriConsumer from a jOOλ Consumer3
- fromDoubleStream(DoubleStream) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an DoubleStream
- fromDoubleStream(DoubleStream) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from a Stream
- fromDoubleStream(DoubleStream) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a Sequence from a Stream
- fromEval(Eval<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an Eval
- fromEval(Eval<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
Construct a Maybe from the supplied Eval
- fromEvalNullable(Eval<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
- fromEvalOf(Eval<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
Deprecated.
- fromEvalOptional(Eval<Optional<T>>) - Static method in interface com.aol.cyclops.control.Maybe
-
- fromEvalTSeq(EvalTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an EvalTransformer
EvalTSeq
- fromEvalTValue(EvalTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an EvalTransformer
EvalTValue
- fromExternal(Supplier<T>, Consumer<T>) - Static method in class com.aol.cyclops.data.Mutable
-
Construct a Mutable that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(BooleanSupplier, Consumer<Boolean>) - Static method in class com.aol.cyclops.data.MutableBoolean
-
Construct a MutableBoolean that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(Supplier<Byte>, Consumer<Byte>) - Static method in class com.aol.cyclops.data.MutableByte
-
Construct a MutableByte that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(Supplier<Character>, Consumer<Character>) - Static method in class com.aol.cyclops.data.MutableChar
-
Construct a MutableChar that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(DoubleSupplier, DoubleConsumer) - Static method in class com.aol.cyclops.data.MutableDouble
-
Construct a MutableDouble that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(Supplier<Float>, Consumer<Float>) - Static method in class com.aol.cyclops.data.MutableFloat
-
Construct a MutableFloat that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(IntSupplier, IntConsumer) - Static method in class com.aol.cyclops.data.MutableInt
-
Construct a MutableInt that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(LongSupplier, LongConsumer) - Static method in class com.aol.cyclops.data.MutableLong
-
Construct a MutableLong that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromExternal(Supplier<Short>, Consumer<Short>) - Static method in class com.aol.cyclops.data.MutableShort
-
Construct a MutableShort that gets and sets an external value using the provided Supplier and Consumer
e.g.
- fromFeatureToggle(FeatureToggle<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an FeatureToggle
- fromFuture(CompletableFuture<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromFuture(CompletableFuture<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromFuture(CompletableFuture<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromFuture(CompletableFuture<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromFuture(CompletableFuture<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromFuture(CompletableFuture<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromFuture(CompletableFuture<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromFuture(CompletableFuture<Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromFuture(CompletableFuture<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromFuture(CompletableFuture<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromFuture(CompletableFuture<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromFuture(CompletableFuture<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromFutureW(FutureW<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps a FutureW
- fromFutureWTSeq(FutureWTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an FutureWTransformer
FutureWTSeq
- fromFutureWTValue(FutureWTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an FutureWTransformer
FutureWTSeq
- fromIntStream(IntStream) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an IntStream
- fromIntStream(IntStream) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from a Stream
- fromIntStream(IntStream) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a Sequence from a Stream
- fromIor(Ior<?, T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an Ior
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an Iterable
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Eval
-
Create an Eval instance from an Iterable
- fromIterable(Iterable<T>, Executor) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a FutureW asyncrhonously that contains a single value extracted from the supplied Iterable
- fromIterable(Iterable<T>) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a FutureW syncrhonously that contains a single value extracted from the supplied Iterable
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Ior
-
Construct an Ior that contains a single value extracted from the supplied Iterable
- fromIterable(Iterable<U>) - Method in class com.aol.cyclops.control.LazyReact
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
Construct a Maybe that contains a single value extracted from the supplied Iterable
- fromIterable(Iterable<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromIterable(Iterable<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromIterable(Iterable<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromIterable(Iterable<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromIterable(Iterable<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromIterable(Iterable<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromIterable(Iterable<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromIterable(Iterable<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromIterable(Iterable<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromIterable(Iterable<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromIterable(Iterable<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromIterable(Iterable<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from an Iterable
- fromIterable(Iterable<U>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive flow from a JDK Iterator
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
(Lazily) Construct a Streamable from an Iterable.
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Try
-
Construct a Try that contains a single value extracted from the supplied Iterable
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Xor
-
Construct a Primary Xor from the supplied Iterable
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Construct a DequeX from an Iterable
- fromIterable(Collector<T, ?, Deque<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Construct a Deque from the provided Collector and Iterable.
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- fromIterable(Collector<T, ?, List<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- fromIterable(Collector<T, ?, Queue<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- fromIterable(Collector<T, ?, Set<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- fromIterable(Collector<T, ?, SortedSet<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- fromIterableAsync(Iterable<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
- fromIterableAsync(Iterable<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow with a list of one-off-suppliers
- fromIterableValue(Iterable<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Use this method to create an AnyMValue from an Iterable.
- fromIterableValue(Iterable<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromIterableValue(Iterable<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromIterableValue(Iterable<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromIterableValue(Iterable<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromIterableValue(Iterable<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromIterableValue(Iterable<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromIterableValue(Iterable<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromIterableValue(Iterable<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromIterablOptionalue(Iterable<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromIterablTryue(Iterable<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromIterablXorue(Iterable<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromIterator(Iterator<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from an Iterator
- fromIterator(Iterator<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
- fromIterator(Iterator) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
- fromIterator(Iterator) - Method in interface com.aol.cyclops.types.extensability.ValueComprehender
-
- fromIteratorAsync(Iterator<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
- fromIteratorAsync(Iterator<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow with a list of one-off-suppliers
- fromList(List<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM from a List
This AnyM will convert the List to a Stream under the covers, but will rematerialize the Stream as List
if wrap() is called
- fromList(List<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from a List (prefer this method if the source is a
list, as it allows more efficient Stream reversal).
- fromList(List<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
- fromListCompletableFuture(List<CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- fromListT(ListT<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an ListTransformer
ListTSeq
- fromLongStream(LongStream) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an LongStream
- fromLongStream(LongStream) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from a Stream
- fromLongStream(LongStream) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a Sequence from a Stream
- fromMap(Map<? extends K, ? extends V>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- fromMap(Map<? extends K, ? extends V>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Wrap a Map in a MapX
- fromMap(Collector<Tuple2<? extends K, ? extends V>, ?, Map<K, V>>, Map<? extends K, ? extends V>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Wrap a map in a MapX, also supplying a Collector for use in operations
- fromMaybe(Maybe<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps a
Maybe
- fromMaybeTSeq(MaybeTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an MaybeTransformer
MaybeTSeq
- fromMaybeTValue(MaybeTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an MaybeTransformer
MaybeTValue
- fromMonoid(Monoid<T>, Function<?, ? extends T>) - Static method in interface com.aol.cyclops.Reducer
-
- fromObject(Object) - Static method in interface com.aol.cyclops.control.Streamable
-
- fromOptional(Optional<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an Optional
- fromOptional(Optional<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
Construct an equivalent Maybe from the Supplied Optional
- fromOptional(Optional<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromOptional(Optional<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromOptional(Optional<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromOptional(Optional<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromOptional(Optional<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromOptional(Optional<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromOptional(Optional<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromOptional(Optional<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromOptional(Optional<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromOptional(Optional<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromOptional(Optional<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromOptional(Optional<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromOptionalDouble(OptionalDouble) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an OptionalDouble
- fromOptionalInt(OptionalInt) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an OptionalInt
- fromOptionalLong(OptionalLong) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps an OptionalLong
- fromOptionalTSeq(OptionalTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an OptionalTransformer
OptionalTSeq
- fromOptionalTValue(OptionalTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an OptionalTransformer
OptionalTValue
- fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Construct an AnyM that wraps a reactive-streams Publisher.
- fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Eval
-
Create an Eval instance from a reactive-streams publisher
- fromPublisher(Publisher<T>, Executor) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a FutureW asyncrhonously that contains a single value extracted from the supplied reactive-streams Publisher
- fromPublisher(Publisher<T>) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a FutureW syncrhonously that contains a single value extracted from the supplied reactive-streams Publisher
- fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Ior
-
Construct an Ior that contains a single value extracted from the supplied reactive-streams Publisher
- fromPublisher(Publisher<? extends T>) - Method in class com.aol.cyclops.control.LazyReact
-
Construct a LazyFutureStream from an Publisher
- fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
Construct a Maybe that contains a single value extracted from the supplied reactive-streams Publisher
- fromPublisher(Publisher<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromPublisher(Publisher<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromPublisher(Publisher<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromPublisher(Publisher<List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromPublisher(Publisher<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromPublisher(Publisher<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromPublisher(Publisher<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromPublisher(Publisher<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromPublisher(Publisher<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromPublisher(Publisher<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromPublisher(Publisher<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromPublisher(Publisher<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from an Publisher
- fromPublisher(Publisher<? extends T>) - Method in class com.aol.cyclops.control.SimpleReact
-
Construct a SimpleReactStream from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a LazyFutureStream from an Publisher
- fromPublisher(Publisher<T>, Class<X>...) - Static method in interface com.aol.cyclops.control.Try
-
Construct a Try that contains a single value extracted from the supplied reactive-streams Publisher, will catch any Exceptions
of the provided types
- fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Try
-
Construct a Try that contains a single value extracted from the supplied reactive-streams Publisher
- fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Xor
-
Construct a Primary Xor from the supplied publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
Construct a PBagX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
Construct a POrderedSetX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
Construct a PQueueX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
Construct a PSetX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Construct a PStackX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Construct a PVectorX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Construct a DequeX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Construct a ListX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
Construct a QueueX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
Construct a SetX from an Publisher
- fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
Construct a SortedSetX from an Publisher
- fromRange(int, int) - Static method in interface com.aol.cyclops.control.AnyM
-
Construct an AnyM instance that wraps a range from start (inclusive) to end (exclusive) provided
The AnyM will contain a SequenceM over the spefied range
- fromRangeLong(long, long) - Static method in interface com.aol.cyclops.control.AnyM
-
Construct an AnyM instance that wraps a range from start (inclusive) to end (exclusive) provided
The AnyM will contain a SequenceM over the spefied range
- fromSet(Set<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM from a Set
This AnyM will convert the Set to a Stream under the covers, but will rematerialize the Stream as Set
if wrap() is called
- fromSetT(SetT<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an SetTransformer
SetTSeq
- fromSpliterator(Spliterator<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from the Supplied Spliterator
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM instance that wraps a Stream
- fromStream(Stream<U>) - Method in class com.aol.cyclops.control.LazyReact
-
- fromStream(Stream<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromStream(Stream<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromStream(Stream<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromStream(Stream<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromStream(Stream<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromStream(Stream<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromStream(Stream<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromStream(AnyMSeq<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Create a ListT from an AnyM that wraps a monad containing a Stream
- fromStream(AnyMSeq<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Create a SetT from an AnyM that wraps a monad containing a Stream
- fromStream(AnyMSeq<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Create a StreamableT from an AnyM that wraps a monad containing a Stream
- fromStream(AnyM<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Create a SetT from an AnyM that wraps a monad containing a Stream
- fromStream(Stream<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromStream(Stream<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromStream(AnyM<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Create a StreamableT from an AnyM that wraps a monad containing a Stream
- fromStream(Stream<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromStream(Stream<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromStream(AnyMValue<? extends Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Create a ListT from an AnyM that wraps a monad containing a Stream
- fromStream(AnyMValue<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Create a SetT from an AnyM that wraps a monad containing a Stream
- fromStream(AnyMValue<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Create a StreamableT from an AnyM that wraps a monad containing a Stream
- fromStream(Stream<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from a Stream
- fromStream(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow from a stream of CompletableFutures.
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
(Lazily) Construct a Streamable from a Stream.
- fromStream(Stream<T>) - Method in interface com.aol.cyclops.data.async.Adapter
-
- fromStream(Stream<T>) - Method in class com.aol.cyclops.data.async.Queue
-
- fromStream(Stream<T>) - Method in class com.aol.cyclops.data.async.Signal
-
- fromStream(Stream<T>) - Method in class com.aol.cyclops.data.async.Topic
-
- fromStream(Stream<X>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- fromStream(ReactiveSeq<Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
Reduce a Stream to a POrderedSetX,
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Reduce (immutable Collection) a Stream to a PStack, note for efficiency reasons,
the produced PStack is reversed.
- fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Reduce (immutable Collection) a Stream to a PVector
- fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- fromStream(ReactiveSeq<Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Construct a new MapX with the same collector from the supplied Stream
- fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- fromStream(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- fromStream(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- fromStream(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- fromStreamable(ToStream<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Wrap a Streamable inside an AnyM
- fromStreamableT(StreamableT<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an StreamableTransformer
StreamableTSeq
- fromStreamAnyM(AnyM<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Create a ListT from an AnyM that wraps a monad containing a Stream
- fromStreamAsync(Stream<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
- fromStreamAsync(Stream<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow with a list of one-off-suppliers
- fromStreamCompletableFutureReplace(Stream<CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- fromStreamFutures(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
- fromStreamOfFutures(Stream<FastFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- fromStreamOfFutures(Stream<FastFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- fromStreamOfFutures(Stream<CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Construct a SimpleReactStream from provided Stream of CompletableFutures
- fromStreamT(StreamT<T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an StreamTransformer
StreamTSeq
- fromString(String) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a ReactiveSeq from a String
- fromSupplier(Supplier<T>) - Static method in interface com.aol.cyclops.types.Convertable
-
Construct a Convertable from a Supplier
- fromTry(Try<T, ?>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps a Try
- fromTry(Try<T, X>, Executor) - Static method in class com.aol.cyclops.control.FutureW
-
Deprecated.
- fromTry(Try<T, X>) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a FutureW syncrhonously from the Supplied Try
- fromTryTSeq(TryTSeq<T, X>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an TryTransformer
TryTSeq
- fromTryTValue(TryTValue<T, X>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an TryTransformer
TryTValue
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- fromValue(MonadicValue<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- fromXor(Xor<?, T>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue instance that wraps an Xor
- fromXorTSeq(XorTSeq<ST, PT>) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq instance that wraps an XorTransformer
XorTSeq
- fromXorTValue(XorTValue<ST, PT>) - Static method in interface com.aol.cyclops.control.AnyM
-
- function3() - Method in interface com.aol.cyclops.util.function.TriFunction
-
- functionComposition() - Static method in interface com.aol.cyclops.Monoids
-
- functionComposition() - Static method in interface com.aol.cyclops.Semigroups
-
- functor - Variable in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
-
- Functor<T> - Interface in com.aol.cyclops.types
-
An interface that represents a type that can transform a value from one type to another
- FunctorWrapper<T> - Class in com.aol.cyclops.types.mixins
-
Wrapper around a Functor
- FunctorWrapper() - Constructor for class com.aol.cyclops.types.mixins.FunctorWrapper
-
- future(CompletableFuture<T1>) - Static method in class com.aol.cyclops.control.For
-
Add a CompletableFuture as next nested level in the comprehension
- future() - Static method in class com.aol.cyclops.control.FutureW
-
An empty FutureW
- future(CompletableFuture<T1>) - Static method in class com.aol.cyclops.Matchables
-
Create a Pattern Matcher on CompletableFutures, specify success and failure event paths
- future(FutureW<T1>) - Static method in class com.aol.cyclops.Matchables
-
Pattern Match on a FutureW handling success and failure cases differently
- FutureCollectable<T> - Interface in com.aol.cyclops.types.stream.future
-
- futureOperations(Executor) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- futureOperations(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Access asynchronous terminal operations (each returns a Future)
- futureOperations(Executor) - Method in interface com.aol.cyclops.control.Streamable
-
Access asynchronous terminal operations (each returns a Future)
- futureOperations(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
-
- futureOperations() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- futureOperations(Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- FutureOperations<T> - Interface in com.aol.cyclops.types.stream.future
-
- futureOperations(Executor) - Method in interface com.aol.cyclops.types.Traversable
-
Access asynchronous terminal operations (each returns a Future)
- futureStream(K) - Method in class com.aol.cyclops.control.Pipes
-
Create a FutureStream using default Parallelism from the Adapter
identified by the provided key
- futureStream(K, LazyReact) - Method in class com.aol.cyclops.control.Pipes
-
Create a FutureStream using the provided LazyReact futureStream builder
from the Adapter identified by the provided Key
- futureStream(LazyReact) - Method in class com.aol.cyclops.control.StreamSource
-
Create a pushable LazyFutureStream using the supplied ReactPool
- futureStream(Adapter<T>, LazyReact) - Static method in class com.aol.cyclops.control.StreamSource
-
Create a LazyFutureStream.
- futureStream(LazyReact) - Method in interface com.aol.cyclops.data.async.Adapter
-
Generate a LazyFutureStream from the data that is passed to this Adapter using the supplied LazyReact futureStream builder
- futureStream() - Method in interface com.aol.cyclops.data.async.Adapter
-
- futureStream() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- futureStream(LazyReact) - Method in interface com.aol.cyclops.types.stream.ToStream
-
Convert this type to a LazyFutureStream using the provided LazyReact futureStream builder
to configure parallelism / executors and more.
- futureStream(LazyReact) - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
-
Create a pushable LazyFutureStream using the supplied ReactPool
- FutureStreamSynchronousPublisher<T> - Interface in com.aol.cyclops.types.stream.reactive
-
Reactive Streams publisher, that publishes on the calling thread
- FutureW<T> - Class in com.aol.cyclops.control
-
A Wrapper around CompletableFuture that implements cyclops-react interfaces and provides a more standard api
e.g.
- FutureW() - Constructor for class com.aol.cyclops.control.FutureW
-
- FutureWT<A> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad transformer for working with nested Futures
- futureWT(FutureWT<T>) - Static method in class com.aol.cyclops.Matchables
-
- FutureWTSeq<A> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad Transformer for FutureW's nested within Sequential or non-scalar data types (e.g.
- FutureWTValue<A> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Futures nested within Scalar data types (e.g.
- generate(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Generate an infinite Stream by applying the input parameters to this function
repeatedly
- generate(T) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- generate() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- generate(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Generate an infinite Stream by applying the input parameters to this function
repeatedly
- generate(Supplier<U>) - Method in class com.aol.cyclops.control.LazyReact
-
Generate an infinite Stream
- generate(Supplier<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
- generate(Supplier<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
Generate a PBagX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
Generate a POrderedSetX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
Generate a PQueueX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
Generate a PSetX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Generate a PStackX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Generate a PVectorX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Generate a DequeX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Generate a ListX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
Generate a QueueX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
Generate a SetX from the provided Supplier up to the provided limit number of times
- generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
Generate a SortedSetX from the provided Supplier up to the provided limit number of times
- generate() - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Generate an infinite Stream of null values that runs on the current thread
- generate(T) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Generate an infinite Stream of given value that runs on the current thread
- generate(Supplier<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Generate an infinite Stream of value returned from Supplier that runs on the current thread
- generate() - Method in interface com.aol.cyclops.types.Value
-
- generateAsync(Supplier<U>) - Method in class com.aol.cyclops.control.LazyReact
-
Generate an infinite FutureStream executing the provided Supplier continually and asynhcronously
- get() - Method in interface com.aol.cyclops.control.Eval
-
- get() - Method in class com.aol.cyclops.control.Eval.Module.Always
-
- get() - Method in class com.aol.cyclops.control.Eval.Module.Later
-
- get() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- get() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
- get() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- get() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- get() - Method in class com.aol.cyclops.control.FutureW
-
- get() - Method in class com.aol.cyclops.control.Ior.Both
-
- get() - Method in interface com.aol.cyclops.control.Ior
-
- get() - Method in class com.aol.cyclops.control.Ior.Primary
-
- get() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- get() - Method in class com.aol.cyclops.control.Maybe.Just
-
- get() - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- get() - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- get() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- get(K) - Method in class com.aol.cyclops.control.Pipes
-
Get the Adapter identified by the specified key
- get(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Return the elementAt index or Optional.empty
- get(long) - Method in interface com.aol.cyclops.control.Streamable
-
Return the elementAt index or Optional.empty
- get() - Method in interface com.aol.cyclops.control.Trampoline
-
- get() - Method in interface com.aol.cyclops.control.Try.CheckedSupplier
-
- get() - Method in class com.aol.cyclops.control.Try.Failure
-
- get() - Method in interface com.aol.cyclops.control.Try
-
- get() - Method in class com.aol.cyclops.control.Try.Success
-
- get() - Method in interface com.aol.cyclops.control.Xor
-
- get() - Method in class com.aol.cyclops.control.Xor.Primary
-
- get() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- get() - Method in class com.aol.cyclops.data.async.Queue
-
- get() - Method in interface com.aol.cyclops.data.collections.extensions.LazyFluentCollection
-
- get(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- get(int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- get(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- get() - Method in class com.aol.cyclops.data.LazyImmutable
-
- get() - Method in class com.aol.cyclops.data.Mutable
-
- get() - Method in class com.aol.cyclops.data.MutableBoolean
-
- get() - Method in class com.aol.cyclops.data.MutableByte
-
- get() - Method in class com.aol.cyclops.data.MutableChar
-
- get() - Method in class com.aol.cyclops.data.MutableDouble
-
- get() - Method in class com.aol.cyclops.data.MutableFloat
-
- get() - Method in class com.aol.cyclops.data.MutableInt
-
- get() - Method in class com.aol.cyclops.data.MutableLong
-
- get() - Method in class com.aol.cyclops.data.MutableShort
-
- get(long) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Return the elementAt index or Optional.empty
- get() - Method in interface com.aol.cyclops.types.Convertable
-
- get() - Method in class com.aol.cyclops.types.Convertable.SupplierToConvertable
-
- get(long) - Method in interface com.aol.cyclops.types.Foldable
-
Return the elementAt index or Optional.empty
- get(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Gets the element at index, and returns a Tuple containing the element (it
must be present) and a lazy copy of the Sequence for further processing.
- get() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- get() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- get() - Method in class com.aol.cyclops.types.Value.ValueImpl
-
- getAllCompleted() - Method in class com.aol.cyclops.react.Status
-
- getAllResults() - Method in class com.aol.cyclops.react.collectors.lazy.BatchingCollector
-
- getAllResults() - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
-
- getAllResults() - Method in interface com.aol.cyclops.react.collectors.lazy.LazyResultConsumer
-
- getAllResults() - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
-
- getAsBoolean() - Method in class com.aol.cyclops.data.MutableBoolean
-
- getAsByte() - Method in class com.aol.cyclops.data.MutableByte
-
- getAsChar() - Method in class com.aol.cyclops.data.MutableChar
-
- getAsDouble() - Method in class com.aol.cyclops.data.MutableDouble
-
- getAsFloat() - Method in class com.aol.cyclops.data.MutableFloat
-
- getAsInt() - Method in class com.aol.cyclops.data.MutableInt
-
- getAsLong() - Method in class com.aol.cyclops.data.MutableLong
-
- getAsShort() - Method in class com.aol.cyclops.data.MutableShort
-
- getAtIndex(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Get the element at the specified index (if it exists)
- getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- getCompleted() - Method in class com.aol.cyclops.react.Status
-
- getCronExpression() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getDayOfWeekNumber(String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getElapsedMillis() - Method in class com.aol.cyclops.react.Status
-
- getElapsedNanos() - Method in class com.aol.cyclops.react.Status
-
- getElapsedNanoseconds() - Method in class com.aol.cyclops.util.SimpleTimer
-
- getErrorHandler() - Method in interface com.aol.cyclops.types.futurestream.BlockingStream
-
- getErrorHandler() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
-
- getErrorHandler() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- getErrors() - Method in class com.aol.cyclops.react.Status
-
- getExec() - Method in interface com.aol.cyclops.types.futurestream.HasExec
-
- getExec() - Method in interface com.aol.cyclops.types.stream.HasExec
-
- getExpressionSetSummary(Set<Integer>) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getExpressionSummary() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getFilterable() - Method in interface com.aol.cyclops.types.mixins.WrappingFilterable
-
Deprecated.
- getFinalFireTime() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match.
- getFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- getFunctor() - Method in class com.aol.cyclops.types.mixins.FunctorWrapper
-
- getFunctor() - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
-
Override this method if you are using this class to wrap a Functor that does not
implement this interface natively.
- getInput() - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
-
- getInput() - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
-
- getInstance() - Method in interface com.aol.cyclops.types.mixins.TupleWrapper
-
Deprecated.
- getLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- getLastActive() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- getLastActive() - Method in interface com.aol.cyclops.types.futurestream.BlockingStream
-
- getLastActive() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- getLastActive() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- getLastActive() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- getLastActive() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- getLastActive() - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
- getLastDayOfMonth(int, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getLazyCollector() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- getLazyExecutor() - Static method in class com.aol.cyclops.react.ThreadPools
-
- getMatchable() - Method in class com.aol.cyclops.control.Matchable.AsMatchable.CoercedMatchable
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MatchableObject
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MatchSelf
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple1
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
- getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MXor
-
- getMaxActive() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- getMonthNumber(String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getNextInvalidTimeAfter(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNumericValue(String, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getOrDefault(Object, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- getOrDefault(Object, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- getPopulator() - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- getQueueFactory() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- getQueueFactory() - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- getQueueFactory() - Method in interface com.aol.cyclops.types.futurestream.ToQueue
-
- getResults() - Method in class com.aol.cyclops.react.collectors.lazy.BatchingCollector
-
- getResults() - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
-
- getResults() - Method in interface com.aol.cyclops.react.collectors.lazy.LazyResultConsumer
-
- getResults() - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
-
- getResultsSoFar() - Method in class com.aol.cyclops.react.Status
-
- getRetrier() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
-
- getSafe(FastFuture, Optional<Consumer<Throwable>>) - Static method in class com.aol.cyclops.types.futurestream.BlockingStreamHelper
-
- getSequential() - Static method in class com.aol.cyclops.react.ThreadPools
-
- getSequentialRetry() - Static method in class com.aol.cyclops.react.ThreadPools
-
- getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
-
- getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- getSizeSignal(int) - Method in class com.aol.cyclops.data.async.Topic
-
- getStandard() - Static method in class com.aol.cyclops.react.ThreadPools
-
- getStandardRetry() - Static method in class com.aol.cyclops.react.ThreadPools
-
- getStream() - Method in interface com.aol.cyclops.types.futurestream.HasFutureStream
-
- getStream() - Method in interface com.aol.cyclops.types.stream.HasStream
-
- getStream() - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
-
- getStreamable() - Method in interface com.aol.cyclops.types.stream.ToStream
-
- getSubscription() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- getSubscription() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- getSubscription() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- getSubscription() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- getSubscription() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- getTargetClass() - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
- getTaskExecutor() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- getTaskExecutor() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
-
- getTimeAfter(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- getTimeBefore(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time
that the CronExpression
matches.
- getTimeZone() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Returns the time zone for which this CronExpression
will be resolved.
- getTotal() - Method in class com.aol.cyclops.react.Status
-
- getValue() - Method in exception com.aol.cyclops.react.SimpleReactFailedStageException
-
- getValue(int, String, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- greaterThan(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
- greaterThanOrEquals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
- group(Function<Supplier<U>, Supplier<C>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Batch elements into a Stream of collections with user defined function
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Use classifier function to group elements in this Sequence into a Map
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.Streamable
-
Use classifier function to group elements in this Sequence into a Map
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Use classifier function to group elements in this Sequence into a Map
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.Foldable
-
Use classifier function to group elements in this Sequence into a Map
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asyncrhonous groupBy operation
- groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asyncrhonous groupBy operation
- groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asyncrhonous groupBy operation
- groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy groupBy operation
- groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy groupBy operation
- groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy groupBy operation
- groupBy(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asyncrhonous groupBy operation
- groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asyncrhonous groupBy operation
- groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asyncrhonous groupBy operation
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- grouped(Function<? super A, ? extends K>, Collector<? super A, T, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- grouped(Function<? super A, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- grouped(Function<? super A, ? extends K>, Collector<? super A, T, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- grouped(Function<? super A, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- grouped(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Group elements in a Stream
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Batch elements in a Stream by size into a collection created by the
supplied factory
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.Streamable
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.Streamable
-
- grouped(int) - Method in interface com.aol.cyclops.control.Streamable
-
Group elements in a Stream
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
-
Batch elements in a Stream by size into a collection created by the supplied factory
- grouped(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group elements in a Stream by size
- grouped(Stream<T>, int, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Deprecated.
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- grouped(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Batch the elements in this stream into Collections of specified size The
type of Collection is determined by the specified supplier
- grouped(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- grouped(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Group elements in a Stream
- grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.types.Traversable
-
Batch elements in a Stream by size into a collection created by the
supplied factory
- grouped(int) - Method in interface com.aol.cyclops.types.Traversable
-
Group elements in a Stream
- grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.Traversable
-
Group this Traversable by the provided classifying function and collected by the provided Collector
- grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.Traversable
-
Group this Traversable by the provided classifying function and collected by the provided Collector
- groupedBySizeAndTime(int, long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Batch elements by size into a List
- groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Batch elements by size into a collection created by the supplied factory
- groupedBySizeAndTime(int, long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
-
Batch elements by size into a List
- groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
-
Batch elements by size into a collection created by the supplied factory
- groupedBySizeAndTime(Stream<T>, int, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group a Stream by size and time constraints
- groupedBySizeAndTime(Stream<T>, int, long, TimeUnit, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group a Stream by size and time constraints
- groupedBySizeAndTime(int, long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedByTime(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Batch elements in a Stream by time period
- groupedByTime(long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Batch elements by time into a collection created by the supplied factory
- groupedByTime(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
-
Batch elements in a Stream by time period
- groupedByTime(long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
-
Batch elements by time into a collection created by the supplied factory
- groupedByTime(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
-
- groupedByTime(Stream<T>, long, TimeUnit, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- groupedByTime(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Organise elements in a Stream into a Collections based on the time period
they pass through this stage
- groupedByTime(long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Organise elements in a Stream into a Collections based on the time period
they pass through this stage
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- groupedStatefullyUntil(BiPredicate<ListX<? super A>, ? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super A>, ? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create ReactiveSeq of ListX where
each ListX is populated while the supplied bipredicate holds.
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- groupedStatefullyUntil(Stream<T>, BiPredicate<ListX<? super T>, ? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group data in a Stream using knowledge of the current batch and the next entry to determing grouping limits
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- groupedStatefullyUntil(BiPredicate<ListX<? super U>, ? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Create Travesable of Lists where
each List is populated while the supplied bipredicate holds.
- groupedStatefullyUntilT(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.types.TransformerTraversable
-
List Transformer view into batched Lists where
each List is populated while the supplied bipredicate holds.
- groupedT(int) - Method in interface com.aol.cyclops.types.TransformerTraversable
-
Group the elements in this Traversable into batches of the provided size.
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- groupedUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- groupedUntil(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- groupedUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- groupedUntil(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a ReactiveSeq batched by List, where each batch is populated until
the predicate holds
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a ReactiveSeq batched by a Collection, where each batch is populated
until the predicate holds
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
Create a Streamable batched by List, where each batch is populated until the predicate holds
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
-
Create a Streamable batched by a Collection, where each batch is populated until the predicate holds
- groupedUntil(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group a Stream until the supplied predicate holds
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- groupedUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedUntil(Predicate<? super U>, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Create a Traversable batched by List, where each batch is populated until
the predicate holds
- groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.Traversable
-
Create a ReactiveSeq batched by a Collection, where each batch is populated
until the predicate holds
- groupedUntilT(Predicate<? super T>) - Method in interface com.aol.cyclops.types.TransformerTraversable
-
Create a Traversable batched by List, where each batch is populated until
the predicate holds.
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- groupedWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- groupedWhile(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- groupedWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- groupedWhile(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a ReactiveSeq batched by List, where each batch is populated while
the predicate holds
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a ReactiveSeq batched by a Collection, where each batch is populated
while the predicate holds
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
Create a Streamable batched by List, where each batch is populated while the predicate holds
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
-
Create a Streamable batched by a Collection, where each batch is populated while the predicate holds
- groupedWhile(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group a Stream while the supplied predicate holds
- groupedWhile(Stream<T>, Predicate<? super T>, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Group a Stream while the supplied predicate holds
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- groupedWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedWhile(Predicate<? super U>, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Create a Traversable batched by List, where each batch is populated while
the predicate holds
- groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.Traversable
-
Create a SequenceM batched by a Collection, where each batch is populated
while the predicate holds
- groupedWhileT(Predicate<? super T>) - Method in interface com.aol.cyclops.types.TransformerTraversable
-
Create a Traversable batched by List, where each batch is populated while
the predicate holds.
- l1(Function<T1, R>) - Static method in class com.aol.cyclops.util.function.Lambda
-
e.g.
- l2(Function<T1, Function<T2, R>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 2
e.g.
- l3(Function<T1, Function<T2, Function<T3, R>>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 3
e.g.
- l4(Function<T1, Function<T2, Function<T3, Function<T4, R>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 4
e.g.
- l5(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, R>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 5
e.g.
- l6(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, R>>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 6
e.g.
- l7(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, Function<T7, R>>>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 7
e.g.
- l8(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, Function<T7, Function<T8, R>>>>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
-
Create a curried function with arity of 8
e.g.
- Lambda - Class in com.aol.cyclops.util.function
-
Lambda type inferencing helper / curried function creation helper
- Lambda() - Constructor for class com.aol.cyclops.util.function.Lambda
-
- last() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- lastActiveArray(EagerStreamWrapper) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- lastdayOffset - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- lastdayOfMonth - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- lastdayOfWeek - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- lastNonEmpty(C) - Static method in interface com.aol.cyclops.Monoids
-
- lastNonEmpty() - Static method in interface com.aol.cyclops.Semigroups
-
- lastPresentMaybe() - Static method in interface com.aol.cyclops.Monoids
-
- lastPresentMaybe() - Static method in interface com.aol.cyclops.Semigroups
-
- lastPresentOptional() - Static method in interface com.aol.cyclops.Monoids
-
- lastPresentOptional() - Static method in interface com.aol.cyclops.Semigroups
-
- lastPrimaryIor(ST) - Static method in interface com.aol.cyclops.Monoids
-
- lastPrimaryIor() - Static method in interface com.aol.cyclops.Semigroups
-
- lastPrimaryXor(ST) - Static method in interface com.aol.cyclops.Monoids
-
- lastPrimaryXor() - Static method in interface com.aol.cyclops.Semigroups
-
- lastSecondaryIor(PT) - Static method in interface com.aol.cyclops.Monoids
-
- lastSecondaryIor() - Static method in interface com.aol.cyclops.Semigroups
-
- lastSecondaryXor(PT) - Static method in interface com.aol.cyclops.Monoids
-
- lastSecondaryXor() - Static method in interface com.aol.cyclops.Semigroups
-
- lastTryFailure(T) - Static method in interface com.aol.cyclops.Monoids
-
- lastTryFailure() - Static method in interface com.aol.cyclops.Semigroups
-
- lastTrySuccess(X) - Static method in interface com.aol.cyclops.Monoids
-
- lastTrySuccess() - Static method in interface com.aol.cyclops.Semigroups
-
- lastValue() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
- lastValue() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- lastValue() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- later(Supplier<T>) - Static method in interface com.aol.cyclops.control.Eval
-
Lazily create an Eval from the specified Supplier.
- Lazy() - Constructor for class com.aol.cyclops.control.Maybe.Lazy
-
- LazyCollectable<T> - Interface in com.aol.cyclops.types.stream.lazy
-
- LazyFluentCollection<T,C extends java.util.Collection<T>> - Interface in com.aol.cyclops.data.collections.extensions
-
- LazyFutureStream<U> - Interface in com.aol.cyclops.types.futurestream
-
Lazy Stream Factory methods
- lazyFutureStream(CompletableFuture<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked
, in which it will switch to the common 'free' thread executor)
Subsequent tasks will be executed synchronously unless the async() operator is invoked.
- lazyFutureStream(CompletableFuture<T>...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a 'free threaded' asynchronous stream that runs on a single thread (not current)
The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator
is invoked.
- lazyFutureStream(Stream<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Wrap a Stream into a FutureStream that runs on the current thread
- lazyFutureStream(Iterator<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Wrap an Iterator into a FutureStream that runs on the current thread
- lazyFutureStreamFrom(Stream<CompletableFuture<T>>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked
, in which it will switch to the common 'free' thread executor)
Subsequent tasks will be executed synchronously unless the async() operator is invoked.
- lazyFutureStreamFromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Wrap an Iterable into a FutureStream that runs on the current thread
- LazyFutureStreamFunctions - Class in com.aol.cyclops.types.futurestream
-
- LazyFutureStreamFunctions() - Constructor for class com.aol.cyclops.types.futurestream.LazyFutureStreamFunctions
-
- LazyImmutable<T> - Class in com.aol.cyclops.data
-
A class that represents an 'immutable' value that is generated inside a lambda
expression, but is accessible outside it
It will only allow it's value to be set once.
- LazyImmutable() - Constructor for class com.aol.cyclops.data.LazyImmutable
-
- lazyOperations() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- LazyOperations<T> - Class in com.aol.cyclops.types.stream.lazy
-
- LazyOperations() - Constructor for class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- lazyOperations() - Method in interface com.aol.cyclops.types.Traversable
-
Access a set of Lazy terminal operations (each returns an Eval)
- LazyReact - Class in com.aol.cyclops.control
-
Builder class for LazyFutureStreams
Confgure
Executors
Parallelism / concurrent tasks
Caching
Object pooling
- LazyReact() - Constructor for class com.aol.cyclops.control.LazyReact
-
Construct a LazyReact builder using standard thread pool.
- LazyReact(Executor) - Constructor for class com.aol.cyclops.control.LazyReact
-
Construct a LazyReact builder with provided Executor
- LazyReact(int, Executor) - Constructor for class com.aol.cyclops.control.LazyReact
-
- LazyReact(int, int) - Constructor for class com.aol.cyclops.control.LazyReact
-
LazyReact builder with a new TaskExecutor with threads determined by threadPoolSize
Max concurrent tasks is determined by concurrency
- LazyReact(Executor, RetryExecutor, Boolean, MaxActive, boolean, boolean, boolean, boolean, Cacheable) - Constructor for class com.aol.cyclops.control.LazyReact
-
- LazyReact(Executor, AsyncRetryExecutor, boolean, MaxActive) - Constructor for class com.aol.cyclops.control.LazyReact
-
- lazyReact - Static variable in class com.aol.cyclops.react.threads.ParallelElasticPools
-
- lazyReact - Static variable in class com.aol.cyclops.react.threads.SequentialElasticPools
-
- LazyResultConsumer<T> - Interface in com.aol.cyclops.react.collectors.lazy
-
Interface that defines the rules for Collecting results from Infinite SimpleReact Streams
- LazySimpleReactStream<U> - Interface in com.aol.cyclops.types.futurestream
-
- LazyStream<U> - Interface in com.aol.cyclops.types.futurestream
-
- LazyToQueue<U> - Interface in com.aol.cyclops.types.futurestream
-
- leftOuterJoin(Stream<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- leftOuterJoin(Seq<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- leftOuterJoin(Iterable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- leftOuterJoin(Streamable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- leftOuterJoin(Streamable<U>, BiPredicate<T, U>) - Method in interface com.aol.cyclops.control.Streamable
-
- leftOuterJoin(Stream<? extends T>, BiPredicate<? super U, ? super T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Left outer join 2 streams into one.
- lessThan(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
- lessThanOrEquals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
- lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
Lift a function into one that accepts and returns an CompletableFutureT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
Lift a function into one that accepts and returns an CompletableFutureT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Lift a function into one that accepts and returns an ListT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<U, R>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Lift a function into one that accepts and returns an OptionalT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Lift a function into one that accepts and returns an CompletableFutureT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Lift a function into one that accepts and returns an EvalT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Lift a function into one that accepts and returns an FutureWT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Lift a function into one that accepts and returns an ListT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<U, R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Lift a function into one that accepts and returns an OptionalT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Lift a function into one that accepts and returns an SetT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Lift a function into one that accepts and returns an StreamableT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Lift a function into one that accepts and returns an StreamT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Lift a function into one that accepts and returns an TryT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Lift a function into one that accepts and returns an XorT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Lift a function into one that accepts and returns an SetT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Lift a function into one that accepts and returns an StreamableT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
Lift a function into one that accepts and returns an StreamT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Lift a function into one that accepts and returns an TryT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Lift a function into one that accepts and returns an CompletableFutureT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Lift a function into one that accepts and returns an CompletableFutureT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Lift a function into one that accepts and returns an ListT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<U, R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Lift a function into one that accepts and returns an OptionalT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Lift a function into one that accepts and returns an MaybeT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Lift a function into one that accepts and returns an SetT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Lift a function into one that accepts and returns an StreamableT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Lift a function into one that accepts and returns an StreamT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Lift a function into one that accepts and returns an TryT
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Lift a function into one that accepts and returns an XorT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Lift a function into one that accepts and returns an XorT This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
Lift a BiFunction into one that accepts and returns CompletableFutureTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
Lift a BiFunction into one that accepts and returns CompletableFutureTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Lift a BiFunction into one that accepts and returns ListTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Lift a BiFunction into one that accepts and returns OptionalTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Lift a BiFunction into one that accepts and returns CompletableFutureTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Lift a BiFunction into one that accepts and returns EvalTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Lift a BiFunction into one that accepts and returns FutureWTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Lift a BiFunction into one that accepts and returns ListTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Lift a BiFunction into one that accepts and returns OptionalTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Lift a BiFunction into one that accepts and returns SetTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Lift a BiFunction into one that accepts and returns StreamableTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Lift a BiFunction into one that accepts and returns TryTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Lift a BiFunction into one that accepts and returns XorTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Lift a BiFunction into one that accepts and returns SetTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Lift a BiFunction into one that accepts and returns StreamableTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Lift a BiFunction into one that accepts and returns TryTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Lift a BiFunction into one that accepts and returns CompletableFutureTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Lift a BiFunction into one that accepts and returns CompletableFutureTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Lift a BiFunction into one that accepts and returns ListTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Lift a BiFunction into one that accepts and returns OptionalTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Lift a BiFunction into one that accepts and returns MaybeTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Lift a BiFunction into one that accepts and returns SetTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Lift a BiFunction into one that accepts and returns StreamableTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Lift a BiFunction into one that accepts and returns TryTs
This allows multiple monad types to add functionality to existing functions and methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Lift a BiFunction into one that accepts and returns XorTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Lift a BiFunction into one that accepts and returns XorTs This allows
multiple monad types to add functionality to existing functions and
methods
e.g.
- liftAndFlatMap(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
A flatMap function that allows flatMapping to a different Monad type
will attempt to lift any non-Monadic values returned into a Monadic form
- liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Convert this TriFunction into one that executes asynchronously and returns a CompleteableFuture with the result
- liftM(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a function so it accepts an AnyM and returns an AnyM (any monad)
- liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- liftM(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a function so it accepts an AnyM and returns an AnyM (any monad)
AnyM view simplifies type related challenges.
- liftM(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a function so it accepts an AnyM and returns an AnyM (any monad)
AnyM view simplifies type related challenges.
- liftM2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a function so it accepts an AnyM wrapped Monad and returns an AnyMwrapped Monad.
- liftM2(Function<U1, Function<U2, R>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a Curried Function into Monadic form
- liftM2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a function so it accepts a Monad and returns a Monad (simplex view of a wrapped Monad)
AnyM view simplifies type related challenges.
- liftM2(Function<U1, Function<U2, R>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a Curried Function into Monadic form
- liftM2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a function so it accepts a Monad and returns a Monad (simplex view of a wrapped Monad)
AnyM view simplifies type related challenges.
- liftM2(Function<U1, Function<U2, R>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a Curried Function into Monadic form
- liftM3(TriFunction<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a TriFunction into Monadic form.
- liftM3(Function<? super U1, Function<? super U2, Function<? super U3, ? extends R>>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a Curried Function into Monadic form
- liftM3(Function3<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a jOOλ Function3 into Monadic form.
- liftM3(Function<? super U1, Function<? super U2, Function<? super U3, ? extends R>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a Curried Function into Monadic form
- liftM3(Function3<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a jOOλ Function3 into Monadic form.
- liftM3(Function<? super U1, Function<? super U2, Function<? super U3, ? extends R>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a Curried Function into Monadic form
- liftM3Cyclops(TriFunction<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a TriFunction into Monadic form.
- liftM3Cyclops(TriFunction<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a TriFunction into Monadic form.
- liftM4(QuadFunction<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a QuadFunction into Monadic form.
- liftM4(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, ? extends R>>>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a Curried Function into Monadic form
- liftM4(Function4<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a jOOλ Function4 into Monadic form.
- liftM4(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, ? extends R>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a Curried Function into Monadic form
- liftM4(Function4<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a jOOλ Function4 into Monadic form.
- liftM4(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, ? extends R>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a Curried Function into Monadic form
- liftM4Cyclops(QuadFunction<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a QuadFunction into Monadic form.
- liftM4Cyclops(QuadFunction<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a QuadFunction into Monadic form.
- liftM5(QuintFunction<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a QuintFunction (5 parameters) into Monadic form
- liftM5(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, Function<? super U5, ? extends R>>>>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Lift a Curried Function (5 levels a->b->c->d->e->fn.apply(a,b,c,d,e) )
into Monadic form
- liftM5(Function5<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a jOOλ Function5 (5 parameters) into Monadic form
- liftM5(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, Function<? super U5, ? extends R>>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a Curried Function (5 levels a->b->c->d->e->fn.apply(a,b,c,d,e) )
into Monadic form
- liftM5(Function5<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a jOOλ Function5 (5 parameters) into Monadic form
- liftM5(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, Function<? super U5, ? extends R>>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a Curried Function (5 levels a->b->c->d->e->fn.apply(a,b,c,d,e) )
into Monadic form
- liftM5Cyclops(QuintFunction<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Lift a QuintFunction (5 parameters) into Monadic form
- liftM5Cyclops(QuintFunction<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Lift a QuintFunction (5 parameters) into Monadic form
- liftObject(Comprehender, Object) - Static method in interface com.aol.cyclops.types.extensability.Comprehender
-
- liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- limit(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertThat(ReactiveSeq.of(4,3,6,7).limit(2).toList(),equalTo(Arrays.asList(4,3));
- limit(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Return all elements until specified time period has elapsed
- limit(long) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).limit(2).toList(),equalTo(Arrays.asList(4,3));
- limit(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
-
Return all elements until specified time period has elapsed
- limit(Stream<U>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- limit(long) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- limit(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- limit(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- limit(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
assertThat(of(1,2,3,4,5).actOnFutures().limit(2).collect(Collectors.toList()).size(),is(2));
- limit(long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Perform a limit operation on the underlying Stream of Futures
In contrast to EagerFutureStream#limit this removes entries basaed on their
start position
- limit(long) - Method in interface com.aol.cyclops.types.Traversable
-
assertThat(ReactiveSeq.of(4,3,6,7).limit(2).toList(),equalTo(Arrays.asList(4,3));
- limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- limitLast(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Limit results to the last x elements in a ReactiveSeq
- limitLast(int) - Method in interface com.aol.cyclops.control.Streamable
-
Limit results to the last x elements in a Streamable
- limitLast(Stream<U>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- limitLast(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- limitLast(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- limitLast(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Limit results to the last x elements in a SequenceM
- limitLast(int) - Method in interface com.aol.cyclops.types.Traversable
-
Limit results to the last x elements in a SequenceM
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- limitUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- limitUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Take elements from the Stream until the predicate returns true, after
which all elements are excluded.
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).limitUntil(i->i==6).toList(),equalTo(Arrays.asList(4,3)));
- limitUntil(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Take elements from a Stream until the predicate holds
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- limitUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Returns a stream limited to all elements for which a predicate evaluates
to false.
- limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Take elements from the Stream until the predicate returns true, after
which all elements are excluded.
- limitUntilClosed(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- limitWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- limitWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Take elements from the Stream while the predicate holds, once the
predicate returns false all subsequent elements are excluded
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).sorted().limitWhile(i->i<6).toList(),equalTo(Arrays.asList(3,4)));
- limitWhile(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Take elements from a stream while the predicates hold
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- limitWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Returns a stream limited to all elements for which a predicate evaluates
to true.
- limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Take elements from the Stream while the predicate holds, once the
predicate returns false all subsequent elements are excluded
- limitWhileClosed(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- limitWhileClosed(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- lines(BufferedReader) - Static method in class com.aol.cyclops.Matchables
-
Pattern match on the contents of a BufferedReader
- lines(URL) - Static method in class com.aol.cyclops.Matchables
-
- lines(File) - Static method in class com.aol.cyclops.Matchables
-
Pattern match on the contents of a File
- list() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- list() - Method in interface com.aol.cyclops.control.Xor
-
- listFromCompletableFuture(Iterable<CompletableFuture<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing CompletableFutures and convert them into a List of AnyMs
e.g.
- listFromEval(Iterable<Eval<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Evals and convert them into a List of AnyMs
e.g.
- listFromFutureW(Iterable<FutureW<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing FutureW and convert them into a List of AnyMs
e.g.
- listFromIor(Iterable<Ior<ST, T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Iors and convert them into a List of AnyMs
e.g.
- listFromIterable(Iterable<Iterable<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Streamables and convert them into a List of AnyMs
e.g.
- listFromIterator(Iterable<Iterator<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Streamables and convert them into a List of AnyMs
e.g.
- listFromMaybe(Iterable<Maybe<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Maybes and convert them into a List of AnyMs
e.g.
- listFromOptional(Iterable<Optional<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Optionals and convert them into a List of AnyMs
e.g.
- listFromStream(Iterable<Stream<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Streams and convert them into a List of AnyMs
e.g.
- listFromStreamable(Iterable<Streamable<T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Streamables and convert them into a List of AnyMs
e.g.
- listFromXor(Iterable<Xor<ST, T>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Take an iterable containing Xors and convert them into a List of AnyMs
e.g.
- listIterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- listIterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- listIterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- listIterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- listOfValues(T...) - Static method in class com.aol.cyclops.Matchables
-
Create a matchable that matches on the provided Objects
- ListT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad Transformer for Java Lists
ListT consists of an AnyM instance that in turns wraps anoter Monad type that contains an List
ListT allows the deeply wrapped List to be manipulating within it's nested /contained context
- listT(ListT<T>) - Static method in class com.aol.cyclops.Matchables
-
- listT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- ListTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad Transformer for Java Lists nested within Sequential or non-scalar data types (e.g.
- ListTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Java Lists nested within Scalar data types (e.g.
- ListX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
-
An eXtended List type, that offers additional eagerly executed functional style operators such as bimap, filter and more
- listXCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- listXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- listXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- ListXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
-
- ListXImpl(List<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- ListXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- localDateDDMMYYYY(LocalDate) - Static method in class com.aol.cyclops.Matchables
-
- localDateMMDDYYYY(LocalDate) - Static method in class com.aol.cyclops.Matchables
-
- localTimeHMS(LocalTime) - Static method in class com.aol.cyclops.Matchables
-
- log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
A BiFunction that logs it's success or error states to the provided Consumers
- log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
A Function that logs it's success or error states to the provided Consumers
- log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
A supplier that logs it's success or error states to the provided Consumers
- log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
A TriFunction that logs it's success or error states to the provided Consumers
- longCount - Static variable in interface com.aol.cyclops.Monoids
-
Combine two Longs by adding one to a (can be used to count Integers in a Collection or Stream)
- longCount - Static variable in interface com.aol.cyclops.Semigroups
-
Combine two Longs by adding one to a (can be used to count Integers in a Collection or Stream)
- longMax - Static variable in interface com.aol.cyclops.Monoids
-
Combine two Longs by selecting the max
- longMax - Static variable in interface com.aol.cyclops.Semigroups
-
Combine two Longs by selecting the max
- longMin - Static variable in interface com.aol.cyclops.Monoids
-
Combine two Longs by selecting the min
- longMin - Static variable in interface com.aol.cyclops.Semigroups
-
Combine two Longs by selecting the min
- longMult - Static variable in interface com.aol.cyclops.Monoids
-
Combine two Longs by multiplying them
- longMult - Static variable in interface com.aol.cyclops.Semigroups
-
Combine two Longs by multiplying them
- LongOperators<T> - Interface in com.aol.cyclops.types.stream.future
-
- LongOperators<T> - Interface in com.aol.cyclops.types.stream.lazy
-
- LongOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.future
-
- LongOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.lazy
-
- longs(ToLongFunction<? super T>, Function<? super LongStream, ? extends LongStream>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Peform intermediate operations on a primitive IntStream (gives improved performance when working with Integers)
If this ReactiveSeq has an OfInt Spliterator it will be converted directly to an IntStream,
otherwise the provided conversion function will be used.
- longSum - Static variable in interface com.aol.cyclops.Monoids
-
Combine two Longs by summing them
- longSum - Static variable in interface com.aol.cyclops.Semigroups
-
Combine two Longs by summing them
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a map operation on the wrapped monad instance e.g.
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Eval.Module.Always
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Eval.Module.Later
-
- map(Function<? super T, ? extends X>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- map(Function<? super R, ? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- map(Function<? super T, ? extends R>, Executor) - Method in class com.aol.cyclops.control.FutureW
-
Asyncrhonous map operation
- map(Function<? super T, R>, Function<Throwable, R>) - Method in class com.aol.cyclops.control.FutureW
-
Map this FutureW differently depending on whether the previous stage
completed successfully or failed
- map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
-
- map(Function<? super PT, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- map(Function<? super A, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
Map the wrapped CompletableFuture
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Map the wrapped Maybe
- map(Function<? super A, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
Map the wrapped CompletableFuture
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Map the wrapped List
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Map the wrapped Maybe
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Map the wrapped Optional
- map(Function<? super R, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Map the wrapped CompletableFuture
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Map the wrapped Eval
- map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Map the wrapped FutureW
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Map the wrapped List
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Map the wrapped Maybe
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Map the wrapped Optional
- map(Function<? super R, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Map the wrapped Maybe
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Map the wrapped Set
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Map the wrapped Streamable
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Map the wrapped Stream
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Map the wrapped Try
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Map the wrapped Xor
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Map the wrapped Set
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Map the wrapped Streamable
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
Map the wrapped Stream
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Map the wrapped Try
- map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Map the wrapped CompletableFuture
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Map the wrapped Maybe
- map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Map the wrapped CompletableFuture
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Map the wrapped List
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Map the wrapped Maybe
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Map the wrapped Optional
- map(Function<? super R, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Map the wrapped Maybe
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Map the wrapped Set
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Map the wrapped Streamable
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Map the wrapped Stream
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
-
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Map the wrapped Try
- map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Map the wrapped Xor
- map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Map the wrapped Xor
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- map(Function<? super R, ? extends R1>) - Method in interface com.aol.cyclops.control.Reader
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Streamable
-
Map the values in the Streamable from one set of values / types to another
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Try.Failure
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Try.Success
-
- map(Function<? super PT, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- map(Function<? super V, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- map(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- map(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- map(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- map(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- map(Function<? super V, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- map(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- map(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- map(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- map(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.data.LazyImmutable
-
Map the value stored in this Immutable Closed Value from one Value to another
If this is an unitiatilised ImmutableClosedValue, an uninitialised closed value will be returned instead
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- map(Function<? super Function<? super T, Function<? super T2, ? extends R>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
-
- map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
-
- map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
-
- map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
-
- map(Function<? super Function<? super T, ? extends R>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
-
- map(Function<? super Function<? super T, ? extends R>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative
-
- map(Function<? super Function<? super T, Function<? super T2, ? extends R>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative2
-
- map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative3
-
- map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative4
-
- map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative5
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.ConvertableFunctor
-
- map(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
Wrapper around map
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.FilterableFunctor
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.Functor
-
Transform this functor using the supplied transformation function
- map(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.IterableFunctor
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
-
- map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
-
- mapBoth(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>) - Method in interface com.aol.cyclops.control.Xor
-
Deprecated.
- mapInput(Function<T1, T>) - Method in class com.aol.cyclops.data.Mutable
-
- mapInput(DoubleUnaryOperator) - Method in class com.aol.cyclops.data.MutableDouble
-
Use the supplied function to perform a lazy map operation when get is called
- mapInput(IntUnaryOperator) - Method in class com.aol.cyclops.data.MutableInt
-
Use the supplied function to perform a lazy map operation when get is called
- mapInput(LongUnaryOperator) - Method in class com.aol.cyclops.data.MutableLong
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Boolean>) - Method in class com.aol.cyclops.data.MutableBoolean
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Byte>) - Method in class com.aol.cyclops.data.MutableByte
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Character>) - Method in class com.aol.cyclops.data.MutableChar
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Double>) - Method in class com.aol.cyclops.data.MutableDouble
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Float>) - Method in class com.aol.cyclops.data.MutableFloat
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Integer>) - Method in class com.aol.cyclops.data.MutableInt
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Long>) - Method in class com.aol.cyclops.data.MutableLong
-
Use the supplied function to perform a lazy map operation when get is called
- mapInputToObj(Function<T1, Short>) - Method in class com.aol.cyclops.data.MutableShort
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutput(Function<T, R>) - Method in class com.aol.cyclops.data.Mutable
-
- mapOutput(DoubleUnaryOperator) - Method in class com.aol.cyclops.data.MutableDouble
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutput(IntUnaryOperator) - Method in class com.aol.cyclops.data.MutableInt
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutput(LongUnaryOperator) - Method in class com.aol.cyclops.data.MutableLong
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Boolean, R>) - Method in class com.aol.cyclops.data.MutableBoolean
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Byte, R>) - Method in class com.aol.cyclops.data.MutableByte
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Character, R>) - Method in class com.aol.cyclops.data.MutableChar
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Double, R>) - Method in class com.aol.cyclops.data.MutableDouble
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Float, R>) - Method in class com.aol.cyclops.data.MutableFloat
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Integer, R>) - Method in class com.aol.cyclops.data.MutableInt
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Long, R>) - Method in class com.aol.cyclops.data.MutableLong
-
Use the supplied function to perform a lazy map operation when get is called
- mapOutputToObj(Function<Short, R>) - Method in class com.aol.cyclops.data.MutableShort
-
Use the supplied function to perform a lazy map operation when get is called
- Mappable - Interface in com.aol.cyclops.types.mixins
-
Interface that represents an Object that can be converted to a map
- mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Attempt to map this Sequence to the same type as the supplied Monoid
(Reducer) Then use Monoid to reduce values
- mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Attempt to map this Monad to the same type as the supplied Monoid, using
supplied function Then use Monoid to reduce values
- mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.control.Streamable
-
Attempt to map this Sequence to the same type as the supplied Monoid (Reducer)
Then use Monoid to reduce values
- mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.control.Streamable
-
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function
Then use Monoid to reduce values
- mapReduce(Stream<T>, Reducer<R>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface)
Then use Monoid to reduce values
- mapReduce(Stream<T>, Function<? super T, ? extends R>, Monoid<R>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function
Then use Monoid to reduce values
- mapReduce(Stream<?>) - Method in interface com.aol.cyclops.Reducer
-
Map a given Stream to required type (via mapToType method), then
reduce using this monoid
Example of multiple reduction using multiple Monoids and PowerTuples
- mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Attempt to map this Sequence to the same type as the supplied Monoid
(Reducer) Then use Monoid to reduce values
- mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Attempt to map this Monad to the same type as the supplied Monoid, using
supplied function Then use Monoid to reduce values
- mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.types.Foldable
-
Attempt to map this Sequence to the same type as the supplied Monoid
(Reducer) Then use Monoid to reduce values
- mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.types.Foldable
-
Attempt to map this Monad to the same type as the supplied Monoid, using
supplied function Then use Monoid to reduce values
- mapReduce(Reducer<E>) - Method in interface com.aol.cyclops.types.Value
-
- mapToDouble(ToDoubleFunction<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- mapToInt(ToIntFunction<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- mapToLong(ToLongFunction<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- mapToType(Stream<?>) - Method in interface com.aol.cyclops.Reducer
-
Map this reducer to the supported Type t.
- MapX<K,V> - Interface in com.aol.cyclops.data.collections.extensions.standard
-
An eXtended Map type, that offers additional eagerly executed functional style operators such as bimap, filter and more
- MapXImpl<K,V> - Class in com.aol.cyclops.data.collections.extensions.standard
-
- MapXImpl(Map<K, V>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- MapXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- MapXs - Class in com.aol.cyclops.data.collections.extensions.standard
-
- MapXs() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- MapXs.Builder<K,V> - Class in com.aol.cyclops.data.collections.extensions.standard
-
- match(T1) - Static method in class com.aol.cyclops.Matchables
-
Match on a single value
- match2(T1, T2) - Static method in class com.aol.cyclops.Matchables
-
Match on a two values
- match3(T1, T2, T3) - Static method in class com.aol.cyclops.Matchables
-
Match on three values
- match4(T1, T2, T3, T4) - Static method in class com.aol.cyclops.Matchables
-
Match on four values
- matchable() - Method in interface com.aol.cyclops.control.AnyM
-
Allows structural matching on the value / seq nature of this AnyM.
- Matchable<TYPE> - Interface in com.aol.cyclops.control
-
Matchable
Gateway to the guard based pattern matching API.
- matchable(T) - Static method in interface com.aol.cyclops.control.Matchable
-
Match on the supplied Object
- matchable(Throwable) - Static method in exception com.aol.cyclops.react.SimpleReactFailedStageException
-
- Matchable.AsMatchable - Class in com.aol.cyclops.control
-
Coerce a type to implement the MatchableObject interface
- Matchable.AsMatchable.CoercedMatchable<T> - Class in com.aol.cyclops.control
-
- Matchable.AutoCloseableMatchableIterable<TYPE> - Class in com.aol.cyclops.control
-
- Matchable.CheckValue1<T,R> - Class in com.aol.cyclops.control
-
- Matchable.CheckValue2<T1,T2,R> - Class in com.aol.cyclops.control
-
Class used to build a pattern matching class against two values
cyclops-react pattern matching uses the is /has methods to denote individual cases.
- Matchable.CheckValue3<T1,T2,T3,R> - Class in com.aol.cyclops.control
-
Class used to build a pattern matching class against three values
cyclops-react pattern matching uses the is /has methods to denote individual cases.
- Matchable.CheckValue4<T1,T2,T3,T4,R> - Class in com.aol.cyclops.control
-
Class used to build a pattern matching class against four values
cyclops-react pattern matching uses the is /has methods to denote individual cases.
- Matchable.CheckValue5<T1,T2,T3,T4,T5,R> - Class in com.aol.cyclops.control
-
Class used to build a pattern matching class against a five values
cyclops-react pattern matching uses the is /has methods to denote individual cases.
- Matchable.CheckValueOpt<T,R> - Class in com.aol.cyclops.control
-
Class used to build a pattern matching class against a single optional value
cyclops-react pattern matching uses the is /has methods to denote individual cases.
- Matchable.CheckValues<T,R> - Class in com.aol.cyclops.control
-
Class used to build a pattern matching class against multiple values
cyclops-react pattern matching uses the is /has methods to denote individual cases.
- Matchable.MatchableIterable<TYPE> - Interface in com.aol.cyclops.control
-
- Matchable.MatchableIterable.MIUtil - Interface in com.aol.cyclops.control
-
- Matchable.MatchableObject<TYPE> - Interface in com.aol.cyclops.control
-
- Matchable.MatchableOptional<T> - Interface in com.aol.cyclops.control
-
- Matchable.MatchSelf<TYPE> - Interface in com.aol.cyclops.control
-
Interface that returns this as the Matchable
- Matchable.MTuple1<T1> - Interface in com.aol.cyclops.control
-
- Matchable.MTuple2<T1,T2> - Interface in com.aol.cyclops.control
-
- Matchable.MTuple3<T1,T2,T3> - Interface in com.aol.cyclops.control
-
- Matchable.MTuple4<T1,T2,T3,T4> - Interface in com.aol.cyclops.control
-
- Matchable.MTuple5<T1,T2,T3,T4,T5> - Interface in com.aol.cyclops.control
-
- Matchable.MXor<T1,T2> - Interface in com.aol.cyclops.control
-
- Matchable.ValueAndOptionalMatcher<T> - Interface in com.aol.cyclops.control
-
- Matchables - Class in com.aol.cyclops
-
This class contains static methods for Structural Pattern matching
- Matchables() - Constructor for class com.aol.cyclops.Matchables
-
- matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
A BiFunction that triggers an event if the result matches the case provided, or generates a new value from the supplier
provided if not
- matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
A Function that triggers an event if the result matches the case provided, or generates a new value from the supplier
provided if not
- matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
A supplier that triggers an event if the result matches the case provided, or generates a new value from the supplier
provided if not
- matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
A TriFunction that triggers an event if the result matches the case provided, or generates a new value from the supplier
provided if not
- matches(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Function<Matchable.CheckValue1<Throwable, R>, Matchable.CheckValue1<Throwable, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
Asychronously pattern match on the value inside this FutureW once it becomes available.
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
-
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
Pattern match on the value/s inside this Ior.
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- matches(Function<Matchable.CheckValues<TYPE, R>, Matchable.CheckValues<TYPE, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
- matches(Function<Matchable.CheckValues<TYPE, R>, Matchable.CheckValues<TYPE, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableObject
-
- matches(Function<Matchable.CheckValueOpt<T, R>, Matchable.CheckValueOpt<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableOptional
-
- matches(Function<Matchable.CheckValue1<T1, R>, Matchable.CheckValue1<T1, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple1
-
- matches(Function<Matchable.CheckValue2<T1, T2, R>, Matchable.CheckValue2<T1, T2, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple2
-
- matches(Function<Matchable.CheckValue3<T1, T2, T3, R>, Matchable.CheckValue3<T1, T2, T3, R>>, Supplier<R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
- matches(Function<Matchable.CheckValue4<T1, T2, T3, T4, R>, Matchable.CheckValue4<T1, T2, T3, T4, R>>, Supplier<R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
- matches(Function<Matchable.CheckValue5<T1, T2, T3, T4, T5, R>, Matchable.CheckValue5<T1, T2, T3, T4, T5, R>>, Supplier<R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
- matches(Function<Matchable.CheckValue1<T1, R>, Matchable.CheckValue1<T1, R>>, Function<Matchable.CheckValue1<T2, R>, Matchable.CheckValue1<T2, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MXor
-
- matches(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Function<Matchable.CheckValue1<X, R>, Matchable.CheckValue1<X, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Try
-
Pattern match on the value/s inside this Try
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
Pattern match on the value/s inside this Xor.
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- matches() - Method in interface com.aol.cyclops.data.async.Adapter
-
- max() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- max(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- max(Comparator<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- max(Stream<T>, Comparator<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- max(Comparator<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- max() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- max() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asyncrhonous min operation
- max() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy min operation
- max(Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asyncrhonous min operation
- max() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- max(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- MAX_YEAR - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- MaxActive - Class in com.aol.cyclops.react.collectors.lazy
-
- MaxActive() - Constructor for class com.aol.cyclops.react.collectors.lazy.MaxActive
-
- maxActive(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Configure the max active concurrent tasks.
- maxAll() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxAll(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxAll(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxAll(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxAllBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxAllBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- maxBy(Function<? super T, ? extends C>) - Method in interface com.aol.cyclops.control.Streamable
-
Extract the maximum as determined by the supplied function
- maxBy(Stream<T>, Function<? super T, ? extends C>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously capture the maximum value in this stream using the provided function
- maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly capture the maximum value in this stream using the provided function
- maxBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously capture the maximum value in this stream using the provided function
- maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- maxComparable(T2) - Static method in interface com.aol.cyclops.Monoids
-
- maxComparable() - Static method in interface com.aol.cyclops.Semigroups
-
- maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
-
Perform an asynchronous max operation
- maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
-
Perform an asynchronous max operation
- maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
-
Perform an asynchronous max operation
- maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
-
Perform an asynchronous max operation
- maxDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
-
Perform an asynchronous max operation
- maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
-
Perform an asynchronous max operation
- maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
-
Perform an asynchronous max operation
- maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
-
Perform an asynchronous max operation
- maxInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
-
Perform an asynchronous max operation
- maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
-
Perform an asynchronous max operation
- maxLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
-
Perform an asynchronous max operation
- maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
-
Perform an asynchronous max operation
- Maybe<T> - Interface in com.aol.cyclops.control
-
Totally lazy more powerful general Option(al) type.
- maybe(Maybe<T>) - Static method in class com.aol.cyclops.Matchables
-
- maybe(Value<T>) - Static method in class com.aol.cyclops.Matchables
-
- Maybe.Just<T> - Class in com.aol.cyclops.control
-
- Maybe.Lazy<T> - Class in com.aol.cyclops.control
-
- Maybe.Nothing<T> - Class in com.aol.cyclops.control
-
- maybeApply(T) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
- MaybeT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad transformer for Maybe
MaybeT consists of an AnyM instance that in turns wraps anoter Monad type
that contains an Maybe
MaybeT allows the deeply wrapped Maybe to be manipulating within it's nested
/contained context
- maybeT(MaybeT<T>) - Static method in class com.aol.cyclops.Matchables
-
- MaybeTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad transformer for Maybe nested within Sequential or non-scalar data types (e.g.
- MaybeTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad transformer for Maybe nested within Scalar data types (e.g.
- median() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- median(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- median() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- median(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- median() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- median(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- median() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- median(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- median() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- median(Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- medianBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
This methods creates a caching version of this BiFunction, caching is implemented via the Cacheable wrapper,
that can be used to wrap any concrete cache implementation
E.g.
- memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
This methods creates a caching version of this BiFunction, caching is implemented via the Cacheable wrapper,
that can be used to wrap any concrete cache implementation
E.g.
- Memoize - Class in com.aol.cyclops.util.function
-
- Memoize() - Constructor for class com.aol.cyclops.util.function.Memoize
-
- memoizeBiFunction(BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a BiFunction into one that caches it's result
- memoizeBiFunction(BiFunction<T1, T2, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a BiFunction into one that caches it's result
- memoizeCallable(Callable<T>, Cacheable<T>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Callable into one that caches it's result
- memoizeCallable(Callable<T>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Callable into one that caches it's result
- memoizeFunction(Function<T, R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Function into one that caches it's result
- memoizeFunction(Function<T, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Function into one that caches it's result
- memoizePredicate(Predicate<T>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Predicate into one that caches it's result
- memoizePredicate(Predicate<T>, Cacheable<Boolean>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Predicate into one that caches it's result
- memoizeQuadFunction(QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a QuadFunction into one that caches it's result
- memoizeQuadFunction(QuadFunction<T1, T2, T3, T4, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a QuadFunction into one that caches it's result
- memoizeRunnable(Runnable) - Static method in class com.aol.cyclops.util.function.Memoize
-
- memoizeSupplier(Supplier<T>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Supplier into one that caches it's result
- memoizeSupplier(Supplier<T>, Cacheable<T>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a Supplier into one that caches it's result
- memoizeTriFunction(TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a TriFunction into one that caches it's result
- memoizeTriFunction(TriFunction<T1, T2, T3, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
-
Convert a TriFunction into one that caches it's result
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- merge(SimpleReactStream<U>...) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- merge(SimpleReactStream, SimpleReactStream) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Merge this reactive dataflow with another - recommended for merging
different types.
- mergeLatest(LazyFutureStream<?>...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Merges this stream and the supplied Streams into a single Stream where the next value
is the next returned across any of the involved Streams.
- mergePublisher(Collection<? extends Publisher<T>>) - Method in interface com.aol.cyclops.types.IterableFunctor
-
A potentially asynchronous merge operation where data from each publisher may arrive out of order (if publishers
are configured to publish asynchronously, users can use the overloaded @see
IterableFunctor.mergePublisher(Collection, QueueFactory)
method to subscribe asynchronously also.
- mergePublisher(Collection<? extends Publisher<T>>, QueueFactory<T>) - Method in interface com.aol.cyclops.types.IterableFunctor
-
A potentially asynchronous merge operation where data from each publisher may arrive out of order (if publishers
are configured to publish asynchronously.
- min() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- min(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- min(Comparator<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- min(Stream<T>, Comparator<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- min(Comparator<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- min() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- min() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Perform an asyncrhonous min operation
- min() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Perform an Lazy min operation
- min(Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Perform an asyncrhonous min operation
- min() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- min(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- minAll() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minAll(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minAll(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minAll(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minAllBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minAllBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- minBy(Function<? super T, ? extends C>) - Method in interface com.aol.cyclops.control.Streamable
-
Extract the minimum as determined by supplied function
- minBy(Stream<T>, Function<? super T, ? extends C>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously capture the minimum value in this stream using the provided function
- minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly capture the minimum value in this stream using the provided function
- minBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously capture the minimum value in this stream using the provided function
- minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- minComparable(T2) - Static method in interface com.aol.cyclops.Monoids
-
- minComparable() - Static method in interface com.aol.cyclops.Semigroups
-
- minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
-
Perform an asynchronous min operation
- minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
-
Perform an asynchronous min operation
- minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
-
Perform an asynchronous min operation
- minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
-
Perform an asynchronous min operation
- minDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
-
Perform an asynchronous min operation
- minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
-
Perform an asynchronous min operation
- minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
-
Perform an asynchronous min operation
- minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
-
Perform an asynchronous min operation
- minInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
-
Perform an asynchronous min operation
- minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
-
Perform an asynchronous min operation
- minLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
-
Perform an asynchronous min operation
- minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
-
Perform an asynchronous min operation
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
-
Remove the specified element from this collection
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
- minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
Remove the element at the supplied index
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- minus() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- minus(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- minus(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- minus(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
-
Remove all the specified elements from this collection
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- MINUTE - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- minutes - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- mkString() - Method in class com.aol.cyclops.control.FutureW
-
- mkString() - Method in class com.aol.cyclops.control.Ior.Both
-
- mkString() - Method in class com.aol.cyclops.control.Ior.Primary
-
- mkString() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- mkString() - Method in class com.aol.cyclops.control.Try.Failure
-
- mkString() - Method in class com.aol.cyclops.control.Xor.Primary
-
- mkString() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- mkString() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- mkString() - Method in interface com.aol.cyclops.types.Value
-
Returns the class name and the name of the subclass, if there is any value, the value is showed between square brackets.
- mode() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- mode() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- mode() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- mode() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- mode() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- modeAll() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- modeAllBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- modeBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- Module() - Constructor for class com.aol.cyclops.control.Eval.Module
-
- MonadicConverter<T> - Interface in com.aol.cyclops.types.extensability
-
- MonadicValue<T> - Interface in com.aol.cyclops.types
-
A type that represents a Monad that wraps a single value
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- Monoid<T> - Interface in com.aol.cyclops
-
An interface that represents a Monoid https://en.wikipedia.org/wiki/Monoid#Monoids_in_computer_science
Also inteded for use with Java 8 Streams (reduce method)
Practically the method signature to reduce matches the Monoid interface
Monoids could regrarded as immutable equivalents to JDK Collectors for Immutable Reduction
- Monoids - Interface in com.aol.cyclops
-
A static class with a large number of Monoids or Combiners with identity elements.
- MONTH - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- monthMap - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- months - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- more(Trampoline<Trampoline<T>>) - Static method in interface com.aol.cyclops.control.Trampoline
-
Create a Trampoline that has more work to do
- MultipleStreamSource<T> - Class in com.aol.cyclops.util.stream.pushable
-
Build Streams that stream data from the topic instance
- MultipleStreamSource(Queue<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
-
- Mutable<T> - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- Mutable() - Constructor for class com.aol.cyclops.data.Mutable
-
- MutableBoolean - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableBoolean() - Constructor for class com.aol.cyclops.data.MutableBoolean
-
- MutableBoolean.BooleanFunction - Interface in com.aol.cyclops.data
-
- MutableByte - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableByte() - Constructor for class com.aol.cyclops.data.MutableByte
-
- MutableByte.ByteFunction - Interface in com.aol.cyclops.data
-
- MutableChar - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableChar() - Constructor for class com.aol.cyclops.data.MutableChar
-
- MutableChar.CharFunction - Interface in com.aol.cyclops.data
-
- mutableCollectionConcat(C) - Static method in interface com.aol.cyclops.Monoids
-
Concatenate mutable collections
To manage javac type inference first assign the Monoid
- mutableCollectionConcat() - Static method in interface com.aol.cyclops.Semigroups
-
Concatenate mutable collections
To manage javac type inference first assign the semigroup
- MutableCollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
-
- mutableDequeConcat() - Static method in interface com.aol.cyclops.Monoids
-
- mutableDequeConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- MutableDouble - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableDouble() - Constructor for class com.aol.cyclops.data.MutableDouble
-
- MutableFloat - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableFloat() - Constructor for class com.aol.cyclops.data.MutableFloat
-
- MutableFloat.FloatFunction - Interface in com.aol.cyclops.data
-
- MutableInt - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableInt() - Constructor for class com.aol.cyclops.data.MutableInt
-
- mutableListConcat() - Static method in interface com.aol.cyclops.Monoids
-
- mutableListConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- MutableLong - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableLong() - Constructor for class com.aol.cyclops.data.MutableLong
-
- mutableQueueConcat() - Static method in interface com.aol.cyclops.Monoids
-
- mutableQueueConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- MutableSequenceX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
-
- mutableSetConcat() - Static method in interface com.aol.cyclops.Monoids
-
- mutableSetConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- MutableShort - Class in com.aol.cyclops.data
-
Class that represents a Closed Variable
In Java 8 because of the effectively final rule references to captured
variables can't be changed.
- MutableShort() - Constructor for class com.aol.cyclops.data.MutableShort
-
- MutableShort.ShortFunction - Interface in com.aol.cyclops.data
-
- mutableSortedSetConcat() - Static method in interface com.aol.cyclops.Monoids
-
- mutableSortedSetConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- mutate(Function<T, T>) - Method in class com.aol.cyclops.data.Mutable
-
- mutate(MutableBoolean.BooleanFunction) - Method in class com.aol.cyclops.data.MutableBoolean
-
- mutate(MutableByte.ByteFunction) - Method in class com.aol.cyclops.data.MutableByte
-
- mutate(MutableChar.CharFunction) - Method in class com.aol.cyclops.data.MutableChar
-
- mutate(DoubleFunction<Double>) - Method in class com.aol.cyclops.data.MutableDouble
-
- mutate(MutableFloat.FloatFunction) - Method in class com.aol.cyclops.data.MutableFloat
-
- mutate(IntFunction<Integer>) - Method in class com.aol.cyclops.data.MutableInt
-
- mutate(LongFunction<Long>) - Method in class com.aol.cyclops.data.MutableLong
-
- mutate(MutableShort.ShortFunction) - Method in class com.aol.cyclops.data.MutableShort
-
- MyFinallyBlock() - Constructor for class com.aol.cyclops.control.Try.MyFinallyBlock
-
- MyInit() - Constructor for class com.aol.cyclops.control.Try.MyInit
-
- MyTryCatch() - Constructor for class com.aol.cyclops.control.Try.MyTryCatch
-
- objectPoolingOff() - Method in class com.aol.cyclops.control.LazyReact
-
Turn objectPooling off for any Streams created by the returned LazyReact builder.
- objectPoolingOn() - Method in class com.aol.cyclops.control.LazyReact
-
Turn objectPooling on for any Streams created by the returned LazyReact builder
This improves performance for Streams with very large numbers of elements, by reusing
Future instances.
- OctFunction<T1,T2,T3,T4,T5,T6,T7,T8,R> - Interface in com.aol.cyclops.util.function
-
- of(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
Create a new disabled switch
- of(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
Create a new enabled switch
- of(Supplier<R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Construct a FluentSupplier from a Supplier
- of(Function<T, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Construct a FluentFunction from a Function
- of(BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a BiFunction to a FluentBiFunction
- of(TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a CheckedTriFunction to a FluentTriFunction
- of(CompletableFuture<T>) - Static method in class com.aol.cyclops.control.FutureW
-
Create a FutureW instance from the supplied CompletableFuture
- of(U...) - Method in class com.aol.cyclops.control.LazyReact
-
Construct a LazyFurureStream from the values in the supplied array
- of(T) - Static method in interface com.aol.cyclops.control.Matchable
-
Create a new matchable that will match on the fields of the provided Object
- of(Stream<T>) - Static method in interface com.aol.cyclops.control.Matchable
-
Create a new matchable that will match on the fields of the provided Stream
- of(T) - Static method in interface com.aol.cyclops.control.Maybe
-
Construct an Maybe which contains the provided (non-null) value
Equivalent to @see
Maybe.just(Object)
- of(AnyM<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(AnyM<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(AnyM<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(AnyM<List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Construct an ListT from an AnyM that wraps a monad containing Lists
- of(AnyM<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(AnyM<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Construct an OptionalT from an AnyM that wraps a monad containing Optionals
- of(AnyM<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- of(AnyMSeq<CompletableFuture<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Construct an CompletableFutureT from an AnyM that wraps a monad containing CompletableFutures
- of(CompletableFuture<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- of(AnyMSeq<Eval<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Construct an EvalT from an AnyM that wraps a monad containing Evals
- of(Eval<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- of(AnyMSeq<FutureW<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Construct an FutureWT from an AnyM that wraps a monad containing FutureWs
- of(FutureW<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- of(AnyMSeq<? extends List<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Construct an ListT from an AnyM that wraps a monad containing Lists
- of(List<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- of(AnyMSeq<Maybe<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(Maybe<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- of(AnyMSeq<Optional<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Construct an OptionalT from an AnyM that wraps a monad containing Optionals
- of(Optional<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- of(AnyMSeq<Reader<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(AnyMSeq<? extends Set<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Construct an SetT from an AnyM that wraps a monad containing Sets
- of(Set<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- of(AnyMSeq<Streamable<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Construct an StreamableT from an AnyM that wraps a monad containing Streamables
- of(Streamable<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- of(AnyMSeq<? extends Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Create a StreamT from an AnyM that wraps a monad containing a Stream
- of(Stream<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- of(AnyMSeq<Try<A, X>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Construct an TryT from an AnyM that wraps a monad containing Trys
- of(Try<A, X>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- of(AnyMSeq<Xor<ST, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Construct an XorT from an AnyM that wraps a monad containing Xors
- of(Xor<ST, A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- of(AnyM<Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Construct an SetT from an AnyM that wraps a monad containing Sets
- of(AnyM<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Construct an StreamableT from an AnyM that wraps a monad containing Streamables
- of(AnyM<? extends Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
Create a StreamT from an AnyM that wraps a monad containing a Stream
- of(AnyM<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Construct an TryT from an AnyM that wraps a monad containing Trys
- of(AnyMValue<CompletableFuture<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Construct an CompletableFutureT from an AnyM that wraps a monad containing CompletableFutures
- of(CompletableFuture<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- of(AnyMValue<Eval<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(Eval<T>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- of(AnyMValue<FutureW<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Construct an CompletableFutureT from an AnyM that wraps a monad containing CompletableFutures
- of(FutureW<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- of(AnyMValue<? extends List<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Construct an ListT from an AnyM that wraps a monad containing Lists
- of(List<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- of(AnyMValue<Maybe<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(Maybe<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- of(AnyMValue<Optional<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Construct an OptionalT from an AnyM that wraps a monad containing Optionals
- of(Optional<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- of(AnyMValue<Reader<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
- of(AnyMValue<? extends Set<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Construct an SetT from an AnyM that wraps a monad containing Sets
- of(Set<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- of(AnyMValue<Streamable<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Construct an StreamableT from an AnyM that wraps a monad containing Streamables
- of(Streamable<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- of(AnyMValue<? extends Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Create a StreamT from an AnyM that wraps a monad containing a Stream
- of(Stream<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- of(AnyMValue<Try<A, X>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Construct an TryT from an AnyM that wraps a monad containing Trys
- of(Try<A, X>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- of(AnyMValue<Xor<ST, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Construct an XorT from an AnyM that wraps a monad containing Xors
- of(Xor<ST, A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- of(AnyM<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Construct an XorT from an AnyM that wraps a monad containing Xors
- of() - Static method in class com.aol.cyclops.control.Pipes
-
- of(Map<K, Adapter<V>>) - Static method in class com.aol.cyclops.control.Pipes
-
Construct a Pipes instance to manage a predefined Map of Adapaters
- of(T) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Efficiently construct a ReactiveSeq from a single value
- of(T...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Create an efficiently reversable Sequence from the provided elements
- of(U...) - Method in class com.aol.cyclops.control.SimpleReact
-
- of(T...) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a Streamable that returns a Stream
- of(QueueFactory<?>) - Static method in class com.aol.cyclops.control.StreamSource
-
Construct a Pushable StreamSource using the provided QueueFactory as a push mechanism
- of(int) - Static method in class com.aol.cyclops.control.StreamSource
-
A builder for pushable Streams that apply backpressure if producing Streams exceed the capacity of consuming Streams.
- of(T, Class<? extends Throwable>...) - Static method in interface com.aol.cyclops.control.Try
-
Return a Try that will catch specified exceptions when map / flatMap called
For use with liftM / liftM2 and For Comprehensions (when Try is at the top level)
- of(T, Class<? extends Throwable>[]) - Static method in class com.aol.cyclops.control.Try.Success
-
- of(Predicate<? super T>, E, R) - Static method in class com.aol.cyclops.control.Validator
-
Static factory method
Construct a CumulativeValidator that checks for the supplied condition returns the supplied
error if it doesn't hold or the supplied result if it does.
- of(Xor<E, R>) - Static method in class com.aol.cyclops.control.Validator
-
Static factory method
Construct a CumulativeValidator from the supplied FunctionalJava validation object
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- of() - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- of(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- of(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- of(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Construct a PStack from the provided values
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Construct a PVector from the provided values
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Construct a Deque from the provided values
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Construct a ListX from the provided values
- of() - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- of(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- of(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- of(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- of(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- of(T) - Static method in class com.aol.cyclops.data.LazyImmutable
-
- of(T) - Static method in class com.aol.cyclops.data.Mutable
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(boolean) - Static method in class com.aol.cyclops.data.MutableBoolean
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(byte) - Static method in class com.aol.cyclops.data.MutableByte
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(char) - Static method in class com.aol.cyclops.data.MutableChar
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(double) - Static method in class com.aol.cyclops.data.MutableDouble
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(float) - Static method in class com.aol.cyclops.data.MutableFloat
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(int) - Static method in class com.aol.cyclops.data.MutableInt
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(long) - Static method in class com.aol.cyclops.data.MutableLong
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(short) - Static method in class com.aol.cyclops.data.MutableShort
-
Create a Mutable variable, which can be mutated inside a Closure
e.g.
- of(T, Semigroup<T>) - Static method in interface com.aol.cyclops.Monoid
-
Construct a Monoid from the supplied identity element and Semigroup (combiner)
- of(T, Function<T, Function<T, T>>) - Static method in interface com.aol.cyclops.Monoid
-
Construct a Monoid from the supplied identity element and combining function
- of(T, BiFunction<T, T, T>, Function<?, ? extends T>) - Static method in interface com.aol.cyclops.Reducer
-
- of(T, Function<T, Function<T, T>>, Function<?, T>) - Static method in interface com.aol.cyclops.Reducer
-
- of(Object) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
- of(T) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a sequential synchronous stream that runs on the current thread
- of(T...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a sequential synchronous stream that runs on the current thread
- of(T) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sequential synchronous stream that runs on the current thread
- of(T...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sequential synchronous stream that runs on the current thread
- of(Supplier<T>) - Static method in interface com.aol.cyclops.types.Value
-
Construct a generic Value from the provided Supplier
- ofAsync(Supplier<U>...) - Method in class com.aol.cyclops.control.LazyReact
-
- ofAsync(Supplier<U>...) - Method in class com.aol.cyclops.control.SimpleReact
-
Start a reactive dataflow with an array of one-off-suppliers
- ofChecked(CheckedSupplier<R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Construct a FluentSupplier from a checked Supplier
- ofChecked(CheckedFunction<T, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Construct a FluentFunction from a CheckedFunction
- ofChecked(CheckedBiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Construct a FluentBiFunction from a CheckedBiFunction
- ofChecked(CheckedTriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a CheckedTriFunction to a FluentTriFunction
- ofConvertableSeq(Object) - Static method in interface com.aol.cyclops.control.AnyM
-
Take the supplied object and attempt to convert it to a supported Monad type
- ofConvertableValue(Object) - Static method in interface com.aol.cyclops.control.AnyM
-
Take the supplied object and attempt to convert it to a supported Monad type
- ofDouble(double) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Efficiently construct a ReactiveSeq from an long (will stored an processed as a primitive where possible).
- ofDoubles(double...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
- ofError(Throwable) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a completed-with-error FutureW from the given Exception
- offer(T) - Method in interface com.aol.cyclops.data.async.Adapter
-
Offer a single datapoint to this adapter
- offer(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- offer(Object, long, TimeUnit) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- offer(T) - Method in class com.aol.cyclops.data.async.Queue
-
Offer a single datapoint to this Queue
If the queue is a bounded queue and is full it will block until space comes available or until
offer time out is reached (default is Integer.MAX_VALUE DAYS).
- offer(T) - Method in class com.aol.cyclops.data.async.Topic
-
Add a single datapoint to this Queue
- offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.DirectWaitStrategy
-
- offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.ExponentialBackofWaitStrategy
-
- offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.NoWaitRetry
-
- offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.SpinWait
-
- offer(WaitStrategy.Offerable) - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy
-
Push data into a recievable type using the provided offerable
- offer() - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy.Offerable
-
Offer data to recievable type
- offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.YieldWait
-
- offer(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
Deprecated.
- offer(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- offer(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- offerFirst(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- offerLast(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- ofInts(int...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
- ofInts(int) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Efficiently construct a ReactiveSeq from an int (will stored an processed as a primitive where possible).
- ofLongs(long...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
- ofLongs(long) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Efficiently construct a ReactiveSeq from an long (will stored an processed as a primitive where possible).
- ofMultiple() - Static method in class com.aol.cyclops.control.StreamSource
-
Connect multiple Streams to a Pushable datasource, each Stream will recieve the same
data.
- ofMultiple(int) - Static method in class com.aol.cyclops.control.StreamSource
-
Connect multiple Streams to a Pushable datasource, each Stream will recieve the same
data.
- ofMultiple(QueueFactory<?>) - Static method in class com.aol.cyclops.control.StreamSource
-
Construct a StreamSource that supports multiple readers of the same data backed by a Queue created
from the supplied QueueFactory
- ofNullable(Object) - Static method in interface com.aol.cyclops.control.AnyM
-
Generate an AnyM that wraps an Optional from the provided nullable object
- ofNullable(T) - Static method in interface com.aol.cyclops.control.Maybe
-
Maybe<Integer> maybe = Maybe.ofNullable(null);
//None
Maybe<Integer> maybe = Maybe.ofNullable(10);
//Maybe[10], Some[10]
- ofResult(T) - Static method in class com.aol.cyclops.control.FutureW
-
Construct a successfully completed FutureW from the given value
- ofSeq(Object) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMSeq that wraps the untyped monad
- ofSupplier(Supplier<T>) - Static method in class com.aol.cyclops.control.FutureW
-
Create a FutureW object that asyncrhonously populates using the Common
ForkJoinPool from the user provided Supplier
- ofSupplier(Supplier<T>, Executor) - Static method in class com.aol.cyclops.control.FutureW
-
Create a FutureW object that asyncrhonously populates using the provided
Executor and Supplier
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Eval
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.FutureW
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Ior
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Keep only those elements in a stream that are of a given type.
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
-
Keep only those elements in a stream that are of a given type.
- ofType(Stream<T>, Class<? extends U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Keep only those elements in a stream that are of a given type.
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Try
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Xor
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.Filterable
-
Keep only those elements in a stream that are of a given type.
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Keep only those elements in a stream that are of a given type.
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Keep only those elements in a stream that are of a given type.
- ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- ofUnbounded() - Static method in class com.aol.cyclops.control.StreamSource
-
Construct a Pushable StreamSource with no max size.
- ofValue(Object) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyMValue that wraps the untyped monad
- on$1234_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1234_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$123_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$123_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$123_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$123__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$123__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$12_() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
Match only on the selected elements / fields.
- on$12_4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$12_45() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$12_45() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$12_4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$12_4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$12__() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$12__5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$12__5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$12___() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$12___() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1_() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
-
Match only on the selected elements / fields.
- on$1_3() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
Match only on the selected elements / fields.
- on$1_34() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$1_345() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1_345() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1_34_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1_34_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1_3_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$1_3_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1_3_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1_3__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1_3__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1__() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
Match only on the selected elements / fields.
- on$1__4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$1__45() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1__45() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1__4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1__4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1___() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$1___5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1___5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$1____() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$1____() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_2() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
-
Match only on the selected elements / fields.
- on$_23() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
Match only on the selected elements / fields.
- on$_234() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$_2345() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_2345() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_234_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_234_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_23_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$_23_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_23_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_23__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_23__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_2_() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
Match only on the selected elements / fields.
- on$_2_4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$_2_4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_2_4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_2__() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$_2__5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_2__5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$_2___() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$_2___() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$__3() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
-
Match only on the selected elements / fields.
- on$__34() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$__345() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$__345() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$__34_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$__34_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$__3_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$__3_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$__3_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$__3__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$__3__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$___4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
-
Match only on the selected elements / fields.
- on$___45() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$___45() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$___4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$___4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- on$____5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
-
Match only on the selected elements / fields.
- on$____5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
-
Match only on the selected elements / fields.
- onClose(Runnable) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- onClose(Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- onComplete() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- onComplete() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- onComplete() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- onEmpty(A) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- onEmpty(A) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- onEmpty(T) - Method in interface com.aol.cyclops.control.Streamable
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- onEmpty(Tuple2<K, V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- onEmpty(Tuple2<K, V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- onEmpty(T) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- onEmpty(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Produce this stream, or an alternative stream from the
value
, in case this stream is empty.
- OnEmpty<T> - Interface in com.aol.cyclops.types
-
Represents a container that may be empty
- onEmpty(T) - Method in interface com.aol.cyclops.types.OnEmpty
-
If this Container instance is empty, create a new instance containing the provided value
- onEmpty(T) - Method in interface com.aol.cyclops.types.Traversable
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- onEmptyGet(Supplier<? extends A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- onEmptyGet(Supplier<? extends A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.Streamable
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- onEmptyGet(Supplier<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- onEmptyGet(Supplier<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- onEmptyGet(Supplier<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Produce this stream, or an alternative stream from the
supplier
, in case this stream is empty.
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.OnEmpty
-
If this Container instance is empty, create a new instance containing the value returned from the provided Supplier
- onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.Traversable
-
- onEmptySwitch(Supplier<? extends Stream<T>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
If this ReactiveSeq is empty replace it with a another Stream
- onEmptySwitch(Supplier<Streamable<T>>) - Method in interface com.aol.cyclops.control.Streamable
-
If this Streamable is empty replace it with a another Stream
- onEmptySwitch(Supplier<? extends PBag<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- onEmptySwitch(Supplier<? extends PMap<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- onEmptySwitch(Supplier<? extends POrderedSet<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- onEmptySwitch(Supplier<? extends PQueue<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- onEmptySwitch(Supplier<? extends PSet<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- onEmptySwitch(Supplier<? extends PStack<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- onEmptySwitch(Supplier<? extends PVector<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- onEmptySwitch(Supplier<? extends Deque<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- onEmptySwitch(Supplier<? extends List<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- onEmptySwitch(Supplier<? extends Map<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- onEmptySwitch(Supplier<? extends Queue<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- onEmptySwitch(Supplier<? extends Set<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- onEmptySwitch(Supplier<? extends SortedSet<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- onEmptySwitch(Supplier<? extends Stream<U>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
If this SequenceM is empty replace it with a another Stream
- OnEmptySwitch<T,R> - Interface in com.aol.cyclops.types
-
Represents a container that may be empty for which we can switch a container with another value
- onEmptySwitch(Supplier<? extends R>) - Method in interface com.aol.cyclops.types.OnEmptySwitch
-
Switch to container created by provided Supplier, if current Container empty
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.Streamable
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Produce this stream, or an alternative stream from the
supplier
, in case this stream is empty.
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.OnEmpty
-
If this container instance is empty, throw the exception returned by the provided Supplier
- onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.Traversable
-
- oneOrError(K) - Method in class com.aol.cyclops.control.Pipes
-
Extact one value from the selected pipe or an error if it doesn't exist (NoSuchElementException).
- oneOrErrorAsync(K, Executor) - Method in class com.aol.cyclops.control.Pipes
-
Asynchronously extract a value from the Adapter identified by the provided Key
- onePer(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
emit one element per time period
- onePer(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
-
emit one element per time period
- onePer(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
-
emit one element per time period
- onePer(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Slow emissions down, emiting one element per specified time period
- onePer(long, TimeUnit) - Method in interface com.aol.cyclops.types.Sequential
-
emit one element per time period
- onError(Throwable) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- onError(Throwable) - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- onError(Throwable) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- oneValue(K) - Method in class com.aol.cyclops.control.Pipes
-
Extract one value from the selected pipe, if it exists
- oneValueOrError(K, Class<X>...) - Method in class com.aol.cyclops.control.Pipes
-
Deprecated.
- oneValueOrError(K) - Method in class com.aol.cyclops.control.Pipes
-
Deprecated.
- onFail(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Failure
-
- onFail(Class<? extends X>, Consumer<X>) - Method in class com.aol.cyclops.control.Try.Failure
-
- onFail(Consumer<? super X>) - Method in interface com.aol.cyclops.control.Try
-
- onFail(Class<? extends X>, Consumer<X>) - Method in interface com.aol.cyclops.control.Try
-
- onFail(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Success
-
- onFail(Class<? extends X>, Consumer<X>) - Method in class com.aol.cyclops.control.Try.Success
-
- onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
React onFail
Define a function that can be used to recover from exceptions during the
preceeding stage of the dataflow.
- onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Recover for a particular class of exceptions only.
- onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
React onFail
Define a function that can be used to recover from exceptions during the
preceeding stage of the dataflow.
- onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Recover for a particular class of exceptions only.
- onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
React onFail
Define a function that can be used to recover from exceptions during the
preceeding stage of the dataflow.
- onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Recover for a particular class of exceptions only.
- onNext(T) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- onNext(T) - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- onNext(T) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- onSubscribe(Subscription) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- onSubscribe(Subscription) - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- onSubscribe(Subscription) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- OperationsOnFutures<T> - Interface in com.aol.cyclops.types.futurestream
-
- optional() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- optional(Optional<T1>) - Static method in class com.aol.cyclops.control.For
-
Add a Optional as next nested level in the comprehension
- optional(Optional<T>) - Static method in class com.aol.cyclops.Matchables
-
- optionalPresent() - Static method in class com.aol.cyclops.util.function.Predicates
-
import static com.aol.cyclops.util.function.Predicates.optionalPresent;
ListX.of(Optional.ofNullable(null),Optional.of(1),null)
.filter(optionalPresent());
//ListX[Optional[1]]
- Optionals - Class in com.aol.cyclops.util
-
Utility class for working with JDK Optionals
- Optionals() - Constructor for class com.aol.cyclops.util.Optionals
-
- OptionalT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad transformer for JDK Optional
OptionalT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Optional
OptionalT allows the deeply wrapped Optional to be manipulating within it's nested /contained context
- optionalT(OptionalT<T>) - Static method in class com.aol.cyclops.Matchables
-
- optionalToStream(Optional<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Convert an Optional to a Stream
- OptionalTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad transformer for JDK Optional nested within Sequential or non-scalar data types (e.g.
- OptionalTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad transformer for JDK Optional nested within Scalar data types (e.g.
- orElse(T) - Method in class com.aol.cyclops.control.Maybe.Just
-
- orElse(T) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- orElse(T) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- orElse(T) - Method in class com.aol.cyclops.control.Try.Failure
-
- orElse(T) - Method in interface com.aol.cyclops.control.Try
-
- orElse(T) - Method in class com.aol.cyclops.control.Try.Success
-
- orElse(T) - Method in interface com.aol.cyclops.types.Convertable
-
Get the contained value or else the provided alternative
- orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Try.Failure
-
- orElseGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.Try
-
- orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Try.Success
-
- orElseGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.Convertable
-
An equivalent operation to Optional.orElseGet(Supplier)
Returns a value generated by the provided Supplier if this Convertable is empty or
contains a null value.
- orElseThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.Convertable
-
Get the contained value or throw an exception if null
- otherwise(R) - Static method in interface com.aol.cyclops.control.Matchable
-
Matchable DSL operator for default results when no match is found
- otherwise(Supplier<? extends R>) - Static method in interface com.aol.cyclops.control.Matchable
-
Matchable DSL operator for default results when no match is found
- outerApply(Function<? super T, ? extends Iterable<? extends U>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- outerApply(Function<? super U, ? extends Iterable<? extends U1>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- p(Predicate<T>) - Static method in class com.aol.cyclops.util.function.Predicates
-
Method for point-free Predicate definition (helps with lambda type inferencing)
e.g.
- parallel() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- parallel(U...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Construct an SimpleReactStream from specified array, that will run in parallel
on the common Parallel executor service (by default the Common ForkJoinPool) see ThreadPools#setUseCommon
to change to a different pool
- parallel() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- parallel(U...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Construct an parallel LazyFutureStream from specified array, using the configured
standard parallel thread pool.
- parallelBuilder() - Static method in class com.aol.cyclops.control.LazyReact
-
* Construct a LazyReact builder using standard thread pool.
- parallelBuilder(int) - Static method in class com.aol.cyclops.control.LazyReact
-
Construct a new LazyReact builder, with a new task executor and retry
executor with configured number of threads
- parallelBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
-
- parallelBuilder(int) - Static method in class com.aol.cyclops.control.SimpleReact
-
Construct a new SimpleReact builder, with a new task executor and retry executor
with configured number of threads
- parallelCommonBuilder() - Static method in class com.aol.cyclops.control.LazyReact
-
- parallelCommonBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
-
- ParallelElasticPools - Class in com.aol.cyclops.react.threads
-
A ReactPool of each type for parallel Streams
Thread pool will be sized to number of processors
- ParallelElasticPools() - Constructor for class com.aol.cyclops.react.threads.ParallelElasticPools
-
- parallelism(int) - Method in class com.aol.cyclops.react.RetryBuilder
-
- parallelStream() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- param - Variable in class com.aol.cyclops.control.FluentFunctions.Advice1
-
- param1 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice2
-
- param1 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice3
-
- param2 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice2
-
- param2 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice3
-
- param3 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice3
-
- partial(T1, Function<T1, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a function with 1 arguments applied to the supplied Function
- partial2(T1, T2, BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a function with 2 arguments applied to the supplied BiFunction
- partial2(T1, BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a function with 1 arguments applied to the supplied BiFunction
- partial2b(T2, BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a function with 1 arguments applied to the supplied BiFunction
- partial3(T1, T2, T3, TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a function with 3 arguments applied to the supplied TriFunction
- partial3(T1, T2, TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a function with 2 arguments applied to the supplied TriFunction
- partial3(T1, TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 1 argument applied to the supplied TriFunction
- partial4(T1, T2, T3, T4, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 3 arguments applied to the supplied QuadFunction
- partial4(T1, T2, T3, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 3 arguments applied to the supplied QuadFunction
- partial4(T1, T2, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 2 arguments applied to the supplied QuadFunction
- partial4(T1, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 1 argument applied to the supplied QuadFunction
- partial5(T1, T2, T3, T4, T5, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 4 arguments applied to the supplied QuintFunction
- partial5(T1, T2, T3, T4, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 4 arguments applied to the supplied QuintFunction
- partial5(T1, T2, T3, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 3 arguments applied to the supplied QuintFunction
- partial5(T1, T2, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a TriFunction with 2 arguments applied to the supplied QuintFunction
- partial5(T1, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuadFunction with 1 argument applied to the supplied QuintFunction
- partial6(T1, T2, T3, T4, T5, T6, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 5 arguments applied to the supplied HexFunction
- partial6(T1, T2, T3, T4, T5, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 5 arguments applied to the supplied HexFunction
- partial6(T1, T2, T3, T4, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 4 arguments applied to the supplied HexFunction
- partial6(T1, T2, T3, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a TriFunction with 3 arguments applied to the supplied HexFunction
- partial6(T1, T2, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuadFunction with 2 arguments applied to the supplied HexFunction
- partial6(T1, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuintFunction with 1 argument applied to the supplied HexFunction
- partial7(T1, T2, T3, T4, T5, T6, T7, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 6 arguments applied to the supplied HeptFunction
- partial7(T1, T2, T3, T4, T5, T6, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 6 arguments applied to the supplied HeptFunction
- partial7(T1, T2, T3, T4, T5, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 5 arguments applied to the supplied HeptFunction
- partial7(T1, T2, T3, T4, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a TriFunction with 4 arguments applied to the supplied HeptFunction
- partial7(T1, T2, T3, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuadFunction with 3 arguments applied to the supplied HeptFunction
- partial7(T1, T2, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuintFunction with 2 arguments applied to the supplied HeptFunction
- partial7(T1, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a HexFunction with 1 argument applied to the supplied HeptFunction
- partial8(T1, T2, T3, T4, T5, T6, T7, T8, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 7 arguments applied to the supplied OctFunction
- partial8(T1, T2, T3, T4, T5, T6, T7, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a Function with 7 arguments applied to the supplied OctFunction
- partial8(T1, T2, T3, T4, T5, T6, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a BiFunction with 6 arguments applied to the supplied OctFunction
- partial8(T1, T2, T3, T4, T5, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a TriFunction with 5 arguments applied to the supplied OctFunction
- partial8(T1, T2, T3, T4, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuadFunction with 4 arguments applied to the supplied OctFunction
- partial8(T1, T2, T3, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a QuintFunction with 3 arguments applied to the supplied OctFunction
- partial8(T1, T2, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a HexFunction with 2 arguments applied to the supplied OctFunction
- partial8(T1, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
-
Returns a HeptFunction with 1 argument applied to the supplied OctFunction
- PartialApplicator - Class in com.aol.cyclops.util.function
-
This class consists exclusively of static methods that return functions
that are partially applied with parameters.
- PartialApplicator() - Constructor for class com.aol.cyclops.util.function.PartialApplicator
-
- partiallyApply(T1) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Partially apply the provided parameter as the first parameter to this BiFunction to generate a Function (single input value)
- partiallyApply(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
Partially apply the provided parameters to this BiFunction to generate a Supplier (that takes no inputs)
- partiallyApply(T) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
Partially apply the provided value to this function, to turn it into a Supplier
- partiallyApply(T1) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Partially apply the provided parameter as the first parameter to this TriFunction to generate a Function (single input value)
- partiallyApply(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Partially apply the provided parameters to this BiFunction to generate a Function (single input)
- partiallyApply(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
Partially apply the provided parameters to this TriFunction to generate a Supplier (that takes no inputs)
- partition(Predicate<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Partition a Stream into two one a per element basis, based on predicate's boolean value
- partition(Stream<T>, Predicate<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Partition a Stream into two one a per element basis, based on predicate's boolean value
- partition(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Partition a stream in two given a predicate.
- partitionFutureStream(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Partition an LazyFutureStream into two LazyFutureStreams given a
predicate.
- partitionSequence(Predicate<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Partition a Stream into two one a per element basis, based on predicate's
boolean value
- partitionSequence(Predicate<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.FutureW
-
- patternMatch(Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Maybe
-
- patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Try
-
- patternMatch(Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- patternMatch(Function<Matchable.CheckValue1<V, R>, Matchable.CheckValue1<V, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- patternMatch(Function<Matchable.CheckValue1<V, R>, Matchable.CheckValue1<V, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.data.LazyImmutable
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.Functor
-
Transform the elements of this Stream with a Pattern Matching case and default value
- patternMatch(Function<Matchable.CheckValue1<U, R>, Matchable.CheckValue1<U, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Transform the elements of this Stream with a Pattern Matching case and default value
- pausableHotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Turns this ReactiveSeq into a HotStream, a connectable & pausable Stream, being executed on a thread on the
supplied executor, that is producing data.
- pausableHotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
-
- PausableHotStream<T> - Interface in com.aol.cyclops.types.stream
-
A HotStream (Stream already emitting data) that can be paused and unpaused
- pause() - Method in interface com.aol.cyclops.types.stream.PausableHotStream
-
Pause this HotStream (stop it producing data until unpaused)
- PBagX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- pBagXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- pBagXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- PBagXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PBagXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a peek operation on the wrapped monad e.g.
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Eval
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
Peek at current switch value
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.FutureW
-
- peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Both
-
- peek(Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Ior
-
- peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Maybe
-
- peek(Consumer<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
Peek at the current value of the CompletableFuture
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
Peek at the current value of the Maybe
- peek(Consumer<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
Peek at the current value of the CompletableFuture
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
Peek at the current value of the List
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
Peek at the current value of the Maybe
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
Peek at the current value of the Optional
- peek(Consumer<? super R>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
-
- peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
Peek at the current value of the CompletableFuture
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
Peek at the current value of the Eval
- peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
Peek at the current value of the FutureW
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
Peek at the current value of the List
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
Peek at the current value of the Maybe
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
Peek at the current value of the Optional
- peek(Consumer<? super R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
Peek at the current value of the Maybe
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
Peek at the current value of the Set
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
Peek at the current value of the Streamable
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
Peek at the current value of the Stream
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
Peek at the current value of the Try
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
Peek at the current value of the Xor
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
Peek at the current value of the Set
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
Peek at the current value of the Streamable
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
Peek at the current value of the Stream
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
Peek at the current value of the Try
- peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
Peek at the current value of the CompletableFuture
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
Peek at the current value of the Maybe
- peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
Peek at the current value of the CompletableFuture
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
Peek at the current value of the List
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
Peek at the current value of the Maybe
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
Peek at the current value of the Optional
- peek(Consumer<? super R>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
Peek at the current value of the Maybe
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
Peek at the current value of the Set
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
Peek at the current value of the Streamable
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
Peek at the current value of the Stream
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
-
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
Peek at the current value of the Try
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
Peek at the current value of the Xor
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
Peek at the current value of the Xor
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
Peek at each value in a Streamable as it passes through unchanged
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Try
-
- peek(Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Xor
-
- peek(Consumer<? super ST>, Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Xor
-
Deprecated.
- peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- peek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- peek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- peek() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- peek(Consumer<? super V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- peek() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- peek() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- peek(Consumer<? super V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- peek() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- peek(Consumer<? super T>) - Method in class com.aol.cyclops.data.LazyImmutable
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.Functor
-
Peek at the current value of this Functor, without transforming it
- peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Peek asynchronously at the results in the current stage.
- peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Peek asynchronously at the results in the current stage.
- peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Peek asynchronously at the results in the current stage.
- peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
-
- peekFailed(Consumer<? super X>) - Method in interface com.aol.cyclops.control.Try
-
- peekFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- peekInput(Consumer<? super X>) - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
-
- peekLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- peekStream(Consumer<? super R>) - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
-
- peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Synchronous peek operator
- peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Synchronous peek operator
- peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Synchronous peek operator
- percentile(double) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- percentile(double) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- percentile(double) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- percentile(double) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- percentile(double) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- percentile(double, Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- percentileBy(double, Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- permutations() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Generate the permutations based on values in the ReactiveSeq Makes use of
Streamable to store intermediate stages in a collection
- permutations() - Method in interface com.aol.cyclops.control.Streamable
-
Generate the permutations based on values in the Streamable
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- permutations() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- permutations() - Method in interface com.aol.cyclops.types.ExtendedTraversable
-
Generate the permutations based on values in the ExtendedTraversable.
- permutations() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Generate the permutations based on values in the LazyFutureStream
Makes use of Streamable to store intermediate stages in a collection
- PersistentCollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- Pipes<K,V> - Class in com.aol.cyclops.control
-
Pipes : Stores and manages cyclops-react Adapters for cross-thread communication
Connected Streams will not be able to complete collect or reduce style methods unless the underlying Adapter for data transfer is closed.
- Pipes() - Constructor for class com.aol.cyclops.control.Pipes
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
-
Add an element to this Collection
- plus(K, V) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
- plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
Add the supplied element at the supplied index
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- plus(K, V) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- plus(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- plus(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- plus(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- plus(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- plus(K, V) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
-
Add all supplied elements to this Collection
- plusAll(Map<? extends K, ? extends V>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
- plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
Add all of the supplied elements at the supplied index
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- plusAll(Map<? extends K, ? extends V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- plusAll(Map<? extends K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- plusAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- plusAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- plusAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- plusAll(Map<? extends K, ? extends V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
-
Add an element to the collection
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- PMapX<K,V> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- PMapXImpl<K,V> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PMapXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- PMapXs - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PMapXs() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- PMapXs.Builder<K,V> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- poll() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- poll(long, TimeUnit) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- poll(long, TimeUnit) - Method in class com.aol.cyclops.data.async.Queue
-
- poll() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
Deprecated.
- poll() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- poll() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- pollFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- pollLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- pop() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- populate(REACTOR) - Method in class com.aol.cyclops.react.threads.ReactPool
-
- POrderedSetX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- pOrderedSetXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- pOrderedSetXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- POrderedSetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- POrderedSetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- PQueueX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- pQueueXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- pQueueXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- PQueueXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PQueueXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- PredicateBuilder1(Matchable.MTuple1<Predicate<? super T1>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder1
-
- PredicateBuilder2(Matchable.MTuple2<Predicate<? super T1>, Predicate<? super T2>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder2
-
- PredicateBuilder3(Matchable.MTuple3<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder3
-
- PredicateBuilder4(Matchable.MTuple4<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder4
-
- PredicateBuilder5(Matchable.MTuple5<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>, Predicate<? super T5>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder5
-
- Predicates - Class in com.aol.cyclops.util.function
-
Predicates for filtering and Pattern matching
e.g.
- Predicates() - Constructor for class com.aol.cyclops.util.function.Predicates
-
- Predicates.PredicateBuilder1<T1> - Class in com.aol.cyclops.util.function
-
- Predicates.PredicateBuilder2<T1,T2> - Class in com.aol.cyclops.util.function
-
- Predicates.PredicateBuilder3<T1,T2,T3> - Class in com.aol.cyclops.util.function
-
- Predicates.PredicateBuilder4<T1,T2,T3,T4> - Class in com.aol.cyclops.util.function
-
- Predicates.PredicateBuilder5<T1,T2,T3,T4,T5> - Class in com.aol.cyclops.util.function
-
- prepend(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- prepend(T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Prepend given values to the start of the Stream
- prepend(Stream<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- prepend(Iterable<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- prepend(Seq<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- prepend(Optional<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- prepend(T) - Method in interface com.aol.cyclops.control.Streamable
-
Prepend given values to the start of the Stream
- prepend(T...) - Method in interface com.aol.cyclops.control.Streamable
-
Prepend given values to the start of the Stream
- prepend(Stream<T>, T...) - Static method in class com.aol.cyclops.control.StreamUtils
-
Prepend given values to the start of the Stream
- prepend(Stream<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- prepend(Iterable<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- prepend(Seq<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- prepend(Optional<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- prepend(U...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- prepend(T...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Prepend given values to the start of the Stream
- prependFutures(CompletableFuture<T>...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
List<String> result = of(1,2,3).actOnFutures()
.prependFutures(CompletableFuture.completedFuture(100),CompletableFuture.completedFuture(200),CompletableFuture.completedFuture(300))
.map(it ->it+"!!")
.collect(Collectors.toList());
assertThat(result,equalTo(Arrays.asList("100!!","200!!","300!!","1!!","2!!","3!!")));
- prependStream(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Prepend Stream to this ReactiveSeq
- prependStream(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Prepend Stream to this SequenceM
- prependStream(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- prependStream(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Prepend Stream to this SequenceM
- prependStreamable(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Prepend Stream to this Streamable
- prependStreamFutures(Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Stream<CompletableFuture<Integer>> streamOfFutures = Stream.of(CompletableFuture.completedFuture(100),CompletableFuture.completedFuture(200),CompletableFuture.completedFuture(300));
List<String> result = of(1,2,3).actOnFutures()
.prependStreamFutures(streamOfFutures)
.map(it ->it+"!!")
.collect(Collectors.toList());
assertThat(result,equalTo(Arrays.asList("100!!","200!!","300!!","1!!","2!!","3!!")));
- primary(PT) - Static method in interface com.aol.cyclops.control.Ior
-
Create an instance of the primary type.
- Primary() - Constructor for class com.aol.cyclops.control.Ior.Primary
-
- primary(PT) - Static method in interface com.aol.cyclops.control.Xor
-
Create an instance of the primary type.
- Primary() - Constructor for class com.aol.cyclops.control.Xor.Primary
-
- primedHotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Return a HotStream that will start emitting data when the first connecting Stream connects.
- primedHotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
-
- primedPausableHotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Return a pausable HotStream that will start emitting data when the first connecting Stream connects.
- primedPausableHotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
-
- print(PrintWriter) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- print(PrintStream) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- print(PrintStream) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- print(PrintWriter) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- print(PrintStream) - Method in interface com.aol.cyclops.types.Foldable
-
Write each element within this Foldable in turn to the supplied PrintStream
- print(PrintWriter) - Method in interface com.aol.cyclops.types.Foldable
-
Write each element within this Foldable in turn to the supplied PrintWriter
- print(T) - Method in interface com.aol.cyclops.types.mixins.Printable
-
Print the supplied value to the console
- Printable - Interface in com.aol.cyclops.types.mixins
-
Mixin a print method with a return value (can be used as a method reference to
methods that accept Functions).
- PrintableIterable() - Constructor for class com.aol.cyclops.control.Streamable.PrintableIterable
-
- printErr() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- printErr() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- printErr() - Method in interface com.aol.cyclops.types.Foldable
-
Print each value in this Foldable to the error console in turn (left-to-right)
- println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- printOut() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- printOut() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- printOut() - Method in interface com.aol.cyclops.types.Foldable
-
Print each value in this Foldable to the console in turn (left-to-right)
- priority() - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
- priority() - Method in interface com.aol.cyclops.types.extensability.MonadicConverter
-
- proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice0
-
Proceed and execute wrapped Supplier
- proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice1
-
Proceed and execute wrapped Function with it's input param as captured
- proceed(T) - Method in class com.aol.cyclops.control.FluentFunctions.Advice1
-
Proceed and execute wrapped Function replacing it's input param
- proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
-
Proceed and execute wrapped BiFunction with it's input params as captured
- proceed(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
-
Proceed and execute wrapped BiFunction with it's input params as captured
- proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
-
Proceed and execute wrapped TriFunction with it's input params as captured
- proceed(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
-
Proceed and execute wrapped TriFunction with it's input params as captured
- proceed() - Method in class com.aol.cyclops.types.futurestream.Continuation
-
- proceed1(T1) - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
-
Proceed and execute wrapped BiFunction with it's second input parameter as a captured and the replacement parameter as provided
- proceed1(T1) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
-
Proceed and execute wrapped TriFunction with it's second and third input parameters as a captured and the replacement parameter as provided
- proceed2(T2) - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
-
Proceed and execute wrapped BiFunction with it's first input parameter as a captured and the replacement parameter as provided
- proceed2(T2) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
-
Proceed and execute wrapped TriFunction with it's first and third input parameters as a captured and the replacement parameter as provided
- proceed3(T3) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
-
Proceed and execute wrapped TriFunction with it's first and second input parameters as a captured and the replacement parameter as provided
- PSetX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- pSetXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- pSetXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- PSetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PSetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- PStackX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- pStackXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- pStackXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- PStackXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PStackXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- PStackXImplLazy<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PStackXImplLazy() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- publisher(Publisher<T1>) - Static method in class com.aol.cyclops.control.For
-
Add a Publisher as the next nested level in the comprehension
- publishTo(K, Publisher<V>) - Method in class com.aol.cyclops.control.Pipes
-
Synchronously publish data to the Adapter specified by the provided Key, blocking the current thread
- publishToAsync(K, Publisher<V>) - Method in class com.aol.cyclops.control.Pipes
-
Asynchronously publish data to the Adapter specified by the provided Key
- push(K, V) - Method in class com.aol.cyclops.control.Pipes
-
Push a single value synchronously into the Adapter identified by the supplied Key,
if it exists
- push(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- PushableLazyFutureStream<T> - Class in com.aol.cyclops.util.stream.pushable
-
A more concrete Tuple2 impl
v1 is Queue<T>
v2 is LazyFutureStream<T>
- PushableLazyFutureStream(Queue<T>, LazyFutureStream<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.PushableLazyFutureStream
-
- PushableReactiveSeq<T> - Class in com.aol.cyclops.util.stream.pushable
-
A more concrete Tuple2 impl
v1 is Queue<T>
v2 is Seq<T>
- PushableReactiveSeq(Queue<T>, ReactiveSeq<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.PushableReactiveSeq
-
- PushableStream<T> - Class in com.aol.cyclops.util.stream.pushable
-
A more concrete Tuple2 impl
v1 is Queue<T>
v2 is Stream<T>
- PushableStream(Queue<T>, Stream<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.PushableStream
-
- put(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
-
- put(K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
-
- put(K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
-
- put(K, V, K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
-
- put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
-
- put(K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
-
- put(K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
-
- put(K, V, K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- putAll(Map<K, V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
-
- putAll(Map<? extends K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- putAll(Map<K, V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
-
- putIfAbsent(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- putIfAbsent(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- PVectorX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
-
- pVectorXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- pVectorXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- PVectorXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
-
- PVectorXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- range(int, int) - Method in class com.aol.cyclops.control.LazyReact
-
- range(int, int) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Create an efficiently reversable Sequence that produces the integers
between start and end
- range(int, int) - Method in class com.aol.cyclops.control.SimpleReact
-
- range(int, int) - Static method in interface com.aol.cyclops.control.Streamable
-
Create an efficiently reversable Sequence that produces the integers between start
and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
Create a PBagX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
Create a POrderedSetX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
Create a PQueueX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
Create a PSetX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Create a PStackX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Create a PVectorX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Create a DequeX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Create a ListX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
Create a QueueX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
Create a SetX that contains the Integers between start and end
- range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
Create a SortedSetX that contains the Integers between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Create an efficiently reversable Sequence that produces the integers
between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.control.Streamable
-
Create an efficiently reversable Sequence that produces the integers between start
and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
Create a PBagX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
Create a POrderedSetX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
Create a PQueueX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
Create a PSetX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Create a PStackX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Create a PVectorX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Create a DequeX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
Create a ListX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
Create a QueueX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
Create a SetX that contains the Longs between start and end
- rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
Create a SortedSetX that contains the Longs between start and end
- react(Collection<Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
- react(Function<? super REACTOR, ? extends T>) - Method in class com.aol.cyclops.react.threads.ReactPool
-
- react(Supplier<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a 'free threaded' asynchronous stream that runs on a single thread (not current)
The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
- react(Supplier<T>...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a 'free threaded' asynchronous stream that runs on a single thread (not current)
The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
- react(Supplier<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a 'free threaded' asynchronous stream that runs on a single thread (not current)
The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator
is invoked.
- react(Supplier<T>...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a 'free threaded' asynchronous stream that runs on a single thread (not current)
The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
- reactiveSeq(K) - Method in class com.aol.cyclops.control.Pipes
-
Create a ReactiveSeq from the Adapter identified by the provided Key
- ReactiveSeq<T> - Interface in com.aol.cyclops.control
-
A powerful extended, sequential Stream type.
- reactiveSeq() - Method in class com.aol.cyclops.control.StreamSource
-
- reactiveSeq(Adapter<T>) - Static method in class com.aol.cyclops.control.StreamSource
-
- reactiveSeq(Stream<T>, Optional<ReversableSpliterator>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- reactiveSeq() - Method in interface com.aol.cyclops.types.stream.ConvertableToReactiveSeq
-
- reactiveSeq() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- reactiveSeq() - Method in interface com.aol.cyclops.types.stream.ToStream
-
- reactiveSeq() - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
-
- ReactiveStreamsTerminalFutureOperations<T> - Interface in com.aol.cyclops.types.stream.reactive
-
Interface for reactive-streams based terminal operations, requires simple-react to be on the classpath.
- ReactiveStreamsTerminalOperations<T> - Interface in com.aol.cyclops.types.stream.reactive
-
Interface for reactive-streams based terminal operations, requires simple-react to be on the classpath.
- ReactiveTask - Class in com.aol.cyclops.types.stream.reactive
-
Class that represents an active reactive-streams task
- ReactiveTask() - Constructor for class com.aol.cyclops.types.stream.reactive.ReactiveTask
-
- ReactPool<REACTOR extends com.aol.cyclops.internal.react.stream.ReactBuilder> - Class in com.aol.cyclops.react.threads
-
Maintain a pool of x-react builders
x-react builders (SimpleReact,LazyReact) can be extracted and returned to the pool externally
or Streams creating functions can be supplied to the ReactPool which will select an x-react builder, run the stream and return
the x-react builder to the pool
- reader(Reader<?, T1>) - Static method in class com.aol.cyclops.control.For
-
- Reader<T,R> - Interface in com.aol.cyclops.control
-
An interface that represents the Reader monad
A technique for functional dependency injection.
- ReaderT<T,R> - Interface in com.aol.cyclops.control.monads.transformers
-
A monad transformer for working with nested Reader monad types
- readerT(ReaderT<T, R>) - Static method in class com.aol.cyclops.Matchables
-
- ReaderTSeq<T,R> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad transformer for Reader nested within Sequential or non-scalar data types (e.g.
- ReaderTValue<T,R> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad transformer for Reader nested within Scalar data types (e.g.
- recover(Class<X>, BiFunction<T1, T2, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
A BiFunction that can recover from the specified exception types, using the provided recovery Function
- recover(Class<X>, Function<T, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
A Function that can recover from the specified exception types, using the provided recovery Function
- recover(Class<X>, Supplier<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
A supplier that can recover from the specified exception types, using the provided Supplier
- recover(Class<X>, TriFunction<T1, T2, T3, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
A TriFunction that can recover from the specified exception types, using the provided recovery Function
- recover(Function<Throwable, ? extends T>) - Method in class com.aol.cyclops.control.FutureW
-
Returns a new FutureW that, when this FutureW completes exceptionally is
executed with this FutureW exception as the argument to the supplied
function.
- recover(T) - Method in class com.aol.cyclops.control.Maybe.Just
-
- recover(Supplier<T>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- recover(T) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- recover(Supplier<T>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- recover(T) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- recover(Supplier<T>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- recover(Supplier<T>) - Method in interface com.aol.cyclops.control.Maybe
-
- recover(T) - Method in interface com.aol.cyclops.control.Maybe
-
- recover(Function<Throwable, ? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Recover from an exception with an alternative value
- recover(Class<EX>, Function<EX, ? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Recover from a particular exception type
- recover(Function<Throwable, ? extends T>) - Method in interface com.aol.cyclops.control.Streamable
-
Recover from an exception with an alternative value
- recover(Class<EX>, Function<EX, T>) - Method in interface com.aol.cyclops.control.Streamable
-
Recover from a particular exception type
- recover(Stream<T>, Function<Throwable, ? extends T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- recover(Stream<T>, Class<EX>, Function<EX, ? extends T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- recover(Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Failure
-
- recover(Function<? super X, ? extends T>) - Method in interface com.aol.cyclops.control.Try
-
- recover(Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Success
-
- recover(Function<Throwable, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- recover(Class<EX>, Function<EX, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- recoverFor(Class<? extends X>, Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Failure
-
- recoverFor(Class<? extends X>, Function<? super X, ? extends T>) - Method in interface com.aol.cyclops.control.Try
-
Recover if exception is of specified type
- recoverFor(Class<? extends X>, Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Success
-
- recoverWith(Supplier<? extends Maybe<T>>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- recoverWith(Supplier<? extends Maybe<T>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- recoverWith(Supplier<? extends Maybe<T>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- recoverWith(Supplier<? extends Maybe<T>>) - Method in interface com.aol.cyclops.control.Maybe
-
- recoverWith(Function<? super X, ? extends Try<T, X>>) - Method in class com.aol.cyclops.control.Try.Failure
-
- recoverWith(Function<? super X, ? extends Try<T, X>>) - Method in interface com.aol.cyclops.control.Try
-
flatMap recovery
- recoverWith(Function<? super X, ? extends Try<T, X>>) - Method in class com.aol.cyclops.control.Try.Success
-
- recoverWithFor(Class<? extends X>, Function<? super X, ? extends Try.Success<T, X>>) - Method in class com.aol.cyclops.control.Try.Failure
-
- recoverWithFor(Class<? extends X>, Function<? super X, ? extends Try.Success<T, X>>) - Method in interface com.aol.cyclops.control.Try
-
FlatMap recovery function if exception is of specified type
- recoverWithFor(Class<? extends X>, Function<? super X, ? extends Try.Success<T, X>>) - Method in class com.aol.cyclops.control.Try.Success
-
- reduce(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of("hello","2","world","4").reduce(Reducers.toString(","));
//hello,2,world,4
- reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Reduce with multiple reducers in parallel NB if this Monad is an Optional
[Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list
was one value To reduce over the values on the list, called
streamedMonad() first.
- reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Reduce with multiple reducers in parallel NB if this Monad is an Optional
[Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list
was one value To reduce over the values on the list, called
streamedMonad() first.
- reduce(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of("hello","2","world","4").reduce(Reducers.toString(","));
//hello,2,world,4
- reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
-
- reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
-
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.control.Streamable
-
- reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.Streamable
-
Reduce with multiple reducers in parallel
NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value
To reduce over the values on the list, called streamedMonad() first.
- reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.Streamable
-
Reduce with multiple reducers in parallel
NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value
To reduce over the values on the list, called streamedMonad() first.
- reduce(Stream<R>, Iterable<? extends Monoid<R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Simultaneously reduce a stream with multiple reducers
- reduce(Stream<R>, Stream<? extends Monoid<R>>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Simultanously reduce a stream with multiple reducers
- reduce(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- reduce(Stream<T>) - Method in interface com.aol.cyclops.Monoid
-
Perform a reduction operation on the supplied Stream
- reduce(Function<FastFuture, T>, T, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduce(Function<FastFuture, T>, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduce(Function<FastFuture, T>, U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduce(Function<FastFuture, T>, U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduce(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
ReactiveSeq.of("hello","2","world","4").reduce(Reducers.toString(","));
//hello,2,world,4
- reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Reduce with multiple reducers in parallel NB if this Monad is an Optional
[Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list
was one value To reduce over the values on the list, called
streamedMonad() first.
- reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Reduce with multiple reducers in parallel NB if this Monad is an Optional
[Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list
was one value To reduce over the values on the list, called
streamedMonad() first.
- reduce(Monoid<T>) - Method in interface com.aol.cyclops.types.Foldable
-
Reduce this Foldable to a single value, using the supplied Monoid.
- reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Foldable
-
An equivalent function to Stream.reduce(BinaryOperator)
- reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Foldable
-
An equivalent function to Stream.reduce(Object, BinaryOperator)
- reduce(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.types.Foldable
-
An equivalent function to Stream.reduce(Object, BinaryOperator)
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.Foldable
-
An equivalent function to Stream.reduce(Object, BiFunction, BinaryOperator)
- reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.Foldable
-
Reduce with multiple reducers in parallel NB if this Monad is an Optional
[Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list
was one value To reduce over the values on the list, called
streamedMonad() first.
- reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.Foldable
-
Reduce with multiple reducers in parallel NB if this Monad is an Optional
[Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list
was one value To reduce over the values on the list, called
streamedMonad() first.
- reduce(T, BiFunction<T, ? super U, T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- reduce(U, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- reduce(T, BiFunction<T, ? super U, T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- reduce(BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- reduce(BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- reduce(U, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- reduce(T, BiFunction<T, ? super U, T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- reduce(T, BiFunction<T, ? super U, T>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- reduce(BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Reduce a Stream
- reduce(CompletableFuture<T>, BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- reduce(CompletableFuture<U>, BiFunction<CompletableFuture<U>, ? super CompletableFuture<T>, CompletableFuture<U>>, BinaryOperator<CompletableFuture<U>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream reduction
- reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream reduction
- reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream reduction
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream reduction
- reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream reduction
- reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream reduction
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream reduction
- reduce(BinaryOperator<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream reduction
- reduce(T, BinaryOperator<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream reduction
- reduceMSeq(Monoid<AnyMSeq<T>>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a monadic reduction using a Monoid that combines AnyM types.
- reduceMValue(Monoid<AnyMValue<T>>) - Method in interface com.aol.cyclops.control.AnyM
-
Perform a monadic reduction using a Monoid that combines AnyM types.
- Reducer<T> - Interface in com.aol.cyclops
-
A class that extends Monoid to include a map operation to map to the type
of the identity element first (to make reduction to immutable collections, for example, easier to
work with in Java 8 Streams).
- reducer() - Method in interface com.aol.cyclops.Semigroup
-
Deprecated.
- reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, T, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
-
- Reducers - Class in com.aol.cyclops
-
Class that holds Reducers, Monoids with a type conversion for reducing a dataset to a single value.
- Reducers() - Constructor for class com.aol.cyclops.Reducers
-
- register(K, Adapter<V>) - Method in class com.aol.cyclops.control.Pipes
-
Register a Queue, and get back a listening LazyFutureStream that runs on a single thread
(not the calling thread)
- registered() - Method in class com.aol.cyclops.control.Pipes
-
- registerLimit(long) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- registerLimit(long) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- registerLimit(long) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- registerSkip(long) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- registerSkip(long) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- registerSkip(long) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- registerTimeLimit(long) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- registerTimeLimit(long) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- registerTimeLimit(long) - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- remainingCapacity() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- remove(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Remove all occurances of the specified element from the ReactiveSeq
- remove(T) - Method in interface com.aol.cyclops.control.Streamable
-
Remove all occurances of the specified element from the Streamable
- remove() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- remove(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- remove(Object, Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- remove() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
Deprecated.
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- remove(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- remove(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- remove(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- remove() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- remove(int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- remove(Object, Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- remove() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- remove(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Remove all occurances of the specified element from the SequenceM
- removeAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Remove all elements from this collection that match the values in the provided Seq
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- removeAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- removeAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- removeAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- removeAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- removeAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- removeAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
-
Remove all elements in the supplied Stream from this filterable
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
-
Remove all elements in the supplied Iterable from this filterable
- removeAll(T...) - Method in interface com.aol.cyclops.types.IterableFilterable
-
Remove all supplied elements from this filterable
- removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- removeAll(T...) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- removeFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- removeFirstOccurrence(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- removeIf(Predicate) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- removeLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- removeLastOccurrence(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- RepeatableStream<T> - Class in com.aol.cyclops.types.futurestream
-
- RepeatableStream() - Constructor for class com.aol.cyclops.types.futurestream.RepeatableStream
-
- replace(K, V, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- replace(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- replace(K, V, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- replace(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
Deprecated.
- replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- replicateM(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- replicateM(int) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Replicate given Monad
- request(long) - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
-
- requestAll() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
-
Request all elements to be processed from the processing Stream
- requestAllAsync() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
-
Request all elements to be processed asynchronously in the processing stream
- requestAsync(long) - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
-
Asyncrhonously request more elements from the Stream
- requestOne() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- resolve() - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- resolveForCrossTypeFlatMap(Comprehender, T) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
Answers the question how should this type behave when returned in a flatMap function
by another type? For example - Optional uses comp.of(opt.get()) when a value is present
and comp.empty() when no value is present.
- result() - Method in interface com.aol.cyclops.control.Trampoline
-
- retainAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
Retain all elements from this collection that match the values in the provided Seq
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
Deprecated.
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- retainAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- retainAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- retainAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
Deprecated.
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
Deprecated.
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
Deprecated.
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- retainAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- retainAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- retainAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
-
Retain only the supplied elements in the returned Filterable
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
-
Retain only the supplied elements in the returned Filterable
- retainAll(T...) - Method in interface com.aol.cyclops.types.IterableFilterable
-
Retain only the supplied elements in the returned Filterable
- retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- retainAll(T...) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
A BiFunction capable of retrying on failure using an exponential backoff strategy
- retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
A Function capable of retrying on failure using an exponential backoff strategy
- retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
A supplier capable of retrying on failure using an exponential backoff strategy
- retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
A TriFunction capable of retrying on failure using an exponential backoff strategy
- retry(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Retry a transformation if it fails.
- retry(Function<? super T, ? extends R>, int, long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Retry a transformation if it fails.
- retry(Function<T, R>) - Method in interface com.aol.cyclops.control.Streamable
-
Retry a transformation if it fails.
- retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Will execute this phase on the RetryExecutor (default or user supplied).
- retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
Will execute this phase on the RetryExecutor (default or user supplied).
- retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Will execute this phase on the RetryExecutor (default or user supplied).
- RetryBuilder - Class in com.aol.cyclops.react
-
- RetryBuilder() - Constructor for class com.aol.cyclops.react.RetryBuilder
-
- RetryBuilder.factory - Enum in com.aol.cyclops.react
-
- returnPopulator(LazyReact) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- reveresedJDKStream() - Method in interface com.aol.cyclops.types.stream.ToStream
-
- reveresedStream() - Method in interface com.aol.cyclops.types.stream.ToStream
-
- reverse() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- reverse() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- reverse() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- reverse() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- reverse() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- reverse() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- reverse() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- reverse() - Method in interface com.aol.cyclops.control.Streamable
-
- reverse(Stream<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Reverse a Stream
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- reverse() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- reverse() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Reverse a stream.
- reverse() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Reverse this Stream, by reversing the order in which the underlying Futures will be processed
- reverse() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Reversed, operating on the underlying futures.
- reverse() - Method in interface com.aol.cyclops.types.Traversable
-
Potentially efficient Stream reversal.
- reversedListOf(List<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a Reveresed Sequence from the provided elements Can be reversed
(again) efficiently
- reversedListOf(List<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a Reveresed Sequence from the provided elements
Can be reversed (again) efficiently
- reversedOf(T...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Construct a Reveresed Sequence from the provided elements Can be reversed
(again) efficiently
- reversedOf(T...) - Static method in interface com.aol.cyclops.control.Streamable
-
Construct a Reveresed Sequence from the provided elements
Can be reversed (again) efficiently
- reversedStream(List<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a reversed Stream from a List
- rightOuterJoin(Stream<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- rightOuterJoin(Iterable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- rightOuterJoin(Seq<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- rightOuterJoin(Streamable<U>, BiPredicate<T, U>) - Method in interface com.aol.cyclops.control.Streamable
-
- rightOuterJoin(Stream<? extends T>, BiPredicate<? super U, ? super T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Right outer join 2 streams into one.
- run() - Method in interface com.aol.cyclops.control.Try.CheckedRunnable
-
- run(Try.CheckedRunnable<X>) - Method in interface com.aol.cyclops.control.Try.Init
-
Run the supplied CheckedRunnable and trap any Exceptions
Return type is Void
- run(Try.CheckedRunnable<X>) - Method in class com.aol.cyclops.control.Try.MyInit
-
- run() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
Trigger a lazy stream as a task on the provided Executor
- run(Collector<U, A, R>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
Trigger a lazy stream and return the results in the Collection created by
the collector
- run() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- runContinuation(Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- runOnCurrent() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
Trigger a lazy stream
- runThread(Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
-
- runWithCatch(Try.CheckedRunnable<X>, Class<? extends X>...) - Static method in interface com.aol.cyclops.control.Try
-
Try to execute supplied Runnable and will Catch specified Excpetions or java.lang.Exception
if none specified.
- s(Supplier<T>) - Static method in class com.aol.cyclops.util.function.Lambda
-
E.g.
- safeJoin(FastFuture<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- SamplingCollector<T> - Class in com.aol.cyclops.react.collectors.lazy
-
Class that allows client code to only collect a sample of results from an Infinite SimpleReact Stream
The SamplingCollector won't collect results itself, but hand of control to a consumer that can when Sampling triggered.
- SamplingCollector(int, LazyResultConsumer<T>) - Constructor for class com.aol.cyclops.react.collectors.lazy.SamplingCollector
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- scanLeft(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- scanLeft(U, BiFunction<? super U, ? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- scanLeft(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- scanLeft(U, BiFunction<? super U, ? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Scan left using supplied Monoid
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Scan left
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Scan left using supplied Monoid
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
-
Scan left
- scanLeft(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Scan left using supplied Monoid
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- scanLeft(T, BiFunction<? super T, ? super U, ? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Scan a stream to the left.
- scanLeft(Monoid<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.types.Traversable
-
Scan left using supplied Monoid
- scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.types.Traversable
-
Scan left
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- scanRight(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- scanRight(U, BiFunction<? super A, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- scanRight(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- scanRight(U, BiFunction<? super A, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Scan right
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Scan right
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Scan right
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
-
Scan right
- scanRight(Stream<T>, U, BiFunction<? super T, ? super U, ? extends U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- scanRight(R, BiFunction<? super U, ? super R, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Scan a stream to the right.
- scanRight(Monoid<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- scanRight(Monoid<T>) - Method in interface com.aol.cyclops.types.Traversable
-
Scan right
- scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.types.Traversable
-
Scan right
- schedule(String, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.control.FutureW
-
Schedule the population of a FutureW from the provided Supplier, the provided Cron (Quartz format) expression will be used to
trigger the population of the FutureW.
- schedule(long, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.control.FutureW
-
Schedule the population of a FutureW from the provided Supplier after the specified delay.
- schedule(String, ScheduledExecutorService) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Execute this Stream on a schedule
- schedule(Stream<T>, String, ScheduledExecutorService) - Static method in class com.aol.cyclops.control.StreamUtils
-
Execute this Stream on a schedule
- schedule(String, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Execute this Stream on a schedule
- schedule(String, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.Foldable
-
Execute this Stream on a schedule
- schedule(String, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Schedule the population of a CompletableFuture from the provided Supplier, the provided Cron (Quartz format) expression will be used to
trigger the population of the CompletableFuture.
- schedule(long, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Schedule the population of a CompletableFuture from the provided Supplier after the specified delay.
- scheduleFixedDelay(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Execute this Stream on a schedule
- scheduleFixedDelay(Stream<T>, long, ScheduledExecutorService) - Static method in class com.aol.cyclops.control.StreamUtils
-
Execute this Stream on a schedule
- scheduleFixedDelay(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Execute this Stream on a schedule
- scheduleFixedDelay(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.Foldable
-
Execute this Stream on a schedule
- scheduleFixedRate(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Execute this Stream on a schedule
- scheduleFixedRate(Stream<T>, long, ScheduledExecutorService) - Static method in class com.aol.cyclops.control.StreamUtils
-
Execute this Stream on a schedule
- scheduleFixedRate(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Execute this Stream on a schedule
- scheduleFixedRate(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.Foldable
-
Execute this Stream on a schedule
- SECOND - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- secondary(ST) - Static method in interface com.aol.cyclops.control.Ior
-
Create an instance of the secondary type.
- Secondary() - Constructor for class com.aol.cyclops.control.Ior.Secondary
-
- secondary(ST) - Static method in interface com.aol.cyclops.control.Xor
-
Create an instance of the secondary type.
- Secondary() - Constructor for class com.aol.cyclops.control.Xor.Secondary
-
- secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, PT>>) - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, PT>>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, PT>>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, PT>>) - Method in interface com.aol.cyclops.control.Ior
-
Perform a flatMap operation on the Secondary type
- secondaryFlatMap(Function<? super ST, ? extends Xor<LT1, PT>>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryFlatMap(Function<? super ST, ? extends Xor<LT1, PT>>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryFlatMap(Function<? super ST, ? extends Xor<LT1, PT>>) - Method in interface com.aol.cyclops.control.Xor
-
Perform a flatMap operation on the Secondary type
- secondaryGet() - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryGet() - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryGet() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryGet() - Method in interface com.aol.cyclops.control.Ior
-
- secondaryGet() - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryGet() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryGet() - Method in interface com.aol.cyclops.control.Xor
-
- secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryMap(Function<? super ST, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
-
Always map the Secondary type of this Ior if it is present using the provided transformation function
- secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryMap(Function<? super ST, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
-
Always map the Secondary type of this Xor if it is present using the provided transformation function
- secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryPeek(Consumer<? super ST>) - Method in interface com.aol.cyclops.control.Ior
-
Peek at the Secondary type value if present
- secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryPeek(Consumer<? super ST>) - Method in interface com.aol.cyclops.control.Xor
-
Peek at the Secondary type value if present
- secondaryToOptional() - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryToOptional() - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryToOptional() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryToOptional() - Method in interface com.aol.cyclops.control.Ior
-
- secondaryToOptional() - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryToOptional() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryToOptional() - Method in interface com.aol.cyclops.control.Xor
-
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in interface com.aol.cyclops.control.Ior
-
A flatMap operation that keeps the Secondary and Primary types the same
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Xor<ST, PT>>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Xor<ST, PT>>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryToPrimayFlatMap(Function<? super ST, ? extends Xor<ST, PT>>) - Method in interface com.aol.cyclops.control.Xor
-
A flatMap operation that keeps the Secondary and Primary types the same
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in interface com.aol.cyclops.control.Ior
-
If this Ior contains the Secondary type only, map it's value so that it contains the Primary type only
If this Ior contains both types, this method has no effect in the default implementations
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in interface com.aol.cyclops.control.Xor
-
If this Xor contains the Secondary type, map it's value so that it contains the Primary type
- secondaryToStream() - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryToStream() - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryToStream() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryToStream() - Method in interface com.aol.cyclops.control.Ior
-
- secondaryToStream() - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryToStream() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryToStream() - Method in interface com.aol.cyclops.control.Xor
-
- secondaryValue() - Method in class com.aol.cyclops.control.Ior.Both
-
- secondaryValue() - Method in class com.aol.cyclops.control.Ior.Primary
-
- secondaryValue() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- secondaryValue() - Method in interface com.aol.cyclops.control.Ior
-
- secondaryValue() - Method in class com.aol.cyclops.control.Xor.Primary
-
- secondaryValue() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- secondaryValue() - Method in interface com.aol.cyclops.control.Xor
-
- seconds - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- self(Consumer<LazyFutureStream<U>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Give a consumer access to this Stream
- self(Consumer<SimpleReactStream<U>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Give a function access to the current stage of a SimpleReact Stream
- Semigroup<T> - Interface in com.aol.cyclops
-
An (associative) binary operation for combining values.
- SemigroupApplyer() - Constructor for class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
-
- Semigroups - Interface in com.aol.cyclops
-
A static class with a large number of Semigroups or Combiners.
- seq(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
-
Non-type safe way to wrap a supported monad type in an AnyMSeq
- seq() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- SeqSubscriber<T> - Class in com.aol.cyclops.types.stream.reactive
-
A reactive-streams Subscriber that can generate various forms of sequences from a publisher
- SeqSubscriber() - Constructor for class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- sequence(Collection<? extends AnyM<T1>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Convert a Collection of Monads to a Monad with a List
- sequence(Stream<? extends AnyM<T>>, Supplier<? extends AnyM<Stream<T>>>) - Static method in interface com.aol.cyclops.control.AnyM
-
Convert a Stream of Monads to a Monad with a Stream
- sequence(CollectionX<Eval<T>>) - Static method in interface com.aol.cyclops.control.Eval
-
Turn a collection of Evals into a single Eval with a List of values.
- sequence(Stream<Eval<T>>) - Static method in interface com.aol.cyclops.control.Eval
-
Turn a Stream of Evals into a single Eval with a Stream of values.
- sequence(CollectionX<FutureW<T>>) - Static method in class com.aol.cyclops.control.FutureW
-
Asynchronous sequence operation that convert a Collection of FutureWs to a FutureW with a List
- sequence(Stream<FutureW<T>>) - Static method in class com.aol.cyclops.control.FutureW
-
Sequence operation that convert a Stream of FutureWs to a FutureW with a Stream
- sequence(CollectionX<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
-
Sequence operation, take a Collection of Maybes and turn it into a Maybe with a Collection
By constrast with
Maybe.sequenceJust(CollectionX)
if any Maybe types are None / empty
the return type will be an empty Maybe / None
- sequence(Stream<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
-
Sequence operation, take a Stream of Maybes and turn it into a Maybe with a Stream
By constrast with
Maybe.sequenceJust(CollectionX)
Maybe#empty/ None types are
result in the returned Maybe being Maybe.empty / None
- sequence(Collection<? extends AnyMSeq<T1>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Convert a Collection of Monads to a Monad with a List
- sequence(Stream<AnyMSeq<T>>, Supplier<AnyMSeq<Stream<T>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Convert a Stream of Monads to a Monad with a Stream
- sequence(Stream<AnyMValue<T>>, Supplier<AnyMValue<Stream<T>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Convert a Stream of Monads to a Monad with a Stream
- sequence(Collection<? extends AnyMValue<T1>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Convert a Collection of Monads to a Monad with a List
- sequence(CollectionX<CompletableFuture<T>>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronous sequence operation that convert a Collection of Futures to a Future with a List
- sequence(Stream<CompletableFuture<T>>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
Asynchronous sequence operation that convert a Stream of FutureWs to a Future with a Stream
- sequence(CollectionX<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
-
Sequence operation, take a Collection of Optionals and turn it into a Optional with a Collection
By constrast with
Optionals.sequencePresent(CollectionX)
, if any Optionals are empty the result
is an empty Optional
- sequence(Stream<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
-
Sequence operation, take a Collection of Optionals and turn it into a Optional with a Collection
By constrast with Optional#sequencePresent(CollectionX)
if any Optional types are empty
the return type will be an empty Optional
- sequenceJust(CollectionX<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
-
Sequence operation, take a Collection of Maybes and turn it into a Maybe with a Collection
Only successes are retained.
- sequencePresent(CollectionX<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
-
Sequence operation, take a Collection of Optionals and turn it into a Optional with a Collection
Only successes are retained.
- sequencePrimary(CollectionX<Ior<ST, PT>>) - Static method in interface com.aol.cyclops.control.Ior
-
Turn a collection of Iors into a single Ior with Lists of values.
- sequencePrimary(CollectionX<Xor<ST, PT>>) - Static method in interface com.aol.cyclops.control.Xor
-
Turn a collection of Xors into a single Ior with Lists of values.
- sequenceSecondary(CollectionX<Ior<ST, PT>>) - Static method in interface com.aol.cyclops.control.Ior
-
Turn a collection of Iors into a single Ior with Lists of values.
- sequenceSecondary(CollectionX<Xor<ST, PT>>) - Static method in interface com.aol.cyclops.control.Xor
-
Turn a collection of Xors into a single Xor with Lists of values.
- sequential() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- SEQUENTIAL - Static variable in class com.aol.cyclops.react.collectors.lazy.MaxActive
-
- sequential() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- Sequential<T> - Interface in com.aol.cyclops.types
-
A sequential non-scalar data type
- sequentialBuilder() - Static method in class com.aol.cyclops.control.LazyReact
-
- sequentialBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
-
- sequentialCommonBuilder() - Static method in class com.aol.cyclops.control.LazyReact
-
- sequentialCommonBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
-
- sequentialCurrentBuilder() - Static method in class com.aol.cyclops.control.LazyReact
-
- SequentialElasticPools - Class in com.aol.cyclops.react.threads
-
A ReactPool of each type for sequential Streams
- SequentialElasticPools() - Constructor for class com.aol.cyclops.react.threads.SequentialElasticPools
-
- set(T) - Method in class com.aol.cyclops.data.async.Signal
-
Set the current value of this signal
- set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
Deprecated.
- set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
Deprecated.
- set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
Deprecated.
- set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- set(T) - Method in class com.aol.cyclops.data.Mutable
-
- set(boolean) - Method in class com.aol.cyclops.data.MutableBoolean
-
- set(byte) - Method in class com.aol.cyclops.data.MutableByte
-
- set(char) - Method in class com.aol.cyclops.data.MutableChar
-
- set(double) - Method in class com.aol.cyclops.data.MutableDouble
-
- set(float) - Method in class com.aol.cyclops.data.MutableFloat
-
- set(int) - Method in class com.aol.cyclops.data.MutableInt
-
- set(long) - Method in class com.aol.cyclops.data.MutableLong
-
- set(short) - Method in class com.aol.cyclops.data.MutableShort
-
- setCalendarHour(Calendar, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Advance the calendar to the particular hour paying particular attention
to daylight saving problems.
- setOnce(T) - Method in class com.aol.cyclops.data.LazyImmutable
-
Set the value of this ImmutableClosedValue
If it has already been set will throw an exception
- setSizeSignal(int, Signal<Integer>) - Method in class com.aol.cyclops.data.async.Topic
-
- SetT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
'Monad' Transformer for Java Sets (will break laws as map will lose duplicates)
SetT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Set
SetT allows the deeply wrapped Set to be manipulating within it's nested /contained context
- setT(SetT<T>) - Static method in class com.aol.cyclops.Matchables
-
- setT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- setTimeZone(TimeZone) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Sets the time zone for which this CronExpression
will be resolved.
- SetTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
'Monad' Transformer for Java Sets (will break laws as map will lose duplicates)
nested within Sequential or non-scalar data types (e.g.
- SetTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Java Sets (will break laws as map will lose duplicates) nested within Scalar data types (e.g.
- setUseCommon(boolean) - Static method in class com.aol.cyclops.react.ThreadPools
-
- SetX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
-
- setXCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- setXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- setXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- SetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
-
- SetXImpl(Set<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- SetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- shard(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Break a stream into multiple Streams based of some characteristic of the
elements of the Stream
e.g.
- shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- shuffle() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- shuffle() - Method in interface com.aol.cyclops.control.Streamable
-
- shuffle(Random) - Method in interface com.aol.cyclops.control.Streamable
-
- shuffle(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- shuffle() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- shuffle(Random) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- shuffle() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Shuffle a stream
// e.g.
- shuffle(Random) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Shuffle a stream using specified source of randomness
// e.g.
- shuffle() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
- shuffle(Random) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Shuffle a stream using specified source of randomness
// e.g.
- shuffle() - Method in interface com.aol.cyclops.types.Traversable
-
- shuffle(Random) - Method in interface com.aol.cyclops.types.Traversable
-
- Signal<T> - Class in com.aol.cyclops.data.async
-
Datastructure that accepts a Stream of data and outputs a Stream of changes
- Signal(Adapter<T>, Adapter<T>) - Constructor for class com.aol.cyclops.data.async.Signal
-
Construct a new Signal
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue1
-
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue2
-
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue3
-
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue4
-
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue5
-
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValueOpt
-
- simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValues
-
- SimpleReact - Class in com.aol.cyclops.control
-
Builder class for SimpleReact Stream types
SimpleReact streams are finite eager parallel Streams with a concise API.
- SimpleReact() - Constructor for class com.aol.cyclops.control.SimpleReact
-
Construct a SimpleReact builder using standard thread pool.
- SimpleReact(Executor, RetryExecutor, Boolean) - Constructor for class com.aol.cyclops.control.SimpleReact
-
Construct a SimpleReact builder from the provided Executor, Retrier.
- SimpleReact(Executor) - Constructor for class com.aol.cyclops.control.SimpleReact
-
- SimpleReact(Executor, RetryExecutor) - Constructor for class com.aol.cyclops.control.SimpleReact
-
Construct a SimpleReact builder from the provided Executor, Retrier.
- SimpleReact(Executor, RetryExecutor, Executor) - Constructor for class com.aol.cyclops.control.SimpleReact
-
- SimpleReact(Executor, Executor, RetryExecutor, Boolean) - Constructor for class com.aol.cyclops.control.SimpleReact
-
- simpleReact - Static variable in class com.aol.cyclops.react.threads.ParallelElasticPools
-
- simpleReact - Static variable in class com.aol.cyclops.react.threads.SequentialElasticPools
-
- SimpleReactFailedStageException - Exception in com.aol.cyclops.react
-
- SimpleReactFailedStageException() - Constructor for exception com.aol.cyclops.react.SimpleReactFailedStageException
-
- simpleReactStream(CompletableFuture<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked
, in which it will switch to the common 'free' thread executor)
Subsequent tasks will be executed synchronously unless the async() operator is invoked.
- simpleReactStream(CompletableFuture<T>...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a 'free threaded' asynchronous stream that runs on a single thread (not current)
The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator
is invoked.
- simpleReactStream(Stream<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Wrap a Stream into a SimpleReactStream.
- simpleReactStream(Iterator<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Wrap an Iterator into a FutureStream.
- SimpleReactStream<U> - Interface in com.aol.cyclops.types.futurestream
-
- simpleReactStreamFrom(Stream<CompletableFuture<T>>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked
, in which it will switch to the common 'free' thread executor)
Subsequent tasks will be executed synchronously unless the async() operator is invoked.
- simpleReactStreamFromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
Wrap an Iterable into a FutureStream.
- SimpleTimer - Class in com.aol.cyclops.util
-
Simple Timer class that returns elapsed milliseconds since construction
- SimpleTimer() - Constructor for class com.aol.cyclops.util.SimpleTimer
-
- single() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
//1
ReactiveSeq.of(1).single();
//UnsupportedOperationException
ReactiveSeq.of().single();
//UnsupportedOperationException
ReactiveSeq.of(1,2,3).single();
- single(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- single() - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(1).single(),equalTo(1));
- single() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- single(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- single() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
//1
ReactiveSeq.of(1).single();
//UnsupportedOperationException
ReactiveSeq.of().single();
//UnsupportedOperationException
ReactiveSeq.of(1,2,3).single();
- single(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- single() - Method in interface com.aol.cyclops.types.Foldable
-
//1
ReactiveSeq.of(1).single();
//UnsupportedOperationException
ReactiveSeq.of().single();
//UnsupportedOperationException
ReactiveSeq.of(1,2,3).single();
- single(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Foldable
-
- single() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
- single(Predicate<T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
- single() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- single(Predicate<T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- single() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- single(Predicate<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- SingleContinuation(Queue<?>) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.SingleContinuation
-
- singleOptional() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
//Optional[1]
ReactiveSeq.of(1).singleOptional();
//Optional.empty
ReactiveSeq.of().singleOpional();
//Optional.empty
ReactiveSeq.of(1,2,3).singleOptional();
- singleOptional() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- singleOptional() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
//Optional[1]
ReactiveSeq.of(1).singleOptional();
//Optional.empty
ReactiveSeq.of().singleOpional();
//Optional.empty
ReactiveSeq.of(1,2,3).singleOptional();
- singleOptional() - Method in interface com.aol.cyclops.types.Foldable
-
//Optional[1]
ReactiveSeq.of(1).singleOptional();
//Optional.empty
ReactiveSeq.of().singleOpional();
//Optional.empty
ReactiveSeq.of(1,2,3).singleOptional();
- singleOptional() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
- singleOptional() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- singleOptional() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- singleton(K, V) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
Construct a PStack containing a single value
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
Construct a PVector containing a single value
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
Construct a DequeX with a single value
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- singleWriterboundedNonBlockingQueue(int) - Static method in class com.aol.cyclops.data.async.QueueFactories
-
Creates an async.Queue backed by an Agrona OneToOneConcurrentArrayQueue bounded by specified queueSize
Wait strategy used is NoWaitRetry by default for both Consumers and Producers
(both Consumers and Producers will repeatedly retry until successful).
- singleWriterboundedNonBlockingQueue(int, WaitStrategy<T>) - Static method in class com.aol.cyclops.data.async.QueueFactories
-
Generate QueueFactory for bounded non blocking queues.
- size() - Method in class com.aol.cyclops.control.Pipes
-
- size() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
[equivalent to count]
- size() - Method in interface com.aol.cyclops.control.Streamable
-
[equivalent to count]
- size() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- size() - Method in class com.aol.cyclops.data.async.Queue
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- size() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- size() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- size() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- skip(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertThat(ReactiveSeq.of(4,3,6,7).skip(2).toList(),equalTo(Arrays.asList(6,7)));
- skip(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Skip all elements until specified time period has passed
- skip(long) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).skip(2).toList(),equalTo(Arrays.asList(6,7)));
- skip(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
-
Skip all elements until specified time period has passed
- skip(Stream<U>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- skip(long) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- skip(long) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- skip(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- skip(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- skip(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
assertThat(of(1,2,3,4,5).actOnFutures().skip(2).collect(Collectors.toList()).size(),is(3));
- skip(long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
In contast to EagerFutureStream#skip skipFutures will skip the first n entries
of the underlying Stream of Futures.
- skip(long) - Method in interface com.aol.cyclops.types.Traversable
-
assertThat(ReactiveSeq.of(4,3,6,7).skip(2).toList(),equalTo(Arrays.asList(6,7)));
- skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- skipLast(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertThat(ReactiveSeq.of(1,2,3,4,5) .skipLast(2)
.collect(Collectors.toList()),equalTo(Arrays.asList(1,2,3)));
- skipLast(int) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(1,2,3,4,5)
.skipLast(2)
.collect(Collectors.toList()),equalTo(Arrays.asList(1,2,3)));
- skipLast(Stream<U>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- skipLast(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- skipLast(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- skipLast(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Skip the last num of elements from this Stream
- skipLast(int) - Method in interface com.aol.cyclops.types.Traversable
-
assertThat(ReactiveSeq.of(1,2,3,4,5) .skipLast(2)
.collect(Collectors.toList()),equalTo(Arrays.asList(1,2,3)));
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- skipUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- skipUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Drop elements from the Stream until the predicate returns true, after
which all elements are included
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).skipUntil(i->i==6).toList(),equalTo(Arrays.asList(6,7)));
- skipUntil(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
skip elements in Stream until Predicate holds true
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- skipUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Returns a stream with all elements skipped for which a predicate
evaluates to false.
- skipUntil(SimpleReactStream<T>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Return a Stream with the same values as this Stream, but with all values omitted until the provided stream starts emitting values.
- skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Drop elements from the Stream until the predicate returns true, after
which all elements are included
- skipUntilClosed(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- skipWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- skipWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
SkipWhile drops elements from the Stream while the predicate holds, once
the predicte returns true all subsequent elements are included *
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).sorted().skipWhile(i->i<6).toList(),equalTo(Arrays.asList(6,7)));
- skipWhile(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
skip elements in a Stream while Predicate holds true
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- skipWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Returns a stream with all elements skipped for which a predicate
evaluates to true.
- skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
SkipWhile drops elements from the Stream while the predicate holds, once
the predicte returns true all subsequent elements are included *
- skipWhileClosed(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- skipWhileClosed(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- skipWhiteSpace(int, String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- slice(long, long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- slice(long, long) - Method in interface com.aol.cyclops.control.Streamable
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- slice(long, long) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- slice(long, long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- slice(long, long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Returns a limited interval from a given Stream.
- slice(long, long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Returns a limited interval from a given Stream.
- slice(long, long) - Method in interface com.aol.cyclops.types.Traversable
-
- sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- sliding(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a sliding view over this Sequence
- sliding(int, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a sliding view over this Sequence
- sliding(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sliding(int) - Method in interface com.aol.cyclops.control.Streamable
-
Create a sliding view over this Sequence
- sliding(int, int) - Method in interface com.aol.cyclops.control.Streamable
-
Create a sliding view over this Sequence
- sliding(Stream<T>, int, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a sliding view over this Stream
- sliding(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a sliding view over this Stream
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- sliding(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- sliding(int, int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- sliding(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- sliding(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sliding view over this Stream
- sliding(int, int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Create a sliding view over this Stream
- sliding(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Create a sliding view over this Sequence
- sliding(int, int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Create a sliding view over this Sequence
- sliding(int) - Method in interface com.aol.cyclops.types.Traversable
-
Create a sliding view over this Sequence
- sliding(int, int) - Method in interface com.aol.cyclops.types.Traversable
-
Create a sliding view over this Sequence
- slidingT(int, int) - Method in interface com.aol.cyclops.types.TransformerTraversable
-
Create a Sliding window into the data in this traversble.
- slidingT(int) - Method in interface com.aol.cyclops.types.TransformerTraversable
-
Create a Sliding window into the data in this traversble.
- soften() - Method in interface com.aol.cyclops.util.function.Cacheable
-
- softenBiConsumer(CheckedBiConsumer<T1, T2>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedBiConsumer that can throw Checked Exceptions to a standard BiConsumer that can also throw Checked Exceptions (without declaring them)
e.g.
- softenBiFunction(CheckedBiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedBiFunction that can throw Checked Exceptions to a standard BiFunction that can also throw Checked Exceptions (without declaring them)
- softenBiPredicate(CheckedBiPredicate<T1, T2>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedBiPredicate that can throw Checked Exceptions to a standard BiPredicate that can also throw Checked Exceptions (without declaring them)
e.g.
- softenBooleanSupplier(CheckedBooleanSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a BooleanSuppler that throws a checked exception into one that still throws the exception, but doesn't need to declare it.
- softenCallable(Callable<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a Callable that throws a ChecekdException into a Supplier
- softenConsumer(CheckedConsumer<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedConsumer that can throw Checked Exceptions to a standard Consumer that can also throw Checked Exceptions (without declaring them)
e.g.
- softenDoubleConsumer(CheckedDoubleConsumer) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedDoubleConsumer that can throw Checked Exceptions to a standard DoubleConsumer that can also throw Checked Exceptions (without declaring them)
e.g.
- softenDoubleFunction(CheckedDoubleFunction<R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedDoubleFunction that can throw Checked Exceptions to a standard DoubleFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenDoublePredicate(CheckedDoublePredicate) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedDoublePredicate that can throw Checked Exceptions to a standard DoublePredicate that can also throw Checked Exceptions (without declaring them)
e.g.
- softenDoubleSupplier(CheckedDoubleSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedDoubleSupplier to an DoubleSupplier that doesn't need to declare any checked exceptions thrown
e.g.
- softenDoubleToIntFunction(CheckedDoubleToIntFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedDoubleToIntFunction that can throw Checked Exceptions to a standard DoubleToIntFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenDoubleToLongFunction(CheckedDoubleToLongFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedDoubleToLongFunction that can throw Checked Exceptions to a standard DoubleToLongFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- SoftenedCacheable<OUT> - Interface in com.aol.cyclops.util.function
-
Interface that represents a pluggable cache
- softenFunction(CheckedFunction<T, R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedFunction that can throw Checked Exceptions to a standard Function that can also throw Checked Exceptions (without declaring them)
e.g.
- softenIntConsumer(CheckedIntConsumer) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedIntConsumer that can throw Checked Exceptions to a standard IntConsumer that can also throw Checked Exceptions (without declaring them)
e.g.
- softenIntFunction(CheckedIntFunction<R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedIntFunction that can throw Checked Exceptions to a standard IntFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenIntPredicate(CheckedIntPredicate) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedIntPredicate that can throw Checked Exceptions to a standard IntPredicate that can also throw Checked Exceptions (without declaring them)
e.g.
- softenIntSupplier(CheckedIntSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedIntSupplier to an IntSupplier that doesn't need to declare any checked exceptions thrown
e.g.
- softenIntToDoubleFunction(CheckedIntToDoubleFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedIntToDoubleFunction that can throw Checked Exceptions to a standard IntToDoubleFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenIntToLongFunction(CheckedIntToLongFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedIntToLongFunction that can throw Checked Exceptions to a standard IntToLongFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenLongConsumer(CheckedLongConsumer) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedLongConsumer that can throw Checked Exceptions to a standard LongConsumer that can also throw Checked Exceptions (without declaring them)
e.g.
- softenLongFunction(CheckedLongFunction<R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedLongFunction that can throw Checked Exceptions to a standard LongFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenLongPredicate(CheckedLongPredicate) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedLongPredicate that can throw Checked Exceptions to a standard LongPredicate that can also throw Checked Exceptions (without declaring them)
e.g.
- softenLongSupplier(CheckedLongSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedLongSupplier to an LongSupplier that doesn't need to declare any checked exceptions thrown
e.g.
- softenLongToDoubleFunction(CheckedLongToDoubleFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedLongToDoubleFunction that can throw Checked Exceptions to a standard LongToDoubleFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenLongToIntFunction(CheckedLongToIntFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedLongToIntFunction that can throw Checked Exceptions to a standard LongToIntFunction that can also throw Checked Exceptions (without declaring them)
e.g.
- softenPredicate(CheckedPredicate<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a CheckedPredicate that can throw Checked Exceptions to a standard Predicate that can also throw Checked Exceptions (without declaring them)
e.g.
- softenRunnable(CheckedRunnable) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a Runnable that throws a ChecekdException into a plain old Runnable
- softenSupplier(CheckedSupplier<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Soften a Supplier that throws a ChecekdException into a plain old Supplier
- some() - Static method in class com.aol.cyclops.util.function.Predicates
-
import static com.aol.cyclops.util.function.Predicates.some;
ListX.of(Arrays.asList(),Arrays.asList(1),null, Optional.empty(),Maybe.none())
.filter(some());
//ListX[List[1]]
- some(T) - Static method in class com.aol.cyclops.util.function.Predicates
-
Alias for eq (results in nicer pattern matching dsl).
- sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- sorted() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- sorted(Comparator<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- sorted(Function<? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- sorted(Comparator<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- sorted(Function<? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- sorted() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- sorted() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- sorted() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- sorted() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- sorted() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- sorted() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertThat(ReactiveSeq.of(4,3,6,7)).sorted().toList(),equalTo(Arrays.asList(3,4,6,7)));
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertThat(ReactiveSeq.of(4,3,6,7).sorted((a,b) -> b-a).toList(),equalTo(Arrays.asList(7,6,4,3)));
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sorted(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sorted() - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7)).sorted().toList(),equalTo(Arrays.asList(3,4,6,7)));
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertThat(Streamable.of(4,3,6,7).sorted((a,b) -> b-a).toList(),equalTo(Arrays.asList(7,6,4,3)));
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- sorted() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- sorted(Function<? super U, ? extends U1>, Comparator<? super U1>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- sorted() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- sorted(Comparator<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- sorted(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- sorted() - Method in interface com.aol.cyclops.types.Traversable
-
assertThat(ReactiveSeq.of(4,3,6,7)).sorted().toList(),equalTo(Arrays.asList(3,4,6,7)));
- sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
assertThat(ReactiveSeq.of(4,3,6,7).sorted((a,b) -> b-a).toList(),equalTo(Arrays.asList(7,6,4,3)));
- sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.Traversable
-
- SortedSetX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
-
- SortedSetX.Comparables - Class in com.aol.cyclops.data.collections.extensions.standard
-
- sortedSetXConcat() - Static method in interface com.aol.cyclops.Monoids
-
- sortedSetXConcat() - Static method in interface com.aol.cyclops.Semigroups
-
- SortedSetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
-
- SortedSetXImpl(SortedSet<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- SortedSetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- SpinWait<T> - Class in com.aol.cyclops.data.async.wait
-
Repeatedly retry to take or offer element to Queue if full or data unavailable,
with a wait of 1 nano second between retries
- SpinWait() - Constructor for class com.aol.cyclops.data.async.wait.SpinWait
-
- spinWait() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
-
- splitAt(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Split at supplied location
- splitAt(int) - Method in interface com.aol.cyclops.control.Streamable
-
Split at supplied location
- splitAt(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
Split at supplied location
- splitAt(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- splitAt(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Split at supplied location
- splitAt(long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Split a stream at a given position.
- splitAtHead() - Method in interface com.aol.cyclops.control.Streamable
-
Split this Streamable after the first element (if present)
- splitAtHead() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Split a Stream at it's head (similar to headAndTail)
- splitBy(Predicate<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Split stream at point where predicate no longer holds
- splitBy(Predicate<T>) - Method in interface com.aol.cyclops.control.Streamable
-
Split stream at point where predicate no longer holds
- splitBy(Stream<T>, Predicate<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Split stream at point where predicate no longer holds
- splitBy(Predicate<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- spliterator() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- spliterator() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- spliterator() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- splitSequenceAtHead() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Split a Stream at it's head (similar to headAndTail)
- splitSequenceAtHead() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- StageWithResults<RS,U> - Class in com.aol.cyclops.react
-
- StageWithResults(ConfigurableStream<U, Object>, RS) - Constructor for class com.aol.cyclops.react.StageWithResults
-
- startsWith(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Stream.of(1,2,3)))
- startsWith(Stream<T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertTrue(Streamable.of(1,2,3,4).startsWith(Stream.of(1,2,3)))
- startsWith(Stream<T>, Iterable<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
assertTrue(StreamUtils.startsWith(Stream.of(1,2,3,4),Arrays.asList(1,2,3)));
- startsWith(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- startsWith(Stream<T>, Iterator<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
assertTrue(StreamUtils.startsWith(Stream.of(1,2,3,4),Arrays.asList(1,2,3).iterator()))
- startsWith(Stream<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3).iterator()))
- startsWith(Stream<T>) - Method in interface com.aol.cyclops.types.Foldable
-
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Stream.of(1,2,3)))
- startsWith(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- startsWith(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
-
- startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
- startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.Streamable
-
assertTrue(Streamable.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
- startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
- startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.Foldable
-
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
- startsWithIterable(Iterable<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- Status<T> - Class in com.aol.cyclops.react
-
Class that returned to blocking predicates for short circuiting result collection
- Status() - Constructor for class com.aol.cyclops.react.Status
-
- steps() - Method in interface com.aol.cyclops.control.Eval
-
- storeExpressionVals(int, String, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
- stream() - Method in interface com.aol.cyclops.control.AnyM
-
- stream() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- stream(BaseStream<T1, ?>) - Static method in class com.aol.cyclops.control.For
-
Add a Stream as next nested level in the comprehension
- stream() - Method in class com.aol.cyclops.control.FutureW
-
- stream() - Method in class com.aol.cyclops.control.Ior.Both
-
- stream() - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- stream() - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- stream() - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- stream() - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- stream() - Method in interface com.aol.cyclops.control.monads.transformers.values.FoldableTransformerSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- stream() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- stream() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- stream() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Convert this ReactiveSeq into a Stream
- stream() - Method in interface com.aol.cyclops.control.Streamable
-
- stream() - Method in class com.aol.cyclops.control.StreamSource
-
Create a pushable JDK 8 Stream
- stream(Adapter<T>) - Static method in class com.aol.cyclops.control.StreamSource
-
Create a JDK 8 Stream from the supplied Adapter
- stream(Iterable<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a stream from an iterable
- stream(Spliterator<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- stream(Iterator<U>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a stream from an iterator
- stream(Map<K, V>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a stream from a map
- stream() - Method in class com.aol.cyclops.control.Try.Failure
-
- stream() - Method in interface com.aol.cyclops.control.Try
-
- stream() - Method in class com.aol.cyclops.control.Try.Success
-
- stream() - Method in interface com.aol.cyclops.data.async.Adapter
-
- stream(Continueable) - Method in interface com.aol.cyclops.data.async.Adapter
-
- stream() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- stream() - Method in class com.aol.cyclops.data.async.Queue
-
- stream(Continueable) - Method in class com.aol.cyclops.data.async.Queue
-
- stream() - Method in class com.aol.cyclops.data.async.Topic
-
Generating a stream will register the Stream as a subscriber to this topic.
- stream(Continueable) - Method in class com.aol.cyclops.data.async.Topic
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- stream() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.LazyFluentCollection
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- stream() - Method in class com.aol.cyclops.data.LazyImmutable
-
- stream() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- stream() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- stream() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
- stream() - Method in interface com.aol.cyclops.types.ConvertableSequentialFunctor
-
- stream() - Method in interface com.aol.cyclops.types.ExtendedTraversable
-
- stream() - Method in interface com.aol.cyclops.types.Foldable
-
- stream() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- stream() - Method in class com.aol.cyclops.types.futurestream.RepeatableStream
-
- stream() - Method in interface com.aol.cyclops.types.IterableFunctor
-
- stream() - Method in interface com.aol.cyclops.types.Sequential
-
- stream() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- stream() - Method in interface com.aol.cyclops.types.stream.ToStream
-
- stream() - Method in interface com.aol.cyclops.types.TransformerTraversable
-
- stream() - Method in interface com.aol.cyclops.types.Traversable
-
- stream() - Method in interface com.aol.cyclops.types.Value
-
- stream() - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
-
Create a pushable JDK 8 Stream
- Streamable<T> - Interface in com.aol.cyclops.control
-
Represents something that can generate a Stream, repeatedly
- Streamable.Impl - Class in com.aol.cyclops.control
-
- Streamable.PrintableIterable<T> - Class in com.aol.cyclops.control
-
- StreamableT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad Transformer for Cyclops Streamables
StreamableT allows the deeply wrapped Streamable to be manipulating within it's nested /contained context
- streamableT(StreamableT<T>) - Static method in class com.aol.cyclops.Matchables
-
- streamableT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- StreamableTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad Transformer for Streamables nested within Sequential or non-scalar data types (e.g.
- StreamableTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Streamables nested within Scalar data types (e.g.
- streamApply(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
- streamBatch(Continueable, Function<BiFunction<Long, TimeUnit, T>, Supplier<Collection<T>>>) - Method in class com.aol.cyclops.data.async.Queue
-
- streamBatchNoTimeout(Continueable, Function<Supplier<T>, Supplier<Collection<T>>>) - Method in class com.aol.cyclops.data.async.Queue
-
- streamCompletableFutures() - Method in interface com.aol.cyclops.data.async.Adapter
-
- streamCompletableFutures() - Method in class com.aol.cyclops.data.async.Queue
-
- streamCompletableFutures() - Method in class com.aol.cyclops.data.async.Topic
-
Generating a streamCompletableFutures will register the Stream as a subscriber to this topic.
- streamCompletableFutures() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- streamCompletableFutures() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- streamCompletableFutures() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- streamControl(Continueable, Function<Supplier<T>, Supplier<T>>) - Method in class com.aol.cyclops.data.async.Queue
-
- streamControlFutures(Continueable, Function<Supplier<T>, CompletableFuture<T>>) - Method in class com.aol.cyclops.data.async.Queue
-
- streamOf(T...) - Static method in interface com.aol.cyclops.control.AnyM
-
Create an AnyM wrapping a Stream of the supplied data
Identical to fromArray, exists as it may appear functionally more obvious to users than fromArray (which fits the convention)
- StreamOfContinuations(Queue<?>) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.StreamOfContinuations
-
- StreamSource - Class in com.aol.cyclops.control
-
Create Java 8 Streams that data can be pushed into
Pushing data into a Java 8 Stream
- StreamT<T> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad Transformer for Java Streams
StreamT allows the deeply wrapped Stream to be manipulating within it's nested /contained context
- streamT(StreamT<T>) - Static method in class com.aol.cyclops.Matchables
-
- streamT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- streamToCompletableFuture(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create a CompletableFuture containing a List materialized from a Stream
- streamToOptional(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Create an Optional containing a List materialized from a Stream
- StreamTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad Transformer for Streams nested within Sequential or non-scalar data types (e.g.
- StreamTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad Transformer for Streams nested within Scalar data types (e.g.
- StreamUtils - Class in com.aol.cyclops.control
-
Static utility methods for working with Java 8 Streams
- StreamUtils() - Constructor for class com.aol.cyclops.control.StreamUtils
-
- stringBufferConcat - Static variable in interface com.aol.cyclops.Monoids
-
StringBuffer concatenation
- stringBufferConcat - Static variable in interface com.aol.cyclops.Semigroups
-
StringBuffer concatenation
- stringBufferJoin(String) - Static method in interface com.aol.cyclops.Monoids
-
- stringBufferJoin(String) - Static method in interface com.aol.cyclops.Semigroups
-
- stringBuilderConcat - Static variable in interface com.aol.cyclops.Monoids
-
StringBuilder concatenation
- stringBuilderConcat - Static variable in interface com.aol.cyclops.Semigroups
-
StringBuilder concatenation
- stringBuilderJoin(String) - Static method in interface com.aol.cyclops.Monoids
-
- stringBuilderJoin(String) - Static method in interface com.aol.cyclops.Semigroups
-
- stringConcat - Static variable in interface com.aol.cyclops.Monoids
-
String concatenation
- stringConcat - Static variable in interface com.aol.cyclops.Semigroups
-
String concatenation
- stringJoin(String) - Static method in interface com.aol.cyclops.Monoids
-
- stringJoin(String) - Static method in interface com.aol.cyclops.Semigroups
-
- subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
-
Create a sub sequence between the two supplied index
- subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- subList(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- subList(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
-
- submit(Function<RS, R>) - Method in class com.aol.cyclops.react.StageWithResults
-
This method allows the SimpleReact Executor to be reused by JDK parallel streams.
- submit(Callable<T>) - Method in class com.aol.cyclops.react.StageWithResults
-
This method allows the SimpleReact Executor to be reused by JDK parallel streams
- subscribe(Subscriber<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- subscribe(Subscriber<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- subscribe(Subscriber<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- subscribe(Subscriber<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- subscribe(Subscriber<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
- subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
- subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.Value
-
- subscriber() - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
Create a subscriber that can listen to Reactive Streams (simple-react,
RxJava AkkaStreams, Kontraktor, QuadarStreams etc)
- subscriber(QueueBasedSubscriber.Counter, int) - Static method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
Create a QueueBasedSubscriber, backed by a JDK LinkedBlockingQueue
- subscriber(Queue<T>, QueueBasedSubscriber.Counter, int) - Static method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
Create a QueueBasedSubscriber, backed by the provided Queue
- subscriber(QueueFactory<T>, QueueBasedSubscriber.Counter, int) - Static method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
Create a QueueBasedSubscriber, backed by a Queue that will be created with the provided QueueFactory
- subscriber(Runnable) - Static method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- subscriber() - Static method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
-
- subscriber(Runnable) - Static method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- subscriber() - Static method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- subscribeSync(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
Deprecated.
- subscribeTo(K, Subscriber<V>) - Method in class com.aol.cyclops.control.Pipes
-
Subscribe synchronously to a pipe
- subscribeTo(K, Subscriber<V>, Executor) - Method in class com.aol.cyclops.control.Pipes
-
Subscribe asynchronously to a pipe
- Subscription - Class in com.aol.cyclops.react.async.subscription
-
- Subscription() - Constructor for class com.aol.cyclops.react.async.subscription.Subscription
-
- subSet(T, T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- subStream(int, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Return a Stream with elements before the provided start index removed,
and elements after the provided end index removed
- subStream(int, int) - Method in interface com.aol.cyclops.control.Streamable
-
Return a Streamable with elements before the provided start index removed, and elements after the provided
end index removed
- subStream(int, int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Return a Stream with elements before the provided start index removed, and elements after the provided
end index removed
- success(T) - Static method in interface com.aol.cyclops.control.Try
-
Construct a Success instance (an implementation of Try)
- Success() - Constructor for class com.aol.cyclops.control.Try.Success
-
- success() - Method in class com.aol.cyclops.util.validation.ValidationResult.FailedResult
-
- success() - Method in interface com.aol.cyclops.util.validation.ValidationResult
-
- success(T) - Static method in class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
-
Create a successful result instance with specified result
- success() - Method in class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
-
- SuccessfulResult() - Constructor for class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
-
- sum() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sum() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- sum() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- sum() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- sum() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- sum(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
-
Perform an asynchronous sum operation
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
-
Perform an asynchronous sum operation
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
-
Perform an asynchronous sum operation
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
-
Perform an asynchronous sum operation
- sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- sumDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
-
Perform an asynchronous sum operation
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
-
Perform an asynchronous sum operation
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
-
Perform an asynchronous sum operation
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
-
Perform an asynchronous sum operation
- sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- sumInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
-
Perform an asynchronous sum operation
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
-
Perform an asynchronous sum operation
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- sumLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
-
Perform an asynchronous sum operation
- sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
-
Perform an asynchronous sum operation
- summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
-
Perform an asynchronous summaryStatistics operation
- summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
-
Perform an asynchronous summaryStatistics operation
- supplier(Supplier<T1>) - Static method in class com.aol.cyclops.Matchables
-
Match on a Supplier
- supplier2(Supplier<T1>, Supplier<T2>) - Static method in class com.aol.cyclops.Matchables
-
- supplier3(Supplier<T1>, Supplier<T2>, Supplier<T3>) - Static method in class com.aol.cyclops.Matchables
-
- supplier4(Supplier<T1>, Supplier<T2>, Supplier<T3>, Supplier<T4>) - Static method in class com.aol.cyclops.Matchables
-
- supplier5(Supplier<T1>, Supplier<T2>, Supplier<T3>, Supplier<T4>, Supplier<T5>) - Static method in class com.aol.cyclops.Matchables
-
- SupplierToConvertable() - Constructor for class com.aol.cyclops.types.Convertable.SupplierToConvertable
-
- swap() - Method in class com.aol.cyclops.control.Ior.Both
-
- swap() - Method in class com.aol.cyclops.control.Ior.Primary
-
- swap() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- swap() - Method in interface com.aol.cyclops.control.Ior
-
- swap() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- swap() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- swap() - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- swap() - Method in class com.aol.cyclops.control.Xor.Primary
-
- swap() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- swap() - Method in interface com.aol.cyclops.control.Xor
-
Swap types so operations directly affect the current (pre-swap) Secondary type
- switchOnNextValue(Stream<LazyFutureStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Merges this stream and the supplied Streams into a single Stream where the next value
is the next returned across any of the involved Streams.
- sync() - Method in class com.aol.cyclops.control.LazyReact
-
Start any created Streams in syncrhonous mode - that is tasks will be executed on the calling thread
- sync() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- sync() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- sync() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- synchronizedFromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
- synchronizedFromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.Streamable
-
- synchronousQueue() - Static method in class com.aol.cyclops.data.async.QueueFactories
-
- syncrhonousPool() - Static method in class com.aol.cyclops.react.threads.ReactPool
-
- tail() - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of(1,2,3,4,5).tail()
//Streamable[2,3,4,5]
- tail() - Method in class com.aol.cyclops.types.stream.HeadAndTail
-
- tailRec(Function<? super PStackX<T>, ? extends PStackX<R>>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- tailSet(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- take(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- take() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.DirectWaitStrategy
-
- take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.ExponentialBackofWaitStrategy
-
- take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.NoWaitRetry
-
- take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.SpinWait
-
- take(WaitStrategy.Takeable<T>) - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy
-
Attempt to take from Takeable
- take() - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy.Takeable
-
Take data from data provider
- take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.YieldWait
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- take(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- take(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- take(long) - Method in interface com.aol.cyclops.types.Traversable
-
assertThat(ReactiveSeq.of(4,3,6,7).take(2).toList(),equalTo(Arrays.asList(4,3));
- takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- takeRight(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- takeRight(int) - Method in interface com.aol.cyclops.control.Streamable
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- takeRight(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- takeRight(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- takeRight(int) - Method in interface com.aol.cyclops.types.Traversable
-
Generate a new Traversable that takes the specified number elements from the end of this Traversable
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- takeUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- takeUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- takeUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- takeUntil(SimpleReactStream<T>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
Return a Stream with the same values, but will stop emitting values once the provided Stream starts to emit values.
- takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Generate a new Traversable that takes elements from this Traversable until the predicate holds
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- takeWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- takeWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- takeWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
-
Generate a new Traversable that takes elements from this Traversable as long as the predicate holds
- test(A) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- test(A) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- test(T) - Method in interface com.aol.cyclops.types.Value
-
- test(Matchable.MTuple1<T1>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder1
-
- test(Matchable.MTuple2<T1, T2>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder2
-
- test(Matchable.MTuple3<T1, T2, T3>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder3
-
- test(Matchable.MTuple4<T1, T2, T3, T4>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder4
-
- test(Matchable.MTuple5<T1, T2, T3, T4, T5>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder5
-
- then(R) - Static method in interface com.aol.cyclops.control.Matchable
-
Matchable DSL operator for outcomes
- then(Supplier<? extends R>) - Static method in interface com.aol.cyclops.control.Matchable
-
Matchable DSL operator for outcomes
- then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
React then
Unlike 'with' this method is fluent, and returns another Stage Builder
that can represent the next stage in the dataflow.
- then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
React then
Unlike 'with' this method is fluent, and returns another Stage Builder
that can represent the next stage in the dataflow.
- then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
React then
Unlike 'with' this method is fluent, and returns another Stage Builder
that can represent the next stage in the dataflow.
- thenCombine(BiFunction<T, T, R>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Combines every pair of values (any odd remaining value will be dropped)
- thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- ThreadPools - Class in com.aol.cyclops.react
-
- ThreadPools() - Constructor for class com.aol.cyclops.react.ThreadPools
-
- ThreadPools.ExecutionMode - Enum in com.aol.cyclops.react
-
- throwable(X) - Static method in class com.aol.cyclops.Matchables
-
- throwException() - Method in class com.aol.cyclops.control.Try.Failure
-
- throwException() - Method in class com.aol.cyclops.control.Try.Success
-
- throwException() - Method in interface com.aol.cyclops.control.Try
-
Throw exception if Failure, do nothing if success
- throwIf(X, Predicate<X>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Throw the exception as upwards if the predicate holds, otherwise do nothing
- throwOrHandle(X, Predicate<X>, Consumer<X>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Throw the exception as upwards if the predicate holds, otherwise pass to the handler
- throwSoftenedException(Throwable) - Static method in class com.aol.cyclops.util.ExceptionSoftener
-
Convert any throwable into an unchecked exception.
- ThrowsSoftened - Annotation Type in com.aol.cyclops.util
-
- timeLimit() - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
-
- timeLimit() - Method in interface com.aol.cyclops.react.async.subscription.Continueable
-
- timeLimit() - Method in class com.aol.cyclops.react.async.subscription.Subscription
-
- timestamp() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of(1,2,3,4,5)
.timestamp()
.forEach(System.out::println)
- timestamp() - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of(1,2,3,4,5)
.timestamp()
.forEach(System.out::println)
- To<T extends To<?>> - Interface in com.aol.cyclops.types
-
Fluent interface for converting this type to another
- to(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.To
-
Fluent api for type conversion
- toArray() - Method in interface com.aol.cyclops.control.Streamable
-
- toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.control.Streamable
-
- toArray() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- toArray(Object[]) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- toArray() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asyncrhonously generate an Array
- toArray() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asyncrhonously generate an Array
- toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly generate an Array
- toArray() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly generate an Array
- toArray(IntFunction<A[]>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asyncrhonously generate an Array
- toArray() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asyncrhonously generate an Array
- toAtomicReference() - Method in interface com.aol.cyclops.types.Convertable
-
- toBufferingCopier(Iterator<A>, int) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toBufferingDuplicator(Iterator<A>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toBufferingDuplicator(Iterator<A>, long) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
-
Add the contents of this Stream to the mutable collection supplied by
the provided collectionFactory
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Collect a Stream into a Collection
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously perform a Stream collection
- toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly perform a Stream collection
- toCollection(Supplier<C>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously perform a Stream collection
- toCompletableFuture() - Method in class com.aol.cyclops.control.FutureW
-
- toCompletableFuture() - Method in interface com.aol.cyclops.control.Streamable
-
CompletableFuture<List<String>> cf = Streamable.of("hello","world")
.toCompletableFuture();
assertThat(cf.join(),equalTo(Arrays.asList("hello","world")));
- toCompletableFuture() - Method in interface com.aol.cyclops.types.Convertable
-
- toCompletableFuture() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toCompletableFuture() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toCompletableFutureAsync() - Method in class com.aol.cyclops.control.FutureW
-
- toCompletableFutureAsync(Executor) - Method in class com.aol.cyclops.control.FutureW
-
- toCompletableFutureAsync() - Method in interface com.aol.cyclops.types.Convertable
-
- toCompletableFutureAsync(Executor) - Method in interface com.aol.cyclops.types.Convertable
-
- toConcurrentLazyCollection() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Lazily converts this ReactiveSeq into a Collection.
- toConcurrentLazyCollection() - Method in interface com.aol.cyclops.control.Streamable
-
Lazily converts this Streamable into a Collection.
- toConcurrentLazyCollection(Stream<A>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Lazily constructs a Collection from specified Stream.
- toConcurrentLazyCollection(Iterator<A>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toConcurrentLazyCollection() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Lazily converts this SequenceM into a Collection.
- toConcurrentLazyCollection() - Method in interface com.aol.cyclops.types.Foldable
-
Lazily converts this SequenceM into a Collection.
- toConcurrentLazyCollection() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Streamable<Integer> repeat = ReactiveSeq.of(1, 2, 3, 4, 5, 6).map(i -> i + 2).toConcurrentLazyStreamable();
assertThat(repeat.stream().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12)));
assertThat(repeat.stream().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12)));
- toConcurrentLazyStreamable(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Streamable<Integer> repeat = ReactiveSeq.of(1, 2, 3, 4, 5, 6)
.map(i -> i + 2)
.toConcurrentLazyStreamable();
assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12)));
assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12)));
- toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.types.Foldable
-
Streamable<Integer> repeat = ReactiveSeq.of(1, 2, 3, 4, 5, 6)
.map(i ->; i + 2)
.toConcurrentLazyStreamable();
assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12)));
assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12)));
- toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toCountDouble() - Static method in class com.aol.cyclops.Reducers
-
- toCountInt() - Static method in class com.aol.cyclops.Reducers
-
- toDequeX() - Static method in interface com.aol.cyclops.CyclopsCollectors
-
- toDequeX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- toDequeX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Convert this MapX to a DequeX via the provided transformation function
- toDequeX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toDequeX() - Method in interface com.aol.cyclops.types.Value
-
Returns a DequeX created with a list which is result of a get() call.
- toDoubleStream() - Method in class com.aol.cyclops.data.MutableDouble
-
- toErrorSequence() - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- toEvalAlways() - Method in class com.aol.cyclops.control.Eval.Module.Always
-
- toEvalAlways() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toEvalAlways() - Method in interface com.aol.cyclops.types.Value
-
Return the value of this object, evaluated always.
- toEvalLater() - Method in class com.aol.cyclops.control.Eval.Module.Later
-
- toEvalLater() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toEvalLater() - Method in interface com.aol.cyclops.types.Value
-
Return the value, evaluated later.
- toEvalNow() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toEvalNow() - Method in interface com.aol.cyclops.types.Value
-
Return the value, evaluated right now.
- toFailedOptional() - Method in class com.aol.cyclops.control.Try.Failure
-
- toFailedOptional() - Method in class com.aol.cyclops.control.Try.Success
-
- toFailedOptional() - Method in interface com.aol.cyclops.control.Try
-
- toFailedStream() - Method in class com.aol.cyclops.control.Try.Failure
-
- toFailedStream() - Method in class com.aol.cyclops.control.Try.Success
-
- toFailedStream() - Method in interface com.aol.cyclops.control.Try
-
- toFeatureToggle() - Method in interface com.aol.cyclops.control.FeatureToggle
-
- toFeatureToggle() - Method in interface com.aol.cyclops.types.Value
-
Returns a enabled FeatureToggle in case there is an Optional in this object, otherwise returns a disabled FeatureToogle
- toFirstValue() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- toFirstValue() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- toFutureStream(LazyReact) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toFutureStream() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toFutureStream(LazyReact) - Method in interface com.aol.cyclops.types.Value
-
Creates a LazyFutureStream with the input LazyReact the data-flow initialized with an array of one-off-suppliers.
- toFutureStream() - Method in interface com.aol.cyclops.types.Value
-
Returns a new LazyFutureStream with the data-flow open with an array of one-off-suppliers.
- toFutureW() - Method in class com.aol.cyclops.control.FutureW
-
- toFutureW() - Method in interface com.aol.cyclops.types.Convertable
-
- toFutureW() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toFutureWAsync() - Method in class com.aol.cyclops.control.FutureW
-
- toFutureWAsync(Executor) - Method in class com.aol.cyclops.control.FutureW
-
- toFutureWAsync() - Method in interface com.aol.cyclops.types.Convertable
-
- toFutureWAsync(Executor) - Method in interface com.aol.cyclops.types.Convertable
-
This convertable converted to a FutureW asyncrhonously using the supplied Executor
- toIntStream() - Method in class com.aol.cyclops.data.MutableInt
-
- toIor() - Method in class com.aol.cyclops.control.FutureW
-
- toIor() - Method in interface com.aol.cyclops.control.Ior
-
- toIor() - Method in class com.aol.cyclops.control.Try.Failure
-
- toIor() - Method in class com.aol.cyclops.control.Try.Success
-
- toIor() - Method in interface com.aol.cyclops.control.Try
-
- toIor() - Method in class com.aol.cyclops.control.Xor.Primary
-
- toIor() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- toIor() - Method in interface com.aol.cyclops.control.Xor
-
- toIor() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toIor() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- toIor() - Method in interface com.aol.cyclops.types.Value
-
Return an Ior that can be this object or a Ior.primary or Ior.secondary
- toIorSecondary() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toLazyCollection() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Lazily converts this ReactiveSeq into a Collection.
- toLazyCollection() - Method in interface com.aol.cyclops.control.Streamable
-
Lazily converts this Streamable into a Collection.
- toLazyCollection(Stream<A>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Projects an immutable collection of this stream.
- toLazyCollection(Iterator<A>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toLazyCollection() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
-
Lazily converts this NestedFoldable into a Collection.
- toLazyCollection() - Method in interface com.aol.cyclops.types.Foldable
-
Lazily converts this SequenceM into a Collection.
- toLazyCollection() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toLazyImmutable() - Method in class com.aol.cyclops.data.LazyImmutable
-
- toLazyImmutable() - Method in interface com.aol.cyclops.types.Value
-
- toLazyStreamable(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toList() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toList(Supplier<L>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toList() - Method in interface com.aol.cyclops.control.Streamable
-
Streamable.of(1,2,3)
.toList();
//List[1,2,3]
- toList(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toList() - Method in interface com.aol.cyclops.types.Convertable
-
- toList() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toList() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Collect a Stream into a List.
- toList() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toList(Supplier<L>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toList() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- toList(Supplier<L>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- toList() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously convert this Stream into a List
- toList(Supplier<L>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- toList() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly convert this Stream into a List
- toList() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously convert this Stream into a List
- toList(Supplier<L>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- toList() - Method in interface com.aol.cyclops.types.Value
-
- toListOfLists() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- toListX() - Static method in interface com.aol.cyclops.CyclopsCollectors
-
- toListX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a ListX via the provided transformation function
- toListX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- toListX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Convert this MapX to a ListX via the provided transformation function
- toListX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toListX() - Method in interface com.aol.cyclops.types.Value
-
Returns a ListX created with a list which is result of a get() call.
- toLongStream() - Method in class com.aol.cyclops.data.MutableLong
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toMap() - Method in interface com.aol.cyclops.types.mixins.Mappable
-
default implementation maps field values on the host object by name
- toMap(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- toMapX() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- toMapX(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toMaybe() - Method in interface com.aol.cyclops.control.Eval
-
- toMaybe() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- toMaybe() - Method in interface com.aol.cyclops.control.Maybe
-
- toMaybe() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- toMaybe() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toMaybe() - Method in interface com.aol.cyclops.types.Value
-
Returns a function result or a supplier result.
- toMutable() - Method in class com.aol.cyclops.data.Mutable
-
- toMutable() - Method in interface com.aol.cyclops.types.Value
-
- toNestedListX() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- toNestedSetX() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- toOptional() - Method in class com.aol.cyclops.control.FutureW
-
- toOptional() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- toOptional() - Method in interface com.aol.cyclops.control.Matchable.MatchableOptional
-
- toOptional() - Method in interface com.aol.cyclops.control.Matchable.ValueAndOptionalMatcher
-
- toOptional() - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- toOptional() - Method in interface com.aol.cyclops.control.Streamable
-
Type safe unwrap
- toOptional() - Method in class com.aol.cyclops.control.Try.Failure
-
- toOptional() - Method in class com.aol.cyclops.control.Try.Success
-
- toOptional() - Method in interface com.aol.cyclops.control.Try
-
- toOptional() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- toOptional() - Method in interface com.aol.cyclops.control.Xor
-
- toOptional() - Method in interface com.aol.cyclops.types.Convertable
-
- toOptional() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toOptional() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toOptionalAtomicReference() - Method in interface com.aol.cyclops.types.Convertable
-
- toOptionalDouble() - Method in class com.aol.cyclops.data.MutableDouble
-
- toOptionalInt() - Method in class com.aol.cyclops.data.MutableInt
-
- toOptionalLong() - Method in class com.aol.cyclops.data.MutableLong
-
- toPBag() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- toPBag() - Static method in class com.aol.cyclops.Reducers
-
PBag<Integer> q = Reducers.<Integer>toPBag()
.mapReduce(Stream.of(1,2,3,4));
- toPBagX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- toPBagX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a PBagX via the provided transformation function
- toPBagX() - Static method in class com.aol.cyclops.Reducers
-
PBagX<Integer> q = Reducers.<Integer>toPBagX()
.mapReduce(Stream.of(1,2,3,4));
- toPBagX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPBagX() - Method in interface com.aol.cyclops.types.Value
-
Returns a PBagX created with a list which is result of a get() call.
- Topic<T> - Class in com.aol.cyclops.data.async
-
A class that can accept input streams and generate output streams where data sent in the Topic is guaranteed to be
provided to all Topic subsribers
- Topic() - Constructor for class com.aol.cyclops.data.async.Topic
-
Construct a new Topic
- Topic(Queue<T>) - Constructor for class com.aol.cyclops.data.async.Topic
-
Construct a Topic using the Queue provided
- topicBackedSignal() - Static method in class com.aol.cyclops.data.async.Signal
-
- toPMap() - Static method in class com.aol.cyclops.Reducers
-
PMap<Integer,String> q = Reducers.<Integer,String>toPMap()
.mapReduce(Stream.of(Arrays.asList("hello",1),Arrays.asList("world",2)));
- toPMapX(Stream<Tuple2<K, V>>) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- toPMapX() - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
-
- toPMapX(Stream<Tuple2<K, V>>) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- toPMapX() - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
-
- toPMapX() - Static method in class com.aol.cyclops.Reducers
-
PMapX<Integer,String> q = Reducers.<Integer,String>toPMapX()
.mapReduce(Stream.of(Arrays.asList("hello",1),Arrays.asList("world",2)));
- toPMapX(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPOrderedSet(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- toPOrderedSet() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- toPOrderedSet() - Static method in class com.aol.cyclops.Reducers
-
POrderedSet<Integer> q = Reducers.<Integer>toPOrderedSet()
.mapReduce(Stream.of(1,2,3,4));
- toPOrderedSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a POrderdSetX via the provided transformation function
- toPOrderedSetX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- toPOrderedSetX() - Static method in class com.aol.cyclops.Reducers
-
POrderedSetX<Integer> q = Reducers.<Integer>toPOrderedSetX()
.mapReduce(Stream.of(1,2,3,4));
- toPOrderedSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPOrderedSetX() - Method in interface com.aol.cyclops.types.Value
-
Returns a POrderedSetX created with a list which is result of a get() call.
- toPQueue() - Static method in class com.aol.cyclops.Reducers
-
PQueue<Integer> q = Reducers.<Integer>toPQueue()
.mapReduce(Stream.of(1,2,3,4));
- toPQueueX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a QueueX via the provided transformation function
- toPQueueX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- toPQueueX() - Static method in class com.aol.cyclops.Reducers
-
PQueueX<Integer> q = Reducers.<Integer>toPQueueX()
.mapReduce(Stream.of(1,2,3,4));
- toPQueueX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPQueueX() - Method in interface com.aol.cyclops.types.Value
-
Returns a PQueueX created with a list which is result of a get() call.
- toPSet() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- toPSet() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- toPSet() - Static method in class com.aol.cyclops.Reducers
-
PSet<Integer> q = Reducers.<Integer>toPSet()
.mapReduce(Stream.of(1,2,3,4));
- toPSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a PSetX via the provided transformation function
- toPSetX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- toPSetX() - Static method in class com.aol.cyclops.Reducers
-
PSetX<Integer> q = Reducers.<Integer>toPSetX()
.mapReduce(Stream.of(1,2,3,4));
- toPSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPSetX() - Method in interface com.aol.cyclops.types.Value
-
Returns a PSetX created with a list which is result of a get() call.
- toPStack() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- toPStack() - Static method in class com.aol.cyclops.Reducers
-
PStack<Integer> q = Reducers.<Integer>toPStack()
.mapReduce(Stream.of(1,2,3,4));
- toPStackReversed() - Static method in class com.aol.cyclops.Reducers
-
PStack<Integer> q = Reducers.<Integer>toPStackReversed()
.mapReduce(Stream.of(1,2,3,4));
- toPStackX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a PStackX via the provided transformation function
- toPStackX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- toPStackX() - Static method in class com.aol.cyclops.Reducers
-
PStackX<Integer> q = Reducers.<Integer>toPStackX()
.mapReduce(Stream.of(1,2,3,4));
- toPStackX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPStackX() - Method in interface com.aol.cyclops.types.Value
-
Returns a PStackX created with a list which is result of a get() call.
- toPVector() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- toPVector() - Static method in class com.aol.cyclops.Reducers
-
PVector<Integer> q = Reducers.<Integer>toPVector()
.mapReduce(Stream.of(1,2,3,4));
- toPVectorX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
Convert this MapX to a PVectorX via the provided transformation function
- toPVectorX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- toPVectorX() - Static method in class com.aol.cyclops.Reducers
-
PVectorX<Integer> q = Reducers.<Integer>toPVectorX()
.mapReduce(Stream.of(1,2,3,4));
- toPVectorX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toPVectorX() - Method in interface com.aol.cyclops.types.Value
-
Returns a PVectosX created with a list which is result of a get() call.
- toQueue() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- toQueue() - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
Convert the current Stream to a SimpleReact Queue
- toQueue(Function<Queue, Queue>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- toQueue(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- toQueue() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toQueue() - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
Convert the current Stream to a simple-react Queue
- toQueue(Function<Queue, Queue>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- toQueue(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
-
- ToQueue<U> - Interface in com.aol.cyclops.types.futurestream
-
interface that defines the conversion of an object to a queue
- toQueue() - Method in interface com.aol.cyclops.types.futurestream.ToQueue
-
- toQueue(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.ToQueue
-
Sharded data in queues
- toQueue(Function<Queue, Queue>) - Method in interface com.aol.cyclops.types.futurestream.ToQueue
-
Method to create a Queue that can be modified by supplied funciton
- toQueue() - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
- toQueueX() - Static method in interface com.aol.cyclops.CyclopsCollectors
-
- toQueueX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Convert this MapX to a QueueX via the provided transformation function
- toQueueX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- toQueueX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toQueueX() - Method in interface com.aol.cyclops.types.Value
-
REturns a QueueX created with a list which is result of a get() call.
- toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in interface com.aol.cyclops.control.AnyM
-
Sequence the contents of a Monad.
- toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Sequence the contents of a Monad.
- toSequence() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Optional<List<Integer>> into Stream<Integer>
- toSet() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toSet(Supplier<S>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toSet(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toSet() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toSet() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Collect a Stream into a Set.
- toSet() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toSet(Supplier<S>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toSet() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- toSet(Supplier<S>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
-
- toSet() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
-
Asynchronously convert this Stream into a List
- toSet(Supplier<S>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
- toSet() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
-
Lazyly convert this Stream into a List
- toSet() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
Asynchronously convert this Stream into a List
- toSet(Supplier<S>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
-
- toSetOfSets() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
-
- toSetX() - Static method in interface com.aol.cyclops.CyclopsCollectors
-
- toSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Convert this MapX to a SetX via the provided transformation function
- toSetX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- toSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toSetX() - Method in interface com.aol.cyclops.types.Value
-
Returns a SetX created with a list which is result of a get() call.
- toSimpleReact(SimpleReact) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toSimpleReact() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toSimpleReact(SimpleReact) - Method in interface com.aol.cyclops.types.Value
-
Returns the input SimpleReact with the data-flow initialized with an array of one-off-suppliers.
- toSimpleReact() - Method in interface com.aol.cyclops.types.Value
-
Returns a SimpleReactStream with the dataflow open with an array of one-off-suppliers
- toSortedSetX() - Static method in interface com.aol.cyclops.CyclopsCollectors
-
- toSortedSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
Convert this MapX to a SortedSetX via the provided transformation function
- toSortedSetX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- toSortedSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toSortedSetX() - Method in interface com.aol.cyclops.types.Value
-
Returns a SortedSetX created with a list which is result of a get() call.
- toStack() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- toStream() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Convert this ReactiveSeq into a Stream
- toStream() - Method in interface com.aol.cyclops.types.Convertable
-
- toStream() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toStream() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Convert this FutureStream to a Stream of CompletableFutures
- ToStream<T> - Interface in com.aol.cyclops.types.stream
-
Interface that represents a data type that can be converted to a Stream
- toStreamable() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Streamable<Integer> repeat = ReactiveSeq.of(1,2,3,4,5,6)
.map(i->i*2)
.toStreamable();
repeat.stream().toList(); //Arrays.asList(2,4,6,8,10,12));
repeat.stream().toList() //Arrays.asList(2,4,6,8,10,12));
- toStreamable(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
- toStreamable() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- toStreamable() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toString() - Method in interface com.aol.cyclops.control.AnyM
-
- toString() - Method in class com.aol.cyclops.control.Eval.Module.Always
-
- toString() - Method in class com.aol.cyclops.control.Eval.Module.Later
-
- toString() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
-
- toString() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
-
- toString() - Method in class com.aol.cyclops.control.FutureW
-
- toString() - Method in class com.aol.cyclops.control.Ior.Both
-
- toString() - Method in class com.aol.cyclops.control.Ior.Primary
-
- toString() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- toString() - Method in class com.aol.cyclops.control.Maybe.Just
-
- toString() - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- toString() - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- toString() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- toString(CharSequence) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toString(CharSequence, CharSequence, CharSequence) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- toString() - Method in class com.aol.cyclops.control.Streamable.PrintableIterable
-
- toString() - Method in class com.aol.cyclops.control.Xor.Primary
-
- toString() - Method in class com.aol.cyclops.control.Xor.Secondary
-
- toString() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImplLazy
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
-
- toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
-
- toString(String) - Static method in class com.aol.cyclops.Reducers
-
Monoid for String concatonation
- toString(CharSequence) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toString(CharSequence, CharSequence, CharSequence) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- toString() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Returns the string representation of the CronExpression
- toString() - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- toSuccessSequence() - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- toTotalDouble() - Static method in class com.aol.cyclops.Reducers
-
- toTotalInt() - Static method in class com.aol.cyclops.Reducers
-
- toTry() - Method in interface com.aol.cyclops.control.Try
-
- toTry() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toTry(Class<X>...) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- toTry(X) - Method in interface com.aol.cyclops.types.Value
-
- toTry() - Method in interface com.aol.cyclops.types.Value
-
- toTry(Class<X>...) - Method in interface com.aol.cyclops.types.Value
-
Convert this Value to a Try that will catch the provided exception types on subsequent operations
- toTuple5(Object) - Static method in interface com.aol.cyclops.control.Matchable.MatchableIterable.MIUtil
-
- toValue() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toValueMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toValueSet() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toXor() - Method in class com.aol.cyclops.control.FutureW
-
- toXor() - Method in class com.aol.cyclops.control.Ior.Both
-
- toXor() - Method in class com.aol.cyclops.control.Ior.Primary
-
- toXor() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- toXor() - Method in interface com.aol.cyclops.control.Ior
-
- toXor(ST2) - Method in interface com.aol.cyclops.control.Ior
-
- toXor() - Method in class com.aol.cyclops.control.Try.Failure
-
- toXor() - Method in class com.aol.cyclops.control.Try.Success
-
- toXor() - Method in interface com.aol.cyclops.control.Try
-
- toXor() - Method in interface com.aol.cyclops.control.Xor
-
- toXor(ST2) - Method in interface com.aol.cyclops.control.Xor
-
- toXor() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- toXor() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toXor() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
-
- toXor() - Method in interface com.aol.cyclops.types.Value
-
- toXor(ST) - Method in interface com.aol.cyclops.types.Value
-
Convert to an Xor where the secondary value will be used if no primary value is present
- toXor() - Method in interface com.aol.cyclops.util.validation.ValidationResult
-
- toXorDropPrimary() - Method in class com.aol.cyclops.control.Ior.Both
-
- toXorDropPrimary() - Method in class com.aol.cyclops.control.Ior.Primary
-
- toXorDropPrimary() - Method in class com.aol.cyclops.control.Ior.Secondary
-
- toXorDropPrimary() - Method in interface com.aol.cyclops.control.Ior
-
- toXors() - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- toXorSecondary() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- toXorSecondary() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
-
- toXorWithError() - Method in interface com.aol.cyclops.control.Try
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
-
- trampoline(Function<? super PT, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Ior
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
-
- trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
-
- trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
-
- trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
-
- trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Performs a map operation that can call a recursive method without running out of stack space
- Trampoline<T> - Interface in com.aol.cyclops.control
-
simple Trampoline implementation : inspired by excellent TotallyLazy Java 8 impl
and Mario Fusco presentation
Allows Stack Free Recursion
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Try
-
- trampoline(Function<? super PT, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Xor
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
Performs a map operation that can call a recursive method without running out of stack space
- trampoline(Function<? super V, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- trampoline(Function<? super V, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.data.LazyImmutable
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.Functor
-
Performs a map operation that can call a recursive method without running out of stack space
- trampoline(Function<? super U, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- TransformerSeq<T> - Interface in com.aol.cyclops.control.monads.transformers.values
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
-
- transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
-
- transformerStream() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
-
- TransformerTraversable<T> - Interface in com.aol.cyclops.types
-
Represents a Traversable Monad Transformer, the monad transformer instance manipulates a nested non-scalar data type
- TransformerValue<T> - Interface in com.aol.cyclops.control.monads.transformers.values
-
- traversable() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- Traversable<T> - Interface in com.aol.cyclops.types
-
A non-scalar navigatable data type
- traversable() - Method in interface com.aol.cyclops.types.Traversable
-
- traverse(Collection<? extends AnyM<T>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Convert a Collection of Monads to a Monad with a List applying the supplied function in the process
- traverse(Stream<AnyM<T>>, Supplier<AnyM<Stream<T>>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
-
Convert a Stream of Monads to a Monad with a Stream applying the supplied function in the process
- traverse(Collection<? extends AnyMSeq<T>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Convert a Stream of Monads to a Monad with a List applying the supplied function in the process
- traverse(Stream<AnyMSeq<T>>, Supplier<AnyMSeq<Stream<T>>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
Convert a Stream of Monads to a Monad with a Stream applying the supplied function in the process
- traverse(Collection<? extends AnyMValue<T>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Convert a Stream of Monads to a Monad with a List applying the supplied function in the process
- traverse(Stream<AnyMValue<T>>, Supplier<AnyMValue<Stream<T>>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Convert a Stream of Monads to a Monad with a Stream applying the supplied function in the process
- TriConsumer<S1,S2,S3> - Interface in com.aol.cyclops.util.function
-
A FunctionalInterface for side-effecting statements that accept 3 inputs (with no result).
- TriFunction<S1,S2,S3,R> - Interface in com.aol.cyclops.util.function
-
- triplicate() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
Triplicates a Stream Buffers intermediate values, leaders may change
positions so a limit can be safely applied to the leading stream.
- triplicate() - Method in interface com.aol.cyclops.control.Streamable
-
- triplicate(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
-
Triplicates a Stream
Buffers intermediate values, leaders may change positions so a limit
can be safely applied to the leading stream.
- triplicate() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- triplicate() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Triplicates a Stream.
- Try<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
Light weight Try Monad
Fail fast behaviour with more explicit declararions required compared to
with scala.util.Try and javaslang.monad.Try.
- Try.AndFinally<T,V,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- Try.CheckedConsumer<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- Try.CheckedFunction<T,R,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- Try.CheckedRunnable<X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- Try.CheckedSupplier<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- Try.Failure<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
-
Class that represents the Failure of a Try
- Try.Init<X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- Try.MyFinallyBlock<T,V,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
-
- Try.MyInit<X extends java.lang.Throwable> - Class in com.aol.cyclops.control
-
- Try.MyTryCatch<V,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
-
- Try.Success<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
-
Class that represents a Successful Try
- Try.TryCatch<V,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
-
- tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- tryMatch(Try<T1, X>) - Static method in class com.aol.cyclops.Matchables
-
- trySplit() - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- TryT<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control.monads.transformers
-
Monad transformer for cyclops-react Try
TryT allows the deeply wrapped Try to be manipulating within it's nested /contained context
- tryT(TryT<T, X>) - Static method in class com.aol.cyclops.Matchables
-
- tryThis(Try.CheckedSupplier<V, X>) - Method in interface com.aol.cyclops.control.Try.Init
-
Run the supplied CheckedSupplier and trap the return value or an Exception
inside a Try
- tryThis(Try.CheckedSupplier<V, X>) - Method in class com.aol.cyclops.control.Try.MyInit
-
- tryThis(Try.CheckedFunction<V, T, X>) - Method in class com.aol.cyclops.control.Try.MyTryCatch
-
- tryThis(Try.CheckedFunction<V, T, X>) - Method in interface com.aol.cyclops.control.Try.TryCatch
-
Build another stage in try / catch / finally block
This defines the CheckedFunction that will be run in the main body of the catch block
Next step can define the finally block
- TryTSeq<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control.monads.transformers.seq
-
Monad transformer for Try nested within Sequential or non-scalar data types (e.g.
- TryTValue<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control.monads.transformers.values
-
Monad transformer for Try nested within Scalar data types (e.g.
- tryWithResources(Try.CheckedFunction<V, T, X>) - Method in class com.aol.cyclops.control.Try.MyTryCatch
-
- tryWithResources(Try.CheckedFunction<V, T, X>) - Method in interface com.aol.cyclops.control.Try.TryCatch
-
Will execute and run the CheckedFunction supplied and will automatically
safely close any Closeables supplied during init (either individually or inside an iterable)
- tuple1(Tuple1<T1>) - Static method in class com.aol.cyclops.Matchables
-
Match on a tuple
- tuple2(Tuple2<T1, T2>) - Static method in class com.aol.cyclops.Matchables
-
- tuple3(Tuple3<T1, T2, T3>) - Static method in class com.aol.cyclops.Matchables
-
- tuple4(Tuple4<T1, T2, T3, T4>) - Static method in class com.aol.cyclops.Matchables
-
- tuple5(Tuple5<T1, T2, T3, T4, T5>) - Static method in class com.aol.cyclops.Matchables
-
- TupleWrapper - Interface in com.aol.cyclops.types.mixins
-
Deprecated.
- type(Class<T>) - Static method in class com.aol.cyclops.util.function.Predicates
-
Recursively decompose and match against case classes of specified type.