- 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(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.ArrayToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.BufferedReaderToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.CallableToCompletableFutureConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.DecomposableToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.EnumToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.InputStreamToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IntegerToRangeConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IteratorToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.LongStreamToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.NullToOptionalConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalDoubleToOptionalConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalIntToOptionalConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalLongToOptionalConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.ResultsetToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.StreamableToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.StringToStreamConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.SupplierToCompletableFutureConverter
-
- accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.URLToStreamConverter
-
- 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
-
- accept(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
- accept(S1, S2, S3) - Method in interface com.aol.cyclops.util.function.TriConsumer
-
- accumulate(CollectionX<Eval<T>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Eval
-
- accumulate(CollectionX<Eval<T>>, Function<? super T, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Eval
-
- accumulate(CollectionX<Eval<T>>, Semigroup<T>) - Static method in interface com.aol.cyclops.control.Eval
-
- accumulate(CollectionX<FutureW<T>>, Reducer<R>) - Static method in class com.aol.cyclops.control.FutureW
-
- accumulate(CollectionX<FutureW<T>>, Function<? super T, R>, Semigroup<R>) - Static method in class com.aol.cyclops.control.FutureW
-
- accumulate(CollectionX<FutureW<T>>, Semigroup<T>) - Static method in class com.aol.cyclops.control.FutureW
-
- 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
-
- accumulate(CollectionX<CompletableFuture<T>>, Function<? super T, R>, Semigroup<R>) - Static method in class com.aol.cyclops.util.CompletableFutures
-
- accumulateErrors(Reducer<R>) - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- accumulateErrors(Semigroup<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
-
- accumulateJust(CollectionX<Maybe<T>>, Function<? super T, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Maybe
-
- accumulateJust(CollectionX<Maybe<T>>, Semigroup<T>) - Static method in interface com.aol.cyclops.control.Maybe
-
- accumulatePresent(CollectionX<Optional<T>>, Reducer<R>) - Static method in class com.aol.cyclops.util.Optionals
-
- accumulatePresent(CollectionX<Optional<T>>, Function<? super T, R>, Semigroup<R>) - Static method in class com.aol.cyclops.util.Optionals
-
- accumulatePrimary(CollectionX<Ior<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Ior
-
- accumulatePrimary(CollectionX<Ior<ST, PT>>, Function<? super PT, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Ior
-
- accumulatePrimary(CollectionX<Ior<ST, PT>>, Semigroup<PT>) - Static method in interface com.aol.cyclops.control.Ior
-
- accumulatePrimary(CollectionX<Xor<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Xor
-
- accumulatePrimary(CollectionX<Xor<ST, PT>>, Function<? super PT, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Xor
-
- accumulatePrimary(CollectionX<Xor<ST, PT>>, Semigroup<PT>) - Static method in interface com.aol.cyclops.control.Xor
-
- accumulateSecondary(CollectionX<Ior<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Ior
-
- accumulateSecondary(CollectionX<Ior<ST, PT>>, Function<? super ST, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Ior
-
- accumulateSecondary(CollectionX<Ior<ST, PT>>, Semigroup<ST>) - Static method in interface com.aol.cyclops.control.Ior
-
- accumulateSecondary(CollectionX<Xor<ST, PT>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Xor
-
- accumulateSecondary(CollectionX<Xor<ST, PT>>, Function<? super ST, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Xor
-
- accumulateSecondary(CollectionX<Xor<ST, PT>>, Semigroup<ST>) - Static method in interface com.aol.cyclops.control.Xor
-
Xor.accumulateSecondary(ListX.of(Xor.secondary("failed1"),
Xor.secondary("failed2"),
Xor.primary("success")),
Semigroups.stringConcat)
//Xors.Primary[failed1failed2]
- accumulateSuccess(Reducer<R>) - Method in class com.aol.cyclops.util.validation.ValidationResults
-
- accumulateSuccess(Semigroup<E>) - 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
-
- ActiveCase<T,R> - Class in com.aol.cyclops.internal.matcher2
-
A functionally compositional class that represents a pattern matching Case
Consists of a Predicate and a Function
When match is called, if the predicate holds the function is executed
- ActiveCase() - Constructor for class com.aol.cyclops.internal.matcher2.ActiveCase
-
- 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
-
- 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(CharSequence) - Static method in class com.aol.cyclops.control.Do
-
- add(Reader<?, T1>) - Static method in class com.aol.cyclops.control.Do
-
- add(Iterable<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Collection as next nested level in the comprehension
- add(File) - Static method in class com.aol.cyclops.control.Do
-
Add a File as next nested level in the comprehension
- add(URL) - Static method in class com.aol.cyclops.control.Do
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Static method in class com.aol.cyclops.control.Do
-
Add a BufferedReader as next nested level in the comprehension
- 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.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(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
- add(Reader<?, T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
- add(Iterable<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Callable as next nested level in the comprehension
Will behave as a CompletableFuture i.e.
- add(Supplier<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Supplier as next nested level in the comprehension
Will behave as a CompletableFuture i.e.
- add(Collection<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
- add(Reader<?, T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
- add(Iterable<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T2>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
- add(Reader<?, T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
- add(Iterable<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T3>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
- add(Reader<?, T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
- add(Iterable<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T4>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
- add(Reader<?, T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
- add(Iterable<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T5>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
- add(Reader<?, ? super T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
- add(Iterable<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T6>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
- add(Reader<?, T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
- add(int) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
- add(Iterable<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T7>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a BufferedReader as next nested level in the comprehension
- add(CharSequence) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
- add(Reader<?, ? extends T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
- add(int) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
- add(Iterable<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Iterable as next nested level in the comprehension
- add(Iterator<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Iterator as next nested level in the comprehension
- add(Optional<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Optional as next nested level in the comprehension
- add(CompletableFuture<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a CompletableFuture as next nested level in the comprehension
- add(AnyM<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a AnyM as next nested level in the comprehension
- add(ReactiveSeq<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a TraversableM as next nested level in the comprehension
- add(Callable<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Callable as next nested level in the comprehension
- add(Supplier<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Supplier as next nested level in the comprehension
- add(Collection<T8>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Collection as next nested level in the comprehension
- add(File) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a File as next nested level in the comprehension
- add(URL) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a URL as next nested level in the comprehension
- add(BufferedReader) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a BufferedReader as next nested level in the comprehension
- 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.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
-
- addBaseStream(Supplier<BaseStream<T2, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a BaseStream as next nested level in the comprehension
- addBaseStream(Supplier<BaseStream<T3, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Stream as next nested level in the comprehension
- addBaseStream(Supplier<BaseStream<T4, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a BaseStream as next nested level in the comprehension
- addBaseStream(Supplier<BaseStream<T5, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Stream as next nested level in the comprehension
- addBaseStream(Supplier<BaseStream<T6, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Stream as next nested level in the comprehension
- addBaseStream(Supplier<BaseStream<T7, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Stream as next nested level in the comprehension
- addBaseStream(Supplier<BaseStream<T8, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Stream as next nested level in the comprehension
- 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
-
- addStream(Stream<T1>) - Static method in class com.aol.cyclops.control.Do
-
Add a Stream as next nested level in the comprehension
- addStream(Stream<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T3>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T4>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T5>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T6>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T7>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Add a Stream as next nested level in the comprehension
- addStream(Supplier<Stream<T8>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Add a Stream as next nested level in the comprehension
- addToAssigned(Function) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp
-
- 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
-
- addValues(T1...) - Static method in class com.aol.cyclops.control.Do
-
- addValues(T1...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
-
- addValues(T2...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
- addValues(T3...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
- addValues(T4...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
- addValues(T5...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
- addValues(T6...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
- addValues(T7...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
- addValues(T8...) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
- ADTPredicateBuilder<T> - Class in com.aol.cyclops.internal.matcher2
-
Predicate Builder for Algebraic Data Types
Can be used to recursively match on ADTs
- ADTPredicateBuilder() - Constructor for class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder
-
- ADTPredicateBuilder.InternalADTPredicateBuilder<T> - Class in com.aol.cyclops.internal.matcher2
-
- 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
-
- after(BiConsumer<T, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- after(Consumer<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- after(QuadConsumer<T1, T2, T3, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- 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 class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- aggregate(AnyM<T>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- aggregate(AnyM<T>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
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(<any>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- allMatch(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- allMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- allMatch(Predicate<? super U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- allMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous All Match operation
- allMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
True if predicate matches all elements when Monad converted to a Stream
- allMatch(<any>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
-
- 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
- allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
True if predicate matches all elements when Monad converted to a Stream
- allOf(Runnable, FastFuture...) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
- allOf(Collector, Function<T, R>) - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
-
- allOf(Collector, Function<T, R>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
-
- allOf(Collector, Function<T, R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- allOf(Function<List<T>, 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
-
- 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 R2>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- 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
- 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() - Method in interface com.aol.cyclops.control.Ior
-
- 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.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() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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() - Method in interface com.aol.cyclops.util.stream.Streamable
-
- 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 Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- anyMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- anyMatch(Predicate<? super U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- anyMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous Any Match operation
- anyMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
True if a single element matches when Monad converted to a Stream
- 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
- anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
True if a single element matches when Monad converted to a Stream
- 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
-
- AnyMForComprehensionFactory - Interface in com.aol.cyclops.internal.monads
-
- AnyMForComprehensionHandler<U> - Interface in com.aol.cyclops.internal.monads
-
- AnyMForComprehensions<U> - Class in com.aol.cyclops.internal.monads
-
- AnyMForComprehensions() - Constructor for class com.aol.cyclops.internal.monads.AnyMForComprehensions
-
- AnyMFunctions - Interface in com.aol.cyclops.internal.monads
-
- 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
-
- anyMonads() - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
-
- AnyMonads - Class in com.aol.cyclops.internal.monads
-
- AnyMonads() - Constructor for class com.aol.cyclops.internal.monads.AnyMonads
-
- anyMSeq() - Method in interface com.aol.cyclops.internal.Monad
-
- anyMSeq() - Method in class com.aol.cyclops.internal.monads.MonadWrapper
-
- AnyMSeq<T> - Interface in com.aol.cyclops.types.anyM
-
- AnyMSeqImpl<T> - Class in com.aol.cyclops.internal.monads
-
- AnyMSeqImpl(Monad<T>, Class) - Constructor for class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- 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() - Method in interface com.aol.cyclops.internal.Monad
-
- anyMValue() - Method in class com.aol.cyclops.internal.monads.MonadWrapper
-
- AnyMValue<T> - Interface in com.aol.cyclops.types.anyM
-
- AnyMValueImpl<T> - Class in com.aol.cyclops.internal.monads
-
- AnyMValueImpl(Monad<T>, Class) - Constructor for class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- anyOf(FastFuture...) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
- anyOf(Function<U, 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
-
- anyValues() - Method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder
-
- ap(BiFunction<T, T, T>) - Method in interface com.aol.cyclops.types.applicative.Applicativable
-
Apply the provided function to combine multiple different Applicatives, wrapping the same type.
- ap(Semigroup<T>) - Method in interface com.aol.cyclops.types.applicative.Applicativable
-
- ap(ConvertableFunctor<T>) - Method in class com.aol.cyclops.types.applicative.Applicativable.SemigroupApplyer
-
- ap(ConvertableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative
-
- ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative
-
- ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative
-
- 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(IterableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative
-
- ap(IterableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative2
-
- ap(IterableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative3
-
- ap(IterableFunctor<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 interface com.aol.cyclops.types.applicative.Applicativable
-
- 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 interface com.aol.cyclops.types.applicative.Applicativable
-
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 interface com.aol.cyclops.types.applicative.Applicativable
-
- 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 interface com.aol.cyclops.types.applicative.Applicativable
-
- 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 interface com.aol.cyclops.types.applicative.Applicativable
-
- 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 SequenceM
- append(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- append(int, Case<T, R>) - Method in class com.aol.cyclops.internal.matcher2.Cases
-
Append an individual case with supplied Cases inserted at index
- append(U) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- append(T...) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Append values to the end of this SequenceM
- append(T) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- append(T...) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Append values to the end of this Streamable
- append(Stream<T>, T...) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Append values to the end of this SequenceM
- appendAll(Streamable<T>) - Method in interface com.aol.cyclops.util.stream.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 SequenceM
- appendStream(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
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
- appendStream(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Append Stream to this SequenceM
- appendStreamable(Streamable<T>) - Method in interface com.aol.cyclops.util.stream.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
- Applicativable<T> - Interface in com.aol.cyclops.types.applicative
-
- Applicativable.Applicatives - Class in com.aol.cyclops.types.applicative
-
- Applicativable.SemigroupApplyer<T> - Class in com.aol.cyclops.types.applicative
-
- Applicative<T,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
-
- applicative(Applicativable<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(Applicativable<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(Applicativable<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(Applicativable<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(Applicativable<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
-
- 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.Applicativable.Applicatives
-
- applicatives(Unit, Functor) - Static method in class com.aol.cyclops.types.applicative.Applicativable.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) - 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(T1, T2, T3) - Method in interface com.aol.cyclops.internal.invokedynamic.CheckedTriFunction
-
- apply(T) - Method in class com.aol.cyclops.internal.matcher2.Cases
-
- apply(T) - Method in interface com.aol.cyclops.internal.matcher2.Extractor
-
- apply(Object) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
-
- 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
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuadConsumer
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.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
-
- apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
- apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuintConsumer
-
- apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.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
-
- apply(S1, S2) - Method in interface com.aol.cyclops.util.function.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
-
- ApplyingApplicativeBuilder<T,R,A extends Applicativable<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(Monad<Function<? super T, ? extends R>>) - Method in interface com.aol.cyclops.internal.Monad
-
Apply function/s inside supplied Monad to data in current Monad
e.g.
- applyM(AnyM<Function<? super T, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- applyM(AnyMValue<Function<? super T, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- 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
-
- around(Function<FluentFunctions.Advice1<T, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- around(Function<FluentFunctions.Advice0<R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- around(Function<FluentFunctions.Advice3<T1, T2, T3, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- ArrayToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
-
- ArrayToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.ArrayToStreamConverter
-
- AsDecomposable - Class in com.aol.cyclops.internal.matcher2
-
- AsDecomposable() - Constructor for class com.aol.cyclops.internal.matcher2.AsDecomposable
-
- asDecomposable(Object) - Static method in class com.aol.cyclops.internal.matcher2.AsDecomposable
-
Coerce / wrap an Object as a Decomposable instance
This adds an unapply method that returns an interable over the supplied
objects fields.
- AsDecomposable.CoercedDecomposable - Class in com.aol.cyclops.internal.matcher2
-
- AsFunctor - Class in com.aol.cyclops.types.mixins
-
- 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
- asSequence() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
Wrap this Monad's contents as a Sequence without disaggreating it.
- Assignment() - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoBuilderModule.Assignment
-
- AsStreamable - Class in com.aol.cyclops.util.stream
-
- AsStreamable() - Constructor for class com.aol.cyclops.util.stream.AsStreamable
-
- assureSimpleReactException(Throwable) - Static method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
-
- assureSimpleReactException(Throwable) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
-
- asUnwrappedFunction() - Method in class com.aol.cyclops.internal.matcher2.Cases
-
assertThat(Cases.of(Case.of(input->true,input->"hello")).asUnwrappedFunction().apply(10),is("hello"));
- asUnwrappedFunction() - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
-
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
-
- async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- 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
-
- asyncAlways(Executor) - Method in interface com.aol.cyclops.control.Eval
-
- asyncAlways() - Method in interface com.aol.cyclops.control.Eval
-
- asyncLater(Executor) - Method in interface com.aol.cyclops.control.Eval
-
- asyncLater() - Method in interface com.aol.cyclops.control.Eval
-
- asyncNow(Executor) - Method in interface com.aol.cyclops.control.Eval
-
- asyncNow() - Method in interface com.aol.cyclops.control.Eval
-
- AutoCloseableMatchableIterable() - Constructor for class com.aol.cyclops.control.Matchable.AutoCloseableMatchableIterable
-
- autoMemoizeOn(Cacheable) - Method in class com.aol.cyclops.control.LazyReact
-
- 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 class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- 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 class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- 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 class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- 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 class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- avg(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- 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
-
- await() - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
- Cacheable<OUT> - Interface in com.aol.cyclops.util.function
-
Interface that represents a pluggable cache
- CallableToCompletableFutureConverter - Class in com.aol.cyclops.internal.comprehensions.converters
-
- CallableToCompletableFutureConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.CallableToCompletableFutureConverter
-
- cancel() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
Cancel the CompletableFutures in this stage of the stream
- 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<? extends 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<? extends Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- capture(Consumer<? extends 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<? extends 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.
- Case<T,R> - Interface in com.aol.cyclops.internal.matcher2
-
An interface / trait for building functionally compositional pattern matching cases
Consists of a Predicate and a Function
When match is called, if the predicate holds the function is executed
- CaseBeingBuilt - Class in com.aol.cyclops.internal.matcher2
-
- CaseBeingBuilt() - Constructor for class com.aol.cyclops.internal.matcher2.CaseBeingBuilt
-
- Cases<T,R> - Class in com.aol.cyclops.internal.matcher2
-
Represents an ordered list of pattern matching cases.
- cast(Class<U>) - Method in interface com.aol.cyclops.control.Eval
-
- cast(Class<U>) - Method in interface com.aol.cyclops.control.FeatureToggle
-
- cast(Class<U>) - Method in class com.aol.cyclops.control.FutureW
-
- cast(Class<U>) - Method in interface com.aol.cyclops.control.Ior
-
- cast(Class<U>) - Method in interface com.aol.cyclops.control.Maybe
-
- cast(Class<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<U>) - Method in interface com.aol.cyclops.control.Try
-
- cast(Class<U>) - Method in interface com.aol.cyclops.control.Xor
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
-
- cast(Class<U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
-
- cast(Class<U>) - Method in class com.aol.cyclops.data.LazyImmutable
-
- cast(Class<U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- cast(Class<U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- cast(Class<U>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
- cast(Class<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<U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
-
- cast(Class<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- cast(Class<U>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- cast(Stream<T>, Class<U>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Cast all elements in a stream to a given type, possibly throwing a
ClassCastException
.
- 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
-
- characteristics() - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliterator
-
- characteristics() - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliteratorFromSupplier
-
- characteristics() - Method in class com.aol.cyclops.internal.stream.spliterators.ClosingSpliterator
-
- characteristics() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
-
- characteristics() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
-
- characteristics() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
-
- characteristics() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
-
- chars(CharSequence) - Static method in class com.aol.cyclops.Matchables
-
- 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
- CheckedTriFunction<T1,T2,T3,R> - Interface in com.aol.cyclops.internal.invokedynamic
-
- 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() - 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.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
-
- clearFast() - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
- clone() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
-
Deprecated.
- close() - Method in class com.aol.cyclops.control.Matchable.AutoCloseableMatchableIterable
-
- 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
- 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.internal.react.DelegateStream
-
- close() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- close() - Method in class com.aol.cyclops.internal.react.stream.CloseableIterator
-
- close() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- close() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
-
- CloseableIterator<T> - Class in com.aol.cyclops.internal.react.stream
-
- CloseableIterator() - Constructor for class com.aol.cyclops.internal.react.stream.CloseableIterator
-
- 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) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- ClosingSpliterator<T> - Class in com.aol.cyclops.internal.stream.spliterators
-
- ClosingSpliterator(long, Queue, AtomicBoolean) - Constructor for class com.aol.cyclops.internal.stream.spliterators.ClosingSpliterator
-
- CoercedDecomposable() - Constructor for class com.aol.cyclops.internal.matcher2.AsDecomposable.CoercedDecomposable
-
- CoercedMappable() - Constructor for class com.aol.cyclops.types.mixins.AsMappable.CoercedMappable
-
- CoercedMatchable() - Constructor for class com.aol.cyclops.control.Matchable.AsMatchable.CoercedMatchable
-
- 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
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- 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.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(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- collect(Collector<? super U, A, R>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Asynchronously perform a Stream collection
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Asynchronously perform a Stream collection
- collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Mutable reduction / collection over this Monad converted to a Stream
- collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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(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(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- collectable() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- 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 class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- collectable() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- collectable() - Method in interface com.aol.cyclops.util.stream.Streamable
-
- CollectionToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
-
- CollectionToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
-
- CollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions
-
- 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.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.internal - package com.aol.cyclops.internal
-
- com.aol.cyclops.internal.comprehensions - package com.aol.cyclops.internal.comprehensions
-
- com.aol.cyclops.internal.comprehensions.comprehenders - package com.aol.cyclops.internal.comprehensions.comprehenders
-
- com.aol.cyclops.internal.comprehensions.converters - package com.aol.cyclops.internal.comprehensions.converters
-
- com.aol.cyclops.internal.comprehensions.donotation - package com.aol.cyclops.internal.comprehensions.donotation
-
- com.aol.cyclops.internal.invokedynamic - package com.aol.cyclops.internal.invokedynamic
-
- com.aol.cyclops.internal.matcher2 - package com.aol.cyclops.internal.matcher2
-
- com.aol.cyclops.internal.monads - package com.aol.cyclops.internal.monads
-
- com.aol.cyclops.internal.react - package com.aol.cyclops.internal.react
-
- com.aol.cyclops.internal.react.async.future - package com.aol.cyclops.internal.react.async.future
-
- com.aol.cyclops.internal.react.exceptions - package com.aol.cyclops.internal.react.exceptions
-
- com.aol.cyclops.internal.react.stream - package com.aol.cyclops.internal.react.stream
-
- com.aol.cyclops.internal.react.stream.traits.future.operators - package com.aol.cyclops.internal.react.stream.traits.future.operators
-
- com.aol.cyclops.internal.stream - package com.aol.cyclops.internal.stream
-
- com.aol.cyclops.internal.stream.operators - package com.aol.cyclops.internal.stream.operators
-
- com.aol.cyclops.internal.stream.spliterators - package com.aol.cyclops.internal.stream.spliterators
-
- 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 - package com.aol.cyclops.util.stream
-
- 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)
//SequenceM[SequenceM[1,2],SequenceM[1,3],SequenceM[2,3]]
- combinations() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
ReactiveSeq.of(1,2,3).combinations()
//SequenceM[SequenceM[],SequenceM[1],SequenceM[2],SequenceM[3].SequenceM[1,2],SequenceM[1,3],SequenceM[2,3]
,SequenceM[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
-
ReactiveSeq.of(1,2,3).combinations(2)
//SequenceM[SequenceM[1,2],SequenceM[1,3],SequenceM[2,3]]
- combinations() - Method in interface com.aol.cyclops.types.ExtendedTraversable
-
ReactiveSeq.of(1,2,3).combinations()
//SequenceM[SequenceM[],SequenceM[1],SequenceM[2],SequenceM[3].SequenceM[1,2],SequenceM[1,3],SequenceM[2,3]
,SequenceM[1,2,3]]
- 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]]
- combinations(int) - Method in interface com.aol.cyclops.util.stream.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.util.stream.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]]
- 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.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 & 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 & 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 & reduction operation.
- combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
-
- 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 & reduction operation.
- combine(Stream<T>, BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
- combineFluentCollection() - 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
-
- combineSequenceM() - Static method in interface com.aol.cyclops.Semigroups
-
- 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
-
- CompletableFutureComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
-
- CompletableFutureComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
-
- CompletableFutures - Class in com.aol.cyclops.util
-
- CompletableFutures() - Constructor for class com.aol.cyclops.util.CompletableFutures
-
- CompletableFutureT<A> - Class in com.aol.cyclops.control.monads.transformers
-
Monad Transformer for Java CompletableFutures
CompletableFutureT consists of an AnyM instance that in turns wraps anoter Monad type that contains an CompletableFuture
CompletableFutureT
>>>
CompletableFutureT allows the deeply wrapped CompletableFuture to be manipulating within it's nested /contained context
- completableFutureToStream(CompletableFuture<T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
- complete() - Method in interface com.aol.cyclops.control.Trampoline
-
- CompletedException - Exception in com.aol.cyclops.internal.react.async.future
-
- CompletedException(Object) - Constructor for exception com.aol.cyclops.internal.react.async.future.CompletedException
-
- completedFuture(T) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
- 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.
- Comprehenders - Class in com.aol.cyclops.internal.comprehensions.comprehenders
-
Registered Comprehenders
- Comprehenders() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.Comprehenders
-
- ComprehenderSelector - Class in com.aol.cyclops.internal.monads
-
- ComprehenderSelector() - Constructor for class com.aol.cyclops.internal.monads.ComprehenderSelector
-
- ComprehensionsModule - Interface in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.BaseComprehensionData - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.ComprehensionData<T,R,V extends ComprehensionsModule.Initialisable> - Class in com.aol.cyclops.internal.comprehensions
-
Class that collects data for free form for comprehensions
- ComprehensionsModule.ContextualExecutor<T,C> - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.CustomForComprehension<R,T> - Interface in com.aol.cyclops.internal.comprehensions
-
Extend this interface to implement custom For Comprehensions
Format is
to bind a Monad or colleciton use methods in the following format
varName(Monad m);
to access the current value in a filter or yield expression
varName();
e.g.
- ComprehensionsModule.ExecutionState<T1,T2,V> - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.Expansion - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.Filter - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.Foreach<T> - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.Initialisable - Interface in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.MyComprehension<X,V> - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.Varsonly<T1,T2,T3,T4,T5> - Class in com.aol.cyclops.internal.comprehensions
-
- ComprehensionsModule.Yield<T> - Class in com.aol.cyclops.internal.comprehensions
-
- 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<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(Stream<U>) - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
-
- concat(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- concat(T) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- concat(T...) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- concat(Stream<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
-
- concat(Streamable<T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- concat(T) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- concat(T...) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- concat(Object, Stream<U>) - Static method in class com.aol.cyclops.util.stream.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
- 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 class com.aol.cyclops.internal.stream.BaseHotStreamImpl
-
- connect(Queue<T>) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
-
- connect() - Method in interface com.aol.cyclops.types.stream.HotStream
-
- connect(Queue<T>) - Method in interface com.aol.cyclops.types.stream.HotStream
-
- connected - Variable in class com.aol.cyclops.internal.stream.IteratorHotStream
-
- connections - Variable in class com.aol.cyclops.internal.stream.IteratorHotStream
-
- connectTo(Queue<T>, Function<ReactiveSeq<T>, R>) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
-
- connectTo(Queue<T>, Function<ReactiveSeq<T>, R>) - Method in interface com.aol.cyclops.types.stream.HotStream
-
- construct(Stream<U>) - Method in class com.aol.cyclops.control.LazyReact
-
- construct(Stream) - Method in class com.aol.cyclops.control.SimpleReact
-
- construct(Stream) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
- constructFutures(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.control.LazyReact
-
- 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.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
-
- contains(T) - Method in interface com.aol.cyclops.util.stream.Streamable
-
True if a streamable contains element t
- 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.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
-
- ContextualExecutor() - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ContextualExecutor
-
- contextualExecutor - Variable in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ExecutionState
-
- 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.
- convert(Stream<T>) - Method in interface com.aol.cyclops.internal.comprehensions.converters.StreamUpscaler
-
- convertable() - Method in class com.aol.cyclops.types.applicative.Applicativable.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
-
- ConvertableSequence<T> - Interface in com.aol.cyclops.types.stream
-
- ConvertableSequentialFunctor<T> - Interface in com.aol.cyclops.types
-
- ConvertableToReactiveSeq<T> - Interface in com.aol.cyclops.types.stream
-
- convertSeq(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
-
- convertTo(Function<? super Maybe<? super T>, ? extends R>) - Method in interface com.aol.cyclops.types.Value
-
- convertToAsync(Function<? super CompletableFuture<? super T>, ? extends CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.Value
-
- 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 class com.aol.cyclops.internal.comprehensions.converters.ArrayToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.BufferedReaderToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.CallableToCompletableFutureConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.DecomposableToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.EnumToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.InputStreamToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IntegerToRangeConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IteratorToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.LongStreamToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.MonadicConverters
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.NullToOptionalConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalDoubleToOptionalConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalIntToOptionalConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalLongToOptionalConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.ResultsetToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.StreamableToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.StringToStreamConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.SupplierToCompletableFutureConverter
-
- convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.URLToStreamConverter
-
- convertToMonadicForm(Object) - Method in interface com.aol.cyclops.types.extensability.MonadicConverter
-
- convertToPredicate(Object) - Method in class com.aol.cyclops.internal.matcher2.CaseBeingBuilt
-
- convertToPredicateTyped(Object) - Static method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder
-
- 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
-
- copy() - Method in interface com.aol.cyclops.internal.stream.spliterators.ReversableSpliterator
-
- copy() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
-
- copy() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
-
- copy() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
-
- copy() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
-
- 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 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.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 class com.aol.cyclops.internal.react.DelegateStream
-
- count() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- count() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Asynchronously perform a Stream count
- count() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- count() - Method in interface com.aol.cyclops.util.stream.Streamable
-
- countDistinct(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- countDistinct() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- countDistinct() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- 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>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- 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
-
- create() - Method in interface com.aol.cyclops.internal.monads.AnyMForComprehensionFactory
-
- createEntry(Function) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp
-
- 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.
- crossJoin(Stream<U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossJoin(Seq<U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossJoin(Iterable<U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- crossJoin(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Cross join 2 streams into one.
- crossJoin(Streamable<U>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- curry() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
-
- curry() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
-
- 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<? super T1, ? super T2, ? extends 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
-
- custom(Class<X>) - Static method in class com.aol.cyclops.internal.comprehensions.ForComprehensions
-
Step builder for Creating a for comprehension using a custom interface
- 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(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.internal.Monad
-
Convert to a Stream with the values repeated specified times
- cycle(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Convert to a Stream with the values repeated specified times
- cycle() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Convert to a Stream with the values infinitely cycled
- cycle(Monoid<T>, int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Convert to a Stream with the result of a reduction operation repeated
specified times
- cycle(Class<R>, int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Convert to a Stream, repeating the resulting structure specified times
and lifting all values to the specified Monad type
- cycle(int, Streamable<U>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
-
Create a Stream that finitely cycles the provided Streamable, provided number of times
- 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() - 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
- cycle(int) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Convert to a Stream with the values repeated specified times
- cycle() - Method in interface com.aol.cyclops.util.stream.Streamable
-
Convert to a Stream with the values infinitely cycled
- cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.util.stream.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.util.stream.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.util.stream.StreamUtils
-
Create a new Stream that infiniteable cycles the provided Stream
- cycle(Streamable<U>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Create a Stream that infiniteable cycles the provided Streamable
- cycle(int, Streamable<U>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Create a Stream that finitely cycles the provided Streamable, provided number of times
- 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.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 class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Repeat in a Stream until specified predicate holds
- 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
- cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Repeat in a Stream until specified predicate holds
- cycleUntil(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Repeat in a Stream until specified predicate holds
- 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.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 class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Repeat in a Stream while specified predicate holds
- 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
- cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Repeat in a Stream while specified predicate holds
- cycleWhile(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Repeat in a Stream while specified predicate holds
- CyclopsCollectable<T> - Interface in com.aol.cyclops.types.stream
-
- CyclopsCollectors - Interface in com.aol.cyclops
-
- EagerFutureStreamFunctions - Class in com.aol.cyclops.types.futurestream
-
- EagerFutureStreamFunctions() - Constructor for class com.aol.cyclops.types.futurestream.EagerFutureStreamFunctions
-
- EagerStreamWrapper - Class in com.aol.cyclops.internal.react.stream
-
- EagerStreamWrapper(List<CompletableFuture>) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
-
- EagerStreamWrapper(EagerStreamWrapper.AsyncList) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
-
- EagerStreamWrapper(Stream<CompletableFuture>) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
-
- EagerStreamWrapper(Stream<CompletableFuture>, Collector) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
-
- EagerStreamWrapper(CompletableFuture) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
-
- 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
-
- efficientOpsOn() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
-
- efficientOpsOn() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
-
- 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.types.futurestream.LazyFutureStream
-
LazyFutureStream.of(1,2,3,4,5)
.elapsed()
.forEach(System.out::println);
- elapsed() - Method in interface com.aol.cyclops.util.stream.Streamable
-
Streamable.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(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
-
Return the elementAt index or Optional.empty
- elementAt(int) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Gets the element at index (it must be present)
- elementAt(long) - Method in interface com.aol.cyclops.util.stream.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.
- empty() - Method in interface com.aol.cyclops.control.AnyM
-
Construct an AnyM wrapping an empty instance of the wrapped type
e.g.
- EMPTY - Static variable in interface com.aol.cyclops.control.Maybe
-
- empty() - Static method in interface com.aol.cyclops.control.ReactiveSeq
-
- 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.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 class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
-
- empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
-
- empty - Static variable in interface com.aol.cyclops.internal.matcher2.Case
-
- empty() - Static method in interface com.aol.cyclops.internal.matcher2.Case
-
- EMPTY - Static variable in class com.aol.cyclops.internal.matcher2.SeqUtils
-
- EMPTY() - Constructor for class com.aol.cyclops.internal.matcher2.SeqUtils.EMPTY
-
- empty() - Method in interface com.aol.cyclops.internal.Monad
-
- empty() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- empty() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- empty() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
- empty() - Static method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
-
- empty() - Static method in class com.aol.cyclops.internal.react.async.future.FinalPipeline
-
- 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
- empty() - Static method in interface com.aol.cyclops.util.stream.Streamable
-
- EmptyCase<T,R> - Class in com.aol.cyclops.internal.matcher2
-
Represents an empty pattern matching case
- EmptyCase() - Constructor for class com.aol.cyclops.internal.matcher2.EmptyCase
-
- EmptyCollector<T> - Class in com.aol.cyclops.react.collectors.lazy
-
A collector that periodically joins active completablefutures
but does not store the results
- 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 class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- emptyUnit() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- 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
-
- 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(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- endsWith(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- endsWith(Stream<T>) - Method in interface com.aol.cyclops.types.Traversable
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Stream.of(5,6)));
- endsWith(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
-
- endsWith(Streamable<T>) - Method in interface com.aol.cyclops.util.stream.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.util.stream.StreamUtils
-
- 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 class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- endsWithIterable(Iterable<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.Traversable
-
assertTrue(ReactiveSeq.of(1,2,3,4,5,6)
.endsWith(Arrays.asList(5,6)));
- endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
assertTrue(Streamable.of(1,2,3,4,5,6)
.endsWith(Arrays.asList(5,6)));
- Entry() - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoBuilderModule.Entry
-
- entrySet() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
-
- entrySet() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
-
- EnumToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
-
- EnumToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.EnumToStreamConverter
-
- eq(V) - Static method in class com.aol.cyclops.util.function.Predicates
-
Check for universal equality (Object#equals)
- equals(Object) - Method in class com.aol.cyclops.control.Eval.Always
-
- equals(Object) - Method in class com.aol.cyclops.control.Eval.Later
-
- equals(Object) - Method in class com.aol.cyclops.control.Eval.Now
-
- 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.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.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(Object) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- equals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
-
- 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
-
- essential(Consumer<FastFuture.OnComplete>) - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
Called at least once on complete
- estimateSize() - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
-
- estimateSize() - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliterator
-
- estimateSize() - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliteratorFromSupplier
-
- estimateSize() - Method in class com.aol.cyclops.internal.stream.spliterators.ClosingSpliterator
-
- estimateSize() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
-
- estimateSize() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
-
- estimateSize() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
-
- estimateSize() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
-
- Eval<T> - Interface in com.aol.cyclops.control
-
Represents a computation that can be defered, cached or immediate
- Eval.Always<T> - Class in com.aol.cyclops.control
-
- Eval.Later<T> - Class in com.aol.cyclops.control
-
- Eval.Now<T> - Class in com.aol.cyclops.control
-
- EvalComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
-
- EvalComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
-
- EvalT<T> - Class in com.aol.cyclops.control.monads.transformers
-
Monad transformer for JDK Maybe
MaybeT consists of an AnyM instance that in turns wraps anoter Monad type
that contains an Maybe
MaybeT
>>>
MaybeT allows the deeply wrapped Maybe to be manipulating within it's nested
/contained context
- exception - Variable in class com.aol.cyclops.internal.react.async.future.FastFuture.OnComplete
-
- exceptionally(Function<X, T>) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
-
- exceptionally - Variable in class com.aol.cyclops.internal.react.async.future.FastFuture.OnComplete
-
- exceptionally(Function<X, T>) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
-
- ExceptionSoftener - Class in com.aol.cyclops.util
-
Utility class for softening exceptions
Use throw throwSoftenedException
- ExceptionSoftener() - Constructor for class com.aol.cyclops.util.ExceptionSoftener
-
- execute() - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ContextualExecutor
-
- execute(List<String>, Object, Object...) - Method in class com.aol.cyclops.internal.invokedynamic.InvokeDynamic
-
- execute(String, Object, Object...) - Method in class com.aol.cyclops.internal.invokedynamic.InvokeDynamic
-
- executeAndSetContext(C) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ContextualExecutor
-
- executeflatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
-
- executeflatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
-
- executeflatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
-
- executeflatMap(Stream, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
-
- executeflatMap(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
-
Wrapper around flatMap
- executeMethod(Method, Object, Object...) - Method in class com.aol.cyclops.internal.invokedynamic.InvokeDynamic
-
- ExecutionPipeline - Class in com.aol.cyclops.internal.react.async.future
-
- ExecutionPipeline() - Constructor for class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
-
- ExecutionState() - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ExecutionState
-
- executors - Variable in class com.aol.cyclops.internal.react.async.future.FinalPipeline
-
- Expansion() - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Expansion
-
- exponentialBackOff() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
-
- ExponentialBackofWaitStrategy<T> - Class in com.aol.cyclops.data.async.wait
-
- ExponentialBackofWaitStrategy() - Constructor for class com.aol.cyclops.data.async.wait.ExponentialBackofWaitStrategy
-
- expression(Consumer<T>) - Static method in class com.aol.cyclops.control.FluentFunctions
-
Convert a statement (e.g.
- expression(BiConsumer<T1, 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
-
- Extractor<T,R> - Interface in com.aol.cyclops.internal.matcher2
-
Interface representing an extracting from one value to another
extends Function and adds Serializability
- Extractors - Class in com.aol.cyclops.internal.matcher2
-
Generic extractors for use s pre and post data extractors.
- Extractors() - Constructor for class com.aol.cyclops.internal.matcher2.Extractors
-
- fail(E) - Static method in class com.aol.cyclops.util.validation.ValidationResult.FailedResult
-
Construct a FailedResult
- failedFuture(Throwable) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
-
- 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
- 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
-
- FastFuture<T> - Class in com.aol.cyclops.internal.react.async.future
-
- FastFuture() - Constructor for class com.aol.cyclops.internal.react.async.future.FastFuture
-
- FastFuture(FinalPipeline, Consumer<FastFuture<T>>) - Constructor for class com.aol.cyclops.internal.react.async.future.FastFuture
-
- FastFuture(FinalPipeline, int) - Constructor for class com.aol.cyclops.internal.react.async.future.FastFuture
-
- FastFuture.OnComplete - Class in com.aol.cyclops.internal.react.async.future
-
- FeatureToggle<F> - Interface in com.aol.cyclops.control
-
Switch interface for handling features that can 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
- FeatureToggleComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
-
- FeatureToggleComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
-
- FileToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
-
- FileToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
-
- fillInStackTrace() - Method in exception com.aol.cyclops.data.async.Queue.ClosedQueueException
-
- fillInStackTrace() - Method in exception com.aol.cyclops.data.async.Queue.QueueTimeoutException
-
- fillInStackTrace() - Method in exception com.aol.cyclops.internal.react.async.future.CompletedException
-
- fillInStackTrace() - Method in exception com.aol.cyclops.internal.react.exceptions.FilteredExecutionPathException
-
- fillInStackTrace() - Method in exception com.aol.cyclops.internal.react.exceptions.SimpleReactCompletionException
-
- fillInStackTrace() - Method in exception com.aol.cyclops.internal.react.exceptions.SimpleReactProcessingException
-
- 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 F>) - 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 T>) - Method in class com.aol.cyclops.control.monads.transformers.EvalT
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.ListT
-
Filter the wrapped List
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.MaybeT
-
Filter the wrapped Maybe
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.OptionalT
-
Filter the wrapped Optional
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.SetT
-
Filter the wrapped Set
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.StreamableT
-
Filter the wrapped Streamable
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.StreamT
-
Filter the wrapped Stream
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.TryT
-
Filter the wrapped Try
- filter(Predicate<? super T>) - Method in class 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 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(CompletableFuture, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
-
- filter(Eval, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
-
- filter(FeatureToggle, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
-
- filter(FutureW, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
-
- filter(Object, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
-
- filter(Ior, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
-
- filter(Object, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
-
- filter(Maybe, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
-
- filter(Optional, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
-
- filter(Object, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
-
- filter(Object, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
-
- filter(Object, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
-
- filter(Stream, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
-
- filter(Try, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
-
- filter(Xor, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
-
- filter(Supplier<Boolean>) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ComprehensionData
-
Add a guard to the for comprehension
- filter(Supplier<Boolean>) - Method in interface com.aol.cyclops.internal.comprehensions.ComprehensionsModule.CustomForComprehension
-
- Filter(String, ComprehensionsModule.ContextualExecutor) - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Filter
-
- filter(Predicate<? super T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
-
Filter data
- filter(Function<? super T1, Function<? super T2, Boolean>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
-
Filter data
- filter(Function<? super T1, Function<? super T2, Function<? super T3, Boolean>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
-
Filter data
- filter(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Boolean>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
-
Filter data
- filter(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Boolean>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
-
Filter data
- filter(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Boolean>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
-
Filter data
- filter(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, Boolean>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
-
Filter data
- filter(Function<T, Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<T7, Boolean>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp8
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.internal.Monad
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- filter(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
-
- 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
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
-
- filter(Predicate<? super T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- 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
-
- FilteredExecutionPathException - Exception in com.aol.cyclops.internal.react.exceptions
-
- FilteredExecutionPathException() - Constructor for exception com.aol.cyclops.internal.react.exceptions.FilteredExecutionPathException
-
- filterInternal(Predicate<? super T>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
- filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Eval
-
- filterNot(Predicate<? super F>) - 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 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
-
- 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
- FinalPipeline - Class in com.aol.cyclops.internal.react.async.future
-
- FinalPipeline() - Constructor for class com.aol.cyclops.internal.react.async.future.FinalPipeline
-
- findAny() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- findAny() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- findAny() - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- findAny() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous findAny operation
- findAny() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- findAny() - Method in interface com.aol.cyclops.types.Traversable
-
- findAny() - Method in interface com.aol.cyclops.util.stream.Streamable
-
- findFirst() - Method in interface com.aol.cyclops.control.ReactiveSeq
-
- findFirst() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- findFirst() - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- findFirst() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous findAny operation
- findFirst() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- findFirst() - Method in interface com.aol.cyclops.types.Traversable
-
- findFirst() - Method in interface com.aol.cyclops.util.stream.Streamable
-
- 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
-
- first(Comprehender<T>, Collection) - Static method in class com.aol.cyclops.internal.comprehensions.comprehenders.Helper
-
- 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
- firstOrNull(List<T>) - Static method in class com.aol.cyclops.internal.Utils
-
- firstPresentMaybe() - Static method in interface com.aol.cyclops.Semigroups
-
- firstPresentOptional() - Static method in interface com.aol.cyclops.Semigroups
-
- firstRecover - Variable in class com.aol.cyclops.internal.react.async.future.FinalPipeline
-
- 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 class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous findAny operation
- firstValue() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- firstValue() - Method in interface com.aol.cyclops.types.Traversable
-
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.util.stream.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.util.stream.StreamUtils
-
- fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
-
emit elements after a fixed delay
- fixedDelay(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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
- fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.util.stream.Streamable
-
emit elements after a fixed delay
- fixedDelay(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
- flatMap(Function<? super T, ? extends Eval<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Always
-
- flatMap(Function<? super T, ? extends Eval<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
-
- flatMap(Function<? super T, ? extends Eval<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Later
-
- flatMap(Function<? super T, ? extends Eval<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Now
-
- flatMap(Function<? super F, ? extends FeatureToggle<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 FutureW<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
-
- flatMap(Function<? super PT, ? extends Ior<LT1, RT1>>) - Method in class com.aol.cyclops.control.Ior.Both
-
- flatMap(Function<? super PT, ? extends Ior<LT1, RT1>>) - Method in interface com.aol.cyclops.control.Ior
-
- flatMap(Function<? super PT, ? extends Ior<LT1, RT1>>) - Method in class com.aol.cyclops.control.Ior.Primary
-
- flatMap(Function<? super PT, ? extends Ior<LT1, RT1>>) - Method in class com.aol.cyclops.control.Ior.Secondary
-
- flatMap(Function<? super T, ? extends Maybe<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
-
- flatMap(Function<? super T, ? extends Maybe<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
-
- flatMap(Function<? super T, ? extends Maybe<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
-
- flatMap(Function<? super T, ? extends Maybe<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
-
- flatMap(Function<? super A, CompletableFutureT<B>>) - Method in class com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
Flat Map the wrapped CompletableFuture
- flatMap(Function<? super T, EvalT<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.EvalT
-
Flat Map the wrapped Maybe
- flatMap(Function1<? super T, ListT<B>>) - Method in class com.aol.cyclops.control.monads.transformers.ListT
-
Flat Map the wrapped List
- flatMap(Function<? super T, MaybeT<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.MaybeT
-
Flat Map the wrapped Maybe
- flatMap(Function<? super T, OptionalT<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.OptionalT
-
Flat Map the wrapped Optional
- flatMap(Function<? super T, SetT<B>>) - Method in class com.aol.cyclops.control.monads.transformers.SetT
-
Flat Map the wrapped Set
- flatMap(Function<? super T, StreamableT<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.StreamableT
-
Flat Map the wrapped Streamable
- flatMap(Function<? super T, StreamT<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.StreamT
-
Flat Map the wrapped Stream
- flatMap(Function<? super T, TryT<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.TryT
-
Flat Map the wrapped Try
- flatMap(Function<? super T, XorT<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.XorT
-
Flat Map the wrapped Xor
- 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(Function<? super T, ? extends Try<R, X>>) - Method in class com.aol.cyclops.control.Try.Failure
-
- flatMap(Function<? super T, ? extends Try<R, X>>) - Method in interface com.aol.cyclops.control.Try
-
- flatMap(Function<? super T, ? extends Try<R, X>>) - Method in class com.aol.cyclops.control.Try.Success
-
- flatMap(Function<? super PT, ? extends Xor<LT1, RT1>>) - Method in interface com.aol.cyclops.control.Xor
-
- flatMap(Function<? super PT, ? extends Xor<LT1, RT1>>) - Method in class com.aol.cyclops.control.Xor.Primary
-
- flatMap(Function<? super PT, ? extends Xor<LT1, 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
-
- 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(CompletableFuture, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
-
- flatMap(Eval, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
-
- flatMap(FeatureToggle, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
-
- flatMap(FutureW, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
-
- flatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
-
- flatMap(Ior, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
-
- flatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
-
- flatMap(Maybe, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
-
- flatMap(Optional, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
-
- flatMap(Reader, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
-
- flatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
-
- flatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
-
- flatMap(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
-
- flatMap(Stream, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
-
- flatMap(Try, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
-
- flatMap(Xor, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
-
- flatMap(Function<? super T, ? extends AnyM<? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- flatMap(Function<? super T, ? extends AnyMValue<? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
flatMap operation
- 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 AnyMValue<? 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, Streamable<? extends R>>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- 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 class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Allows flatMap return type to be any Monad type
- flatMapAnyM(Function<? super U, AnyM<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapAnyM(Function<? super T, AnyM<? extends R>>) - Method in interface com.aol.cyclops.util.stream.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.util.stream.StreamUtils
-
- flatMapBufferedReader(Function<? super T, BufferedReader>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied BufferedReaders
- flatMapBufferedReader(Stream<T>, Function<? super T, BufferedReader>) - Static method in class com.aol.cyclops.util.stream.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
-
- flatMapCharSequence(Function<? super T, CharSequence>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a flatMap operation where the result will be a flattened stream of Characters
from the CharSequence returned by the supplied function.
- flatMapCharSequence(Stream<T>, Function<? super T, CharSequence>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Perform a flatMap operation where the result will be a flattened stream of Characters
from the CharSequence returned by the supplied function.
- flatMapCompletableFuture(Function<? super T, CompletableFuture<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
flatMap to CompletableFuture - will block until Future complete, although (for non-blocking behaviour use AnyM
wrapping CompletableFuture and flatMap to Stream there)
- 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
- flatMapCompletableFuture(Stream<T>, Function<? super T, CompletableFuture<? extends R>>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
assertThat(StreamUtils.flatMapCompletableFuture(Stream.of(1,2,3),
i->CompletableFuture.completedFuture(i+2))
.collect(Collectors.toList()),
equalTo(Arrays.asList(3,4,5)));
- flatMapFile(Function<? super T, File>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied files.
- flatMapFile(Stream<T>, Function<? super T, File>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied files.
- flatMapInternal(Function<? super T, ? extends AnyM<? extends R>>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
- flatMapIterable(Function<? super T, 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 SequenceM
- flatMapIterable(Function<? super T, Iterable<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Convenience method & performance optimisation
flatMapping to a Stream will result in the Stream being converted to a List, if the host Monad
type is not a Stream.
- flatMapIterable(Function<? super U, Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapIterable(Function<? super T, Iterable<? extends R>>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
FlatMap where the result is a Collection, flattens the resultant collections into the
host Streamable
- flatMapIterable(Stream<T>, Function<? super T, Iterable<? extends R>>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
flatMap operation that allows a Collection to be returned
- flatMapOptional(Function<? super T, Optional<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
flatMap to optional - will result in null values being removed
- flatMapOptional(Stream<T>, Function<? super T, Optional<? extends R>>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
cross type flatMap, removes null entries
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends 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, users can use the overloaded @see IterableFunctor#flatMapPublisher(Function, FlatMapConfig)
method to subscribe asynchronously also.
- flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>, int) - 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, users can use the overloaded @see IterableFunctor#flatMapPublisher(Function, FlatMapConfig)
method to subscribe asynchronously also.
- 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, users can use the @see FlatMapConfig
class to configure an executor for asynchronous subscription.
- flatMapSequenceM(Stream<T>, Function<? super T, ReactiveSeq<? extends R>>) - Static method in class com.aol.cyclops.util.stream.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 class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
flatMap operation
- flatMapStream(Function<? super U, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapStream(Function<? super T, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
flatMap operation
- flatMapStream(Stream<T>, Function<? super T, ? extends BaseStream<? extends R, ?>>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
assertThat(StreamUtils.flatMapStream(Stream.of(1,2,3),
i->Stream.of(i)).collect(Collectors.toList()),
equalTo(Arrays.asList(1,2,3)));
- flatMapToCompletableFuture(Function<U, CompletableFuture<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<U, CompletableFuture<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<U, CompletableFuture<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<U, CompletableFuture<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<U, CompletableFuture<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
This operation is performed synchronously
- flatMapToCompletableFutureSync(Function<U, CompletableFuture<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<U, CompletableFuture<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 T, ? extends DoubleStream>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- flatMapToDouble(Function<? super U, ? extends DoubleStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- flatMapToInt(Function<? super U, ? extends IntStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- flatMapToLong(Function<? super U, ? extends LongStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- flatMapToStream(Function<Object, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.internal.Monad
-
- flatMapURL(Function<? super T, URL>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a flatMap operation where the result will be a flattened stream of Strings
from the text loaded from the supplied URLs
- flatMapURL(Stream<T>, Function<? super T, URL>) - Static method in class com.aol.cyclops.util.stream.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 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.internal.Monad
-
join / flatten one level of a nested hierarchy
- flatten() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- flatten() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- flatten() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
join / flatten one level of a nested hierarchy
- 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
-
- flatten() - Method in interface com.aol.cyclops.util.stream.Streamable
-
join / flatten one level of a nested hierarchy
- flatten(Stream<T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
- flattenInternal() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
join / flatten one level of a nested hierarchy
- 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
-
- FluentFunction(Function<T, R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentFunction
-
- FluentFunctions - Class in com.aol.cyclops.control
-
- 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
-
- 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
-
- fold(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Value
-
- Foldable<T> - Interface in com.aol.cyclops.types
-
- foldLeft(U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous foldLeft operation
- foldLeft(Monoid<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- foldLeft(T, BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
foldLeft : immutable reduction from left to right
- 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
- foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Fold a Streamable Left
- foldLeft(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
- foldLeftMapToType(Reducer<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
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
- foldLeftMapToType(Stream<T>, Reducer<T>) - Static method in class com.aol.cyclops.util.stream.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
- foldRight(U, BiFunction<? super T, U, 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(Monoid<U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- foldRight(U, BinaryOperator<U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- foldRight(U, BiFunction<? super T, U, U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
Perform an asynchronous foldRight operation
- foldRight(Monoid<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- foldRight(U, BiFunction<? super T, U, U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Immutable reduction from right to left
- foldRight(T, BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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, U, U>) - Method in interface com.aol.cyclops.types.Foldable
-
- foldRight(R, BiFunction<? super U, R, 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
- foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Fold a Streamable fromt the right
- foldRight(Monoid<T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Streamable.of("a","b","c").foldRight(Reducers.toString(""));
// "cab"
- foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
Immutable reduction from right to left
- foldRight(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
- 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 class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- foldRightMapToType(Reducer<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
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
- foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.util.stream.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.util.stream.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
- ForComprehensions - Class in com.aol.cyclops.internal.comprehensions
-
Static helper methods for for comprehensions
This class aims to make using for comprehenions as succint as possible
- ForComprehensions() - Constructor for class com.aol.cyclops.internal.comprehensions.ForComprehensions
-
- forEach(Consumer<? super F>) - 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.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() - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Foreach
-
- foreach(ComprehensionsModule.ContextualExecutor<T, ComprehensionsModule.Foreach<T>>) - Static method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Foreach
-
- foreach(Function<X, R>) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.MyComprehension
-
- foreach(Function<X, R>) - Method in class com.aol.cyclops.internal.comprehensions.FreeFormForComprehension
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
-
- forEach(Consumer<T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
-
- forEach(Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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<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 BaseStream<R1, ?>>, Function<? super T, Function<? 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, ?>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? 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, Iterable<R1>>, Function<? super T, Function<? 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, Iterable<R1>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? 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(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, ? extends R>>) - Method in interface com.aol.cyclops.internal.monads.AnyMForComprehensionHandler
-
- forEach2(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, Boolean>>, Function<? super U, Function<? super R1, ? extends R>>) - Method in interface com.aol.cyclops.internal.monads.AnyMForComprehensionHandler
-
- forEach2(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMForComprehensions
-
- forEach2(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, Boolean>>, Function<? super U, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMForComprehensions
-
- forEach2(Function<? super T, ? extends AnyM<R1>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- forEach2(Function<? super T, ? extends AnyM<R1>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- forEach2(Function<? super T, ? extends AnyMValue<R1>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- forEach2(Function<? super T, ? extends AnyMValue<R1>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- forEach2(Function<? super T, ? extends BaseStream<R1, ?>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a two level nested internal iteration over this Stream and the supplied stream
- forEach2(Function<? super T, ? extends BaseStream<R1, ?>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a two level nested internal iteration over this Stream and the supplied stream
- forEach2(Function<? super T, ? extends AnyM<R1>>, Function<? super T, Function<? 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>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? 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 AnyMValue<R1>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
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 AnyMValue<R1>>, Function<? super T, Function<? super R1, Boolean>>, Function<? super T, Function<? super R1, ? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
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 U, ? extends BaseStream<R1, ?>>, Function<? super U, Function<? super R1, ? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a two level nested internal iteration over this Stream and the
supplied stream
- forEach2(Function<? super U, ? extends BaseStream<R1, ?>>, Function<? super U, Function<? super R1, Boolean>>, Function<? super U, Function<? super R1, ? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a two level nested internal iteration over this Stream and the
supplied stream
- forEach3(Function<? super T, ? extends BaseStream<R1, ?>>, Function<? super T, Function<? super R1, ? extends BaseStream<R2, ?>>>, Function<? super T, Function<? super R1, Function<? 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, ?>>, Function<? super T, Function<? super R1, ? extends BaseStream<R2, ?>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? 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, Iterable<R1>>, Function<? super T, Function<? super R1, Iterable<R2>>>, Function<? super T, Function<? super R1, Function<? 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, Iterable<R1>>, Function<? super T, Function<? super R1, Iterable<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? 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(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, ? extends AnyM<R2>>>, Function<? super U, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super U, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in interface com.aol.cyclops.internal.monads.AnyMForComprehensionHandler
-
- forEach3(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, ? extends AnyM<R2>>>, Function<? super U, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in interface com.aol.cyclops.internal.monads.AnyMForComprehensionHandler
-
- forEach3(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, ? extends AnyM<R2>>>, Function<? super U, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super U, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.monads.AnyMForComprehensions
-
- forEach3(AnyM<U>, Function<? super U, ? extends AnyM<R1>>, Function<? super U, Function<? super R1, ? extends AnyM<R2>>>, Function<? super U, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.monads.AnyMForComprehensions
-
- forEach3(Function<? super T, ? extends AnyM<R1>>, Function<? super T, Function<? super R1, ? extends AnyM<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- forEach3(Function<? super T, ? extends AnyM<R1>>, Function<? super T, Function<? super R1, ? extends AnyM<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- forEach3(Function<? super T, ? extends AnyMValue<R1>>, Function<? super T, Function<? super R1, ? extends AnyMValue<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- forEach3(Function<? super T, ? extends AnyMValue<R1>>, Function<? super T, Function<? super R1, ? extends AnyMValue<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
-
- forEach3(Function<? super T, ? extends BaseStream<R1, ?>>, Function<? super T, Function<? super R1, ? extends BaseStream<R2, ?>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a three level nested internal iteration over this Stream and the supplied streams
- forEach3(Function<? super T, ? extends BaseStream<R1, ?>>, Function<? super T, Function<? super R1, ? extends BaseStream<R2, ?>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
Perform a three level nested internal iteration over this Stream and the supplied streams
- forEach3(Function<? super T, ? extends AnyM<R1>>, Function<? super T, Function<? super R1, ? extends AnyM<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? 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>>, Function<? super T, Function<? super R1, ? extends AnyM<R2>>>, Function<? super T, Function<? super R1, Function<? 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 AnyMValue<R1>>, Function<? super T, Function<? super R1, ? extends AnyMValue<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Perform a three level nested internal iteration over this Stream and the supplied streams
- forEach3(Function<? super T, ? extends AnyMValue<R1>>, Function<? super T, Function<? super R1, ? extends AnyMValue<R2>>>, Function<? super T, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
-
Perform a three level nested internal iteration over this AnyM and the supplied monads
- forEach3(Function<? super U, ? extends BaseStream<R1, ?>>, Function<? super U, Function<? super R1, ? extends BaseStream<R2, ?>>>, Function<? super U, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEach3(Function<? super U, ? extends BaseStream<R1, ?>>, Function<? super U, Function<? super R1, ? extends BaseStream<R2, ?>>>, Function<? super U, Function<? super R1, Function<? super R2, Boolean>>>, Function<? super U, Function<? super R1, Function<? super R2, ? extends R>>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
Perform a three level nested internal iteration over this Stream and the
supplied streams
- forEachEvent(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.internal.react.stream.traits.future.operators.LazyFutureStreamUtils
-
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(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.internal.stream.FutureStreamUtils
-
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 class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
-
- forEachEvent(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqFutureOpterationsImpl
-
- forEachEvent(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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.
- forEachEvent(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.util.stream.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.
- 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 class com.aol.cyclops.internal.react.DelegateStream
-
- forEachOrdered(Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- forEachOrdered(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
-
- forEachOrdered(Consumer<? super T>) - Method in interface com.aol.cyclops.util.stream.Streamable
-
- 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.internal.react.stream.traits.future.operators.LazyFutureStreamUtils
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
- forEachWithError(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.internal.stream.FutureStreamUtils
-
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 class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
-
- forEachWithError(Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqFutureOpterationsImpl
-
- forEachWithError(Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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,
- forEachWithError(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
- foreachX(Function<ComprehensionsModule.ComprehensionData<?, R, ? extends ComprehensionsModule.Initialisable>, R>) - Static method in class com.aol.cyclops.internal.comprehensions.ForComprehensions
-
Create a custom for comprehension virtually unlimited in nesting depths
- foreachX(Class<X>, Function<X, R>) - Static method in class com.aol.cyclops.internal.comprehensions.ForComprehensions
-
Create a for comprehension using a custom interface
- forEachX(Stream<T>, long, Consumer<? super T>) - Static method in class com.aol.cyclops.internal.react.stream.traits.future.operators.LazyFutureStreamUtils
-
Perform a forEach operation over the Stream, without closing it, consuming only the specified number of elements from
the Stream, at this time.
- forEachX(Stream<T>, long, Consumer<? super T>) - Static method in class com.aol.cyclops.internal.stream.FutureStreamUtils
-
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 class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
-
- forEachX(long, Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqFutureOpterationsImpl
-
- forEachX(long, Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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.
- forEachX(Stream<T>, long, Consumer<? super T>) - Static method in class com.aol.cyclops.util.stream.StreamUtils
-
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.internal.react.stream.traits.future.operators.LazyFutureStreamUtils
-
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(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.internal.stream.FutureStreamUtils
-
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 class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
-
- forEachXEvents(long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqFutureOpterationsImpl
-
- forEachXEvents(long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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.
- forEachXEvents(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.util.stream.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(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.internal.react.stream.traits.future.operators.LazyFutureStreamUtils
-
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.internal.stream.FutureStreamUtils
-
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 class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
-
- forEachXWithError(long, Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqFutureOpterationsImpl
-
- forEachXWithError(long, Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- 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.
- forEachXWithError(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.util.stream.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.
- format() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- format() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
-
- forwardErrors(Consumer<Throwable>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
-
- forwardErrors(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
-
- FreeFormForComprehension<X,V extends ComprehensionsModule.Initialisable> - Class in com.aol.cyclops.internal.comprehensions
-
- FreeFormForComprehension() - Constructor for class com.aol.cyclops.internal.comprehensions.FreeFormForComprehension
-
- FreeFormForComprehension(Class<X>) - Constructor for class com.aol.cyclops.internal.comprehensions.FreeFormForComprehension
-
- FreeFormForComprehension(Class<X>, Class<V>) - Constructor for class com.aol.cyclops.internal.comprehensions.FreeFormForComprehension
-
- FreeFormForComprehension(Class<X>, V) - Constructor for class com.aol.cyclops.internal.comprehensions.FreeFormForComprehension
-
- FreeFormForComprehension(Class<X>, Class<V>, V) - Constructor for class com.aol.cyclops.internal.comprehensions.FreeFormForComprehension
-
- 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
-
- from(CompletableFuture<U>...) - Method in class com.aol.cyclops.control.LazyReact
-
- 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(Supplier<T1>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Tuple1<T1>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Supplier<T1>, Supplier<T2>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Tuple2<T1, T2>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Tuple3<T1, T2, T3>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Supplier<T1>, Supplier<T2>, Supplier<T3>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Tuple4<T1, T2, T3, T4>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Supplier<T1>, Supplier<T2>, Supplier<T3>, Supplier<T4>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Tuple5<T1, T2, T3, T4, T5>) - Static method in interface com.aol.cyclops.control.Matchable
-
- from(Supplier<T1>, Supplier<T2>, Supplier<T3>, Supplier<T4>, Supplier<T5>) - Static method in interface com.aol.cyclops.control.Matchable
-
- 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
-
- from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
-
- 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
-
- from(AnyMValue<T>) - Static method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
-
- from(Iterator<U>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
Start a reactive flow from a JDK Iterator
- from(Collection<R>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
Start a reactive flow from a Collection using an Iterator
- from(Stream<U>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
Start a reactive dataflow from a stream.
- from(IntStream) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
Start a reactive dataflow from a stream.
- from(DoubleStream) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
Start a reactive dataflow from a stream.
- from(LongStream) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
Start a reactive dataflow from a stream.
- from(CompletableFuture<U>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
- from(CompletableFuture<U>...) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
-
- fromAnyM(AnyM<A>) - Static method in class com.aol.cyclops.control.monads.transformers.CompletableFutureT
-
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(AnyM<A>) - Static method in class 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 class 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 class 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 class 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(AnyM<A>) - Static method in class 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 class 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 class 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 class com.aol.cyclops.control.monads.transformers.TryT
-