Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

$

$(String) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ComprehensionData
Extract a bound variable
$(String, Object) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ComprehensionData
Bind a variable in this for comprehension
$(String, ComprehensionsModule.InternalSupplier) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ComprehensionData
Lazily bind a variable in this for comprehension
$Internal(String) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.BaseComprehensionData
 
$Internal(String, Object) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.BaseComprehensionData
 

A

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.BufferedReaderToStreamConverter
 
accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
 
accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
 
accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
 
accept(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
 
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.PublisherToStreamConverter
 
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
Performs operation with input parameters
accept(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.QuintConsumer
Performs operation with input parameters
accept(S1, S2, S3) - Method in interface com.aol.cyclops.util.function.TriConsumer
Performs operation with input parameters
accumulate(CollectionX<Eval<T>>, Reducer<R>) - Static method in interface com.aol.cyclops.control.Eval
Sequence and reduce a CollectionX of Evals into an Eval with a reduced value
accumulate(CollectionX<Eval<T>>, Function<? super T, R>, Semigroup<R>) - Static method in interface com.aol.cyclops.control.Eval
Sequence and reduce a CollectionX of Evals into an Eval with a reduced value
accumulate(CollectionX<Eval<T>>, Semigroup<T>) - Static method in interface com.aol.cyclops.control.Eval
Sequence and reduce a CollectionX of Evals into an Eval with a reduced value
accumulate(CollectionX<FutureW<T>>, Reducer<R>) - Static method in class com.aol.cyclops.control.FutureW
 
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(CollectionX<FutureW<T>>, Reducer<R>) - Static method in class com.aol.cyclops.control.FutureW
 
accumulateSuccess(CollectionX<CompletableFuture<T>>, Reducer<R>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
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(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(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
 
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
 
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
 
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
Apply after advice to this BiFunction
after(BiConsumer<T, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Apply After advice to this function capturing both the input and the output with the provided BiConsumer
after(Consumer<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
Apply after advice to this Supplier
after(QuadConsumer<T1, T2, T3, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Apply after advice to this TriFunction
aggregate(AnyM<T>) - Method in interface com.aol.cyclops.control.AnyM
Aggregate the contents of this Monad and the supplied Monad
aggregate(AnyM<T>) - Method in 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(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
True if predicate matches all elements when Monad converted to a Stream
allMatch(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
allMatch(Predicate<? super T>) - Method in 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
 
allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
True if predicate matches all elements when Monad converted to a Stream
allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
True if predicate matches all elements when Monad converted to a Stream
allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous All Match operation
allMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
allMatch(Predicate<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous All Match operation
allOf(Runnable, FastFuture...) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
 
allOf(Collector<? super U, ?, R1>, Function<? super R1, ? extends R2>) - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
allOf(Collector<? super U, ?, R1>, Function<? super R1, ? extends R2>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
 
allOf(Collector<? super U, ?, R1>, Function<? super R1, ? extends R2>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
allOf(Function<? super List<U>, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React and allOf allOf is a non-blocking equivalent of block.
allOf(Predicate<? super T1>...) - Static method in class com.aol.cyclops.util.function.Predicates
 
always(Supplier<T>) - Static method in interface com.aol.cyclops.control.Eval
Lazily create an Eval from the specified Supplier.
AlwaysContinue - Class in com.aol.cyclops.react.async.subscription
 
AlwaysContinue() - Constructor for class com.aol.cyclops.react.async.subscription.AlwaysContinue
 
andFinally(Try.CheckedConsumer<V, X>) - Method in interface com.aol.cyclops.control.Try.AndFinally
Define the finally block and execute the Try
andFinally(Try.CheckedConsumer<V, X>) - Method in class com.aol.cyclops.control.Try.MyFinallyBlock
 
andThen(Function<? super R, ? extends V>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
andThen(Function<? super R, ? extends V>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
andThen(Function<? super R, ? extends R2>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Compose this TriFunction with the provided function into a single TriFunction.
any() - Static method in class com.aol.cyclops.util.function.Predicates
 
any(Class<Y>) - Static method in class com.aol.cyclops.util.function.Predicates
Match against any object that is an instance of supplied type
AnyM<T> - Interface in com.aol.cyclops.control
Wrapper for Any Monad type There are two subsclass of AnyM - @see AnyMValue and @see AnyMSeq.
anyM() - Method in interface com.aol.cyclops.control.FeatureToggle
 
anyM() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
anyM() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
anyM(AnyM<T1>) - Static method in class com.aol.cyclops.control.For
Add a AnyM as next nested level in the comprehension
anyM() - Method in interface com.aol.cyclops.control.Ior
 
anyM() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
anyM() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
anyM() - Method in interface com.aol.cyclops.control.Reader
 
anyM() - Method in interface com.aol.cyclops.control.Streamable
 
anyM() - Method in interface com.aol.cyclops.control.Try
 
anyM() - Method in class com.aol.cyclops.control.Try.Failure
 
anyM() - Method in class com.aol.cyclops.control.Try.Success
 
anyM() - Method in interface com.aol.cyclops.control.Xor
 
anyM(AnyM<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
Add a AnyM as next nested level in the comprehension
anyM(Function<? super T1, AnyM<T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
anyM(Function<? super T1, Function<? super T2, AnyM<T3>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
anyM(Function<? super T1, Function<? super T2, Function<? super T3, AnyM<T4>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
anyM(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, AnyM<T5>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
anyM(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, AnyM<T6>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
anyM(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, AnyM<T7>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
anyM(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, AnyM<T8>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
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.types.MonadicValue1
 
AnyM.AnyMFactory - Class in com.aol.cyclops.control
 
anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
True if a single element matches when Monad converted to a Stream
anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
True if a single element matches when Monad converted to a Stream
anyMatch(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
anyMatch(Predicate<? super T>) - Method in 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
 
anyMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
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
anyMDisabled() - Method in interface com.aol.cyclops.control.FeatureToggle
 
anyMDisabled() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
anyMDisabled() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
anyMEnabled() - Method in interface com.aol.cyclops.control.FeatureToggle
 
anyMEnabled() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
anyMEnabled() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
AnyMFactory() - Constructor for class com.aol.cyclops.control.AnyM.AnyMFactory
 
anyMFailure() - Method in interface com.aol.cyclops.control.Try
 
anyMFailure() - Method in class com.aol.cyclops.control.Try.Failure
 
anyMFailure() - Method in class com.aol.cyclops.control.Try.Success
 
anyMOf(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Disabled
Create a new disabled switch
anyMOf(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Enabled
Create a new enabled switch
anyMOf(X) - Static method in class com.aol.cyclops.control.Try.Failure
Construct a Failure instance from a throwable
anyMOf(T, Class<? extends Throwable>[]) - Static method in class com.aol.cyclops.control.Try.Success
 
anyMOf(T) - Static method in class com.aol.cyclops.control.Try.Success
 
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<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React to the completion of any of the events in the previous stage.
anyOf(Predicate<? super T1>...) - Static method in class com.aol.cyclops.util.function.Predicates
 
anyValues() - Method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder
 
ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
 
ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
 
ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
 
ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
 
ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
 
ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
 
ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
 
ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
 
ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
 
ap(Functor<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
 
ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
 
ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
 
ap(BiFunction<T, T, T>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
Apply the provided function to combine multiple different Applicatives, wrapping the same type.
ap(Semigroup<T>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
 
ap(ConvertableFunctor<T>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
 
ap(ConvertableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
 
ap(Optional<T>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
 
ap(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
 
ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative
 
ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative2
 
ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative3
 
ap(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative4
 
ap(IterableFunctor<T>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative5
 
ap1(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
ap1(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
ap1(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
 
ap1(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
 
ap1(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
ap2(BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
Apply the provided function to two different Applicatives.
ap2(BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
 
ap3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
 
ap3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
 
ap4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
 
ap4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
 
ap5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
 
ap5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
 
append(T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
Append values to the end of this ReactiveSeq
append(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
append(T...) - Method in interface com.aol.cyclops.control.Streamable
Append values to the end of this Streamable
append(Stream<T>, T...) - Static method in class com.aol.cyclops.control.StreamUtils
Append values to the end of this SequenceM
append(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(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
appendAll(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
Create a new Streamablw with all elements in this Streamable followed by the elements in the provided Streamable
appendFutures(CompletableFuture<T>...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Append the provided Futures to this Stream
appendStream(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Append Stream to this ReactiveSeq
appendStream(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Append Stream to this SequenceM
appendStream(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
appendStream(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
appendStream(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Append Stream to this Stream
appendStreamable(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
Append Stream to this Streamable
appendStreamFutures(Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Append a Stream of Futures to this Stream
applicative(ApplicativeFunctor<Function<? super T, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative(ZippingApplicativable<Function<? super T, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
Applicative2<T,T2,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
 
applicative2(ApplicativeFunctor<Function<? super T, Function<? super T2, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative2(Function<? super T, Function<? super T2, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative2(BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative2(ZippingApplicativable<Function<? super T, Function<? super T2, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative2(Function<? super T, Function<? super T2, ? extends R>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative2(BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
Applicative3<T,T2,T3,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
 
applicative3(ApplicativeFunctor<Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative3(Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative3(ZippingApplicativable<Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative3(Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative3(TriFunction<? super T, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
Applicative4<T,T2,T3,T4,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
 
applicative4(ApplicativeFunctor<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative4(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative4(ZippingApplicativable<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative4(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative4(QuadFunction<? super T, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
Applicative5<T,T2,T3,T4,T5,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
 
applicative5(ApplicativeFunctor<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative5(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
applicative5(ZippingApplicativable<Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative5(Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applicative5(QuintFunction<? super T, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
ApplicativeFunctor<T> - Interface in com.aol.cyclops.types.applicative
 
ApplicativeFunctor.Applicatives - Class in com.aol.cyclops.types.applicative
 
ApplicativeFunctor.ApplyFunctions<T> - Class in com.aol.cyclops.types.applicative
 
ApplicativeFunctor.ApplyFunctions.SemigroupApplyer<T> - Class in com.aol.cyclops.types.applicative
 
applicatives() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
applicatives() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
Applicatives() - Constructor for class com.aol.cyclops.types.applicative.ApplicativeFunctor.Applicatives
 
applicatives(Unit, Functor) - Static method in class com.aol.cyclops.types.applicative.ApplicativeFunctor.Applicatives
 
applicatives() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicativable
 
applicatives() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
apply(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
apply(T) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
apply(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
apply(T, Monoid<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
apply(T) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
apply(T) - Method in interface com.aol.cyclops.control.Try.CheckedFunction
 
apply(boolean) - Method in interface com.aol.cyclops.data.MutableBoolean.BooleanFunction
 
apply(byte) - Method in interface com.aol.cyclops.data.MutableByte.ByteFunction
 
apply(char) - Method in interface com.aol.cyclops.data.MutableChar.CharFunction
 
apply(float) - Method in interface com.aol.cyclops.data.MutableFloat.FloatFunction
 
apply(short) - Method in interface com.aol.cyclops.data.MutableShort.ShortFunction
 
apply(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
Partially apply the first input parameter to this QuadConsumer
apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuadConsumer
Partially apply the first and second input parameters to this QuadConsumer
apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuadConsumer
Partially apply the first, second and third input parameters to this QuadConsumer
apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuadFunction
 
apply(T1) - Method in interface com.aol.cyclops.util.function.QuadFunction
 
apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuadFunction
 
apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuadFunction
 
apply(T1) - Method in interface com.aol.cyclops.util.function.QuintConsumer
Partially apply the first input parameter to this QuintConsumer
apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuintConsumer
Partially apply the first and second input parameters to this QuintConsumer
apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuintConsumer
Partially apply the first, second and third input parameters to this QuintConsumer
apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuintConsumer
Partially apply the first, second, third and fourth input parameters to this QuintConsumer
apply(T1, T2, T3, T4, T5) - Method in interface com.aol.cyclops.util.function.QuintFunction
 
apply(T1) - Method in interface com.aol.cyclops.util.function.QuintFunction
 
apply(T1, T2) - Method in interface com.aol.cyclops.util.function.QuintFunction
 
apply(T1, T2, T3) - Method in interface com.aol.cyclops.util.function.QuintFunction
 
apply(T1, T2, T3, T4) - Method in interface com.aol.cyclops.util.function.QuintFunction
 
apply(S1) - Method in interface com.aol.cyclops.util.function.TriConsumer
Partially apply the first input parameter to this TriConsumer
apply(S1, S2) - Method in interface com.aol.cyclops.util.function.TriConsumer
Partially apply the first and second input parameter to this TriConsumer
apply(S1, S2, S3) - Method in interface com.aol.cyclops.util.function.TriFunction
 
apply(S1) - Method in interface com.aol.cyclops.util.function.TriFunction
 
apply(S1, S2) - Method in interface com.aol.cyclops.util.function.TriFunction
 
applyFunctions() - Method in interface com.aol.cyclops.types.applicative.ApplicativeFunctor
Eagerly apply functions across one or more Functor instances
ApplyFunctions() - Constructor for class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions
 
ApplyingApplicativeBuilder<T,R,A extends ApplicativeFunctor<R>> - Class in com.aol.cyclops.types.applicative
 
ApplyingApplicativeBuilder() - Constructor for class com.aol.cyclops.types.applicative.ApplyingApplicativeBuilder
 
ApplyingZippingApplicativeBuilder<T,R,A extends ZippingApplicativable<R>> - Class in com.aol.cyclops.types.applicative.zipping
 
ApplyingZippingApplicativeBuilder() - Constructor for class com.aol.cyclops.types.applicative.zipping.ApplyingZippingApplicativeBuilder
 
applyM(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
Apply around advice to this BiFunction
around(Function<FluentFunctions.Advice1<T, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Apply around advice to this function, captures input allows output to be controlled by the advice
around(Function<FluentFunctions.Advice0<R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
Apply around advice to this Supplier
around(Function<FluentFunctions.Advice3<T1, T2, T3, R>, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Apply around advic to this TriFunction
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.
asSet(T...) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
Assignment() - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoBuilderModule.Assignment
 
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
Wrap this BiFunction in a CompletableFuture for asyncrhonous execution
async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Move this function into an asynchronous context
async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
async(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Move this function into an asynchronous context
async() - Method in class com.aol.cyclops.control.LazyReact
Start any created Streams in asyncrhonous mode - that is tasks will be submited to an Executor to be run.
async() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
async() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
async() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
AutoCloseableMatchableIterable() - Constructor for class com.aol.cyclops.control.Matchable.AutoCloseableMatchableIterable
 
autoMemoizeOn(Cacheable) - Method in class com.aol.cyclops.control.LazyReact
Turn automatic caching of values on for the FutureStream to be generated by this Stream builder
autoOptimizeOff() - Method in class com.aol.cyclops.control.LazyReact
Turn off automatic threading management.
autoOptimizeOn() - Method in class com.aol.cyclops.control.LazyReact
Turn on automatic threading optimization.
averageDouble(ToDoubleFunction<? super T>) - Method in 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
 

B

BaseAnyMImpl<T> - Class in com.aol.cyclops.internal.monads
Wrapper for Any Monad type
BaseAnyMImpl() - Constructor for class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
BaseComprehensionData(ComprehensionsModule.ExecutionState) - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.BaseComprehensionData
 
BaseFutureOperationsImpl<T> - Class in com.aol.cyclops.internal.stream
 
BaseFutureOperationsImpl() - Constructor for class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
BaseHotStreamImpl<T> - Class in com.aol.cyclops.internal.stream
 
BaseHotStreamImpl(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
BaseSimpleReact - Class in com.aol.cyclops.internal.react.stream
 
BaseSimpleReact() - Constructor for class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
BaseSimpleReact(Executor) - Constructor for class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
BaseSimpleReactStream<U> - Interface in com.aol.cyclops.types.futurestream
 
batchBySize(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchBySize(Stream<T>, int, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchBySize(int) - Method in class com.aol.cyclops.internal.stream.operators.BatchBySizeOperator
 
batchBySizeAndTime(Stream<T>, int, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchBySizeAndTime(Stream<T>, int, long, TimeUnit, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchBySizeAndTime(int, long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.operators.BatchByTimeAndSizeOperator
 
BatchBySizeOperator<T,C extends java.util.Collection<? super T>> - Class in com.aol.cyclops.internal.stream.operators
 
BatchBySizeOperator(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchBySizeOperator
 
BatchBySizeOperator(Stream<T>, Supplier<C>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchBySizeOperator
 
batchByTime(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchByTime(Stream<T>, long, TimeUnit, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchByTime(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.operators.BatchByTimeOperator
 
BatchByTimeAndSizeOperator<T,C extends java.util.Collection<? super T>> - Class in com.aol.cyclops.internal.stream.operators
 
BatchByTimeAndSizeOperator(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchByTimeAndSizeOperator
 
BatchByTimeAndSizeOperator(Stream<T>, Supplier<C>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchByTimeAndSizeOperator
 
BatchByTimeOperator<T,C extends java.util.Collection<? super T>> - Class in com.aol.cyclops.internal.stream.operators
 
BatchByTimeOperator(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchByTimeOperator
 
BatchByTimeOperator(Stream<T>, Supplier<C>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchByTimeOperator
 
BatchingCollector<T> - Class in com.aol.cyclops.react.collectors.lazy
This class allows a Batch of completable futures to be processed before collecting their results, to increase parallelism.
BatchingCollector(MaxActive, BlockingStream<T>) - Constructor for class com.aol.cyclops.react.collectors.lazy.BatchingCollector
 
batchUntil(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchWhile(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchWhile(Stream<T>, Predicate<? super T>, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
batchWhile(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.operators.BatchWhileOperator
 
BatchWhileOperator<T,C extends java.util.Collection<? super T>> - Class in com.aol.cyclops.internal.stream.operators
 
BatchWhileOperator(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchWhileOperator
 
BatchWhileOperator(Stream<T>, Supplier<C>) - Constructor for class com.aol.cyclops.internal.stream.operators.BatchWhileOperator
 
before(BiConsumer<T1, T2>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Apply before advice to this BiFunction
before(Consumer<T>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Apply before advice to this function, capture the input with the provided Consumer
before(Runnable) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
Apply before advice to this Supplier
before(TriConsumer<T1, T2, T3>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Apply before advice to this TriFunction
bicast(Class<U1>, Class<U2>) - Method in interface com.aol.cyclops.control.Ior
 
bicast(Class<U1>, Class<U2>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
bicast(Class<U1>, Class<U2>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
bicast(Class<U1>, Class<U2>) - Method in interface com.aol.cyclops.types.BiFunctor
Cast two data types simulatanously.
BiFunctor<T1,T2> - Interface in com.aol.cyclops.types
 
bigIntCount - Static variable in interface com.aol.cyclops.Semigroups
Combine two BigIntegers by adding one to a (can be used to count BigIntegers in a Collection or Stream)
bigIntMax - Static variable in interface com.aol.cyclops.Semigroups
Combine two BigIntegers by selecting the max
bigIntMin - Static variable in interface com.aol.cyclops.Semigroups
Combine two BigIntegers by selecting the min
bigIntMult - Static variable in interface com.aol.cyclops.Semigroups
Combine two BigIntegers by multiplying them
bigIntSum - Static variable in interface com.aol.cyclops.Semigroups
Combine two BigIngegers by summing them
bimap(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>) - Method in interface com.aol.cyclops.control.Ior
 
bimap(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>) - Method in class com.aol.cyclops.control.Ior.Both
 
bimap(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>) - Method in class com.aol.cyclops.control.Ior.Primary
 
bimap(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
bimap(Function<? super K, ? extends R1>, Function<? super V, ? extends R2>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
bimap(Function<? super K, ? extends R1>, Function<? super V, ? extends R2>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
bimap(Function<? super T1, ? extends R1>, Function<? super T2, ? extends R2>) - Method in interface com.aol.cyclops.types.BiFunctor
Transform this BiFunctor, changing two value types at once.
bind(Function<? super T, ?>) - Method in interface com.aol.cyclops.control.AnyM
Perform a looser typed flatMap / bind operation The return type can be another type other than the host type Note the modified javaslang monad laws are not applied during the looser typed bind operation The modification being used to work around the limits of the Java type system.
bind(Function<? super A, CompletableFutureT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
bind(Function<? super T, EvalT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
Flat Map the wrapped Maybe
bind(Function<? super A, FutureWT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
bind(Function<? super T, ListT<B>>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
Flat Map the wrapped List
bind(Function<? super T, MaybeT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Flat Map the wrapped Maybe
bind(Function<? super T, OptionalT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Flat Map the wrapped Optional
bind(Function<? super R, ReaderT<? extends T, B>>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
bind(Function<? super T, SetT<B>>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
Flat Map the wrapped Set
bind(Function<? super T, StreamableT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Flat Map the wrapped Streamable
bind(Function<? super T, StreamT<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
Flat Map the wrapped Stream
bind(Function<? super T, TryT<B, X>>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
Flat Map the wrapped Try
bind(Function<? super T, XorT<ST, ? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
Flat Map the wrapped Xor
bind(Function<? super T, ?>) - Method in interface com.aol.cyclops.internal.Monad
Perform a looser typed flatMap / bind operation The return type can be another type other than the host type
bind(Function<? super T, ?>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
bind(Function<? super T, ?>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
bind(Function<? super T, ?>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
bind(Function<? super T, ?>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
bind(SimpleReactStream<U>, Function<U, BaseSimpleReactStream<R>>) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
flatMap / bind implementation that returns the correct type (SimpleReactStream)
bindInternal(Function<? super T, ?>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
Perform a looser typed flatMap / bind operation The return type can be another type other than the host type
bipeek(Consumer<? super ST>, Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Ior
 
bipeek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Both
 
bipeek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Primary
 
bipeek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
bipeek(Consumer<? super K>, Consumer<? super V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
bipeek(Consumer<? super K>, Consumer<? super V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
bipeek(Consumer<? super T1>, Consumer<? super T2>) - Method in interface com.aol.cyclops.types.BiFunctor
Peek at two data types simulatanously (typically to perform a side-effect with each data point)
bitAnd() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitAnd(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitAndInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitAndLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitOr() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitOr(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitOrInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitOrLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
bitrampoline(Function<? super ST, ? extends Trampoline<? extends R1>>, Function<? super PT, ? extends Trampoline<? extends R2>>) - Method in interface com.aol.cyclops.control.Ior
 
bitrampoline(Function<? super K, ? extends Trampoline<? extends R1>>, Function<? super V, ? extends Trampoline<? extends R2>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
bitrampoline(Function<? super K, ? extends Trampoline<? extends R1>>, Function<? super V, ? extends Trampoline<? extends R2>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
bitrampoline(Function<? super T1, ? extends Trampoline<? extends R1>>, Function<? super T2, ? extends Trampoline<? extends R2>>) - Method in interface com.aol.cyclops.types.BiFunctor
Perform a tail-call optimized recursive transformation operation across two data points simultaneously
block(Function<FastFuture<T>, T>) - Method in class com.aol.cyclops.react.collectors.lazy.BatchingCollector
 
block(Predicate<Status<U>>) - Method in class com.aol.cyclops.react.collectors.lazy.Blocker
 
block(Function<FastFuture<T>, T>) - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
 
block(Function<FastFuture<T>, T>) - Method in interface com.aol.cyclops.react.collectors.lazy.LazyResultConsumer
 
block(Function<FastFuture<T>, T>) - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
 
block() - Method in interface com.aol.cyclops.types.futurestream.BlockingStream
React and block
block(Collector<? super U, A, R>) - Method in interface com.aol.cyclops.types.futurestream.BlockingStream
 
block(Predicate<Status<U>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React and block with breakout Sometimes you may not need to block until all the work is complete, one result or a subset may be enough.
block(Collector<? super U, A, R>, Predicate<Status<U>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
block() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
Block until the currently active reactive task completes
Blocker<U> - Class in com.aol.cyclops.react.collectors.lazy
 
Blocker() - Constructor for class com.aol.cyclops.react.collectors.lazy.Blocker
 
blocking(Queue<T>) - Static method in class com.aol.cyclops.Matchables
 
BlockingStream<U> - Interface in com.aol.cyclops.types.futurestream
 
BlockingStreamHelper - Class in com.aol.cyclops.types.futurestream
 
BlockingStreamHelper() - Constructor for class com.aol.cyclops.types.futurestream.BlockingStreamHelper
 
booleanConjunction - Static variable in interface com.aol.cyclops.Semigroups
Combine two booleans by AND'ing them (conjunction)
booleanDisjunction - Static variable in interface com.aol.cyclops.Semigroups
Combine two booleans by OR'ing them (disjunction)
booleanXDisjunction - Static variable in interface com.aol.cyclops.Semigroups
Combine two booleans by XOR'ing them (exclusive disjunction)
both(Ior<ST, PT>, Ior<ST, PT>) - Static method in interface com.aol.cyclops.control.Ior
 
both(ST, PT) - Static method in interface com.aol.cyclops.control.Ior
 
both() - Method in interface com.aol.cyclops.control.Ior
 
Both() - Constructor for class com.aol.cyclops.control.Ior.Both
 
both() - Method in class com.aol.cyclops.control.Ior.Both
 
both() - Method in class com.aol.cyclops.control.Ior.Primary
 
both() - Method in class com.aol.cyclops.control.Ior.Secondary
 
bothValue() - Method in interface com.aol.cyclops.control.Ior
 
bounce() - Method in interface com.aol.cyclops.control.Trampoline
 
boundedNonBlockingQueue(int) - Static method in class com.aol.cyclops.data.async.QueueFactories
Creates an async.Queue backed by an Agrona ManyToOneConcurrentArrayQueue bounded by specified queueSize Wait strategy used is NoWaitRetry by default for both Consumers and Producers (both Consumers and Producers will repeatedly retry until successful).
boundedNonBlockingQueue(int, WaitStrategy<T>) - Static method in class com.aol.cyclops.data.async.QueueFactories
 
boundedPool(Collection<REACTOR>) - Static method in class com.aol.cyclops.react.threads.ReactPool
If all REACTORs are in use calling react will block.
boundedQueue(int) - Static method in class com.aol.cyclops.data.async.QueueFactories
 
boundedWaitFree(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Use an Agrona ManyToOneConcurrentArrayQueue for the next operations (wait-free, mechanical sympathy).
BufferedReaderToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
BufferedReaderToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.BufferedReaderToStreamConverter
 
build() - Method in interface com.aol.cyclops.data.async.QueueFactory
 
build() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
build() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
build() - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
Builder(K, V) - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
Builder(Map<K, V>) - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
Builder(K, V) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
Builder(Map<K, V>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
buildExpression(String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 

C

Cacheable<OUT> - Interface in com.aol.cyclops.util.function
Interface that represents a pluggable cache
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<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
React capture While onFail is used for disaster recovery (when it is possible to recover) - capture is used to capture those occasions where the full pipeline has failed and is unrecoverable.
capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
React capture While onFail is used for disaster recovery (when it is possible to recover) - capture is used to capture those occasions where the full pipeline has failed and is unrecoverable.
capture(Consumer<Throwable>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React capture While onFail is used for disaster recovery (when it is possible to recover) - capture is used to capture those occasions where the full pipeline has failed and is unrecoverable.
captureUnwrap(Throwable, Optional<Consumer<Throwable>>) - Static method in class com.aol.cyclops.types.futurestream.BlockingStreamHelper
 
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<? extends U>) - Method in interface com.aol.cyclops.control.Eval
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.FutureW
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Ior
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Cast all elements in a stream to a given type, possibly throwing a ClassCastException.
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
Cast all elements in a stream to a given type, possibly throwing a ClassCastException.
cast(Stream<T>, Class<? extends U>) - Static method in class com.aol.cyclops.control.StreamUtils
Cast all elements in a stream to a given type, possibly throwing a ClassCastException.
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Try
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.control.Xor
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.data.LazyImmutable
 
cast(Class<? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.Functor
Cast all elements in a stream to a given type, possibly throwing a ClassCastException.
cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
cast(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
catchExceptions(Class<? extends X>...) - Static method in interface com.aol.cyclops.control.Try
Fluent step builder for Try / Catch / Finally and Try with resources equivalents.
characteristics() - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
 
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(String) - Method in class com.aol.cyclops.control.Pipes
 
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
 
coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.Eval
 
coflatMap(Function<? super MonadicValue<F>, R>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
coflatMap(Function<? super MonadicValue<T>, R>) - Method in class com.aol.cyclops.control.FutureW
 
coflatMap(Function<? super MonadicValue<PT>, R>) - Method in interface com.aol.cyclops.control.Ior
 
coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.Maybe
 
coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.control.Try
 
coflatMap(Function<? super MonadicValue<PT>, R>) - Method in interface com.aol.cyclops.control.Xor
 
coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.types.MonadicValue
Perform a coflatMap operation.
coflatMap(Function<? super MonadicValue<T>, R>) - Method in interface com.aol.cyclops.types.MonadicValue1
 
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.AnyM
Collect the contents of the monad wrapped by this AnyM into supplied collector A mutable reduction operation equivalent to Stream#collect
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.control.Streamable
 
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.control.Streamable
 
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.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() - Method in class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
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
 
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(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
collect(Supplier<C>, Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.Convertable
An equivalent operation to Stream.collect(Collector)
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.Convertable
An equivalent operation to Stream.collect(Supplier, BiConsumer, BiConsumer)
collect(Supplier<R>, BiConsumer<R, ? super U>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
collect(Supplier<R>, BiConsumer<R, ? super U>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
collect(Collector<? super CompletableFuture<T>, A, R>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Collect a Stream
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
collect(Collector<? super T, A1, R1>, Collector<? super T, A2, R2>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
Collect this collectable into 2 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
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 Collectors.
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly perform a Stream collection
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly perform a Stream collection
collect(Collector<? super T, A, R>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously perform a Stream collection
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously perform a Stream collection
collect(Collector<? super T, A, R>) - Method in interface com.aol.cyclops.types.Value
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
collectable() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
collectable() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
collectable() - Method in interface com.aol.cyclops.control.Streamable
 
collectable() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
collectable() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
collectable() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
collectable() - Method in 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
collectionConcat() - Static method in interface com.aol.cyclops.Semigroups
This Semigroup will attempt to combine JDK Collections.
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
An interface that extends JDK Collection interface with a significant number of new operators
collectionXConcat() - Static method in interface com.aol.cyclops.Semigroups
To manage javac type inference first assign the semigroup
CollectionXImpl<T> - Class in com.aol.cyclops.data.collections.extensions
 
CollectionXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
com.aol.cyclops - package com.aol.cyclops
 
com.aol.cyclops.control - package com.aol.cyclops.control
 
com.aol.cyclops.control.monads.transformers - package com.aol.cyclops.control.monads.transformers
 
com.aol.cyclops.control.monads.transformers.seq - package com.aol.cyclops.control.monads.transformers.seq
 
com.aol.cyclops.control.monads.transformers.values - package com.aol.cyclops.control.monads.transformers.values
 
com.aol.cyclops.data - package com.aol.cyclops.data
 
com.aol.cyclops.data.async - package com.aol.cyclops.data.async
 
com.aol.cyclops.data.async.wait - package com.aol.cyclops.data.async.wait
 
com.aol.cyclops.data.collections.extensions - package com.aol.cyclops.data.collections.extensions
 
com.aol.cyclops.data.collections.extensions.persistent - package com.aol.cyclops.data.collections.extensions.persistent
 
com.aol.cyclops.data.collections.extensions.standard - package com.aol.cyclops.data.collections.extensions.standard
 
com.aol.cyclops.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.comprehenders.transformers - package com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq - package com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
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.pushable - package com.aol.cyclops.util.stream.pushable
 
com.aol.cyclops.util.stream.scheduling.cron - package com.aol.cyclops.util.stream.scheduling.cron
 
com.aol.cyclops.util.validation - package com.aol.cyclops.util.validation
 
combinations(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
ReactiveSeq.of(1,2,3).combinations(2) //ReactiveSeq[ReactiveSeq[1,2],ReactiveSeq[1,3],ReactiveSeq[2,3]]
combinations() - Method in interface com.aol.cyclops.control.ReactiveSeq
ReactiveSeq.of(1,2,3).combinations() //ReactiveSeq[ReactiveSeq[],ReactiveSeq[1],ReactiveSeq[2],ReactiveSeq[3].ReactiveSeq[1,2],ReactiveSeq[1,3],ReactiveSeq[2,3] ,ReactiveSeq[1,2,3]]
combinations(int) - Method in interface com.aol.cyclops.control.Streamable
Streamable.of(1,2,3).combinations(2) //Streamable[Streamable[1,2],Streamable[1,3],Streamable[2,3]]
combinations() - Method in interface com.aol.cyclops.control.Streamable
Streamable.of(1,2,3).combinations() //Streamable[Streamable[],Streamable[1],Streamable[2],Streamable[3],Streamable[1,2],Streamable[1,3],Streamable[2,3] ,Streamable[1,2,3]]
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
combinations(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
combinations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
combinations(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
combinations() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
combinations(int) - Method in interface com.aol.cyclops.types.ExtendedTraversable
Generate the combinations based on values in the ExtendedTraversable.
combinations() - Method in interface com.aol.cyclops.types.ExtendedTraversable
Generate the combinations based on values in the ExtendedTraversable.
combinations() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
LazyFutureStream.of(1,2,3).combinations() //LazyFutureStream[SequenceM[],SequenceM[1],SequenceM[2],SequenceM[3].SequenceM[1,2],SequenceM[1,3],SequenceM[2,3] ,SequenceM[1,2,3]]
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
 
combine(Value<? extends T2>, BiFunction<? super F, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
Apply a function across to values at once.
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
 
combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
 
combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
combine(BiPredicate<? super A, ? super A>, BinaryOperator<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
combine(BiPredicate<? super A, ? super A>, BinaryOperator<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
combine(Value<? extends T2>, BiFunction<? super A, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
combine(Value<? extends T2>, BiFunction<? super A, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
combine(Xor<? extends ST, ? extends T2>, BinaryOperator<ST>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
 
combine(Stream<T>, BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
combine(Monoid<T>, Try<? extends T, X>) - Method in interface com.aol.cyclops.control.Try
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Try
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Try.Failure
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Try.Success
 
combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
combine(Xor<? extends ST, ? extends T2>, BinaryOperator<ST>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
Accumulate secondary values with the provided BinaryOperator / Semigroup Semigroups Primary accumulation only occurs if all phases are primary
combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
 
combine(Value<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Combine two adjacent elements in a PBagX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Combine two adjacent elements in a POrderedSetX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Combine two adjacent elements in a PQueueX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Combine two adjacent elements in a PSetX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Combine two adjacent elements in a PStackX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Combine two adjacent elements in a PVectorX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Combine two adjacent elements in a DequeX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Combine two adjacent elements in a ListX using the supplied BinaryOperator This is a stateful grouping and reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Combine two adjacent elements in a QueueX using the supplied BinaryOperator This is a stateful grouping & reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Combine two adjacent elements in a SetX using the supplied BinaryOperator This is a stateful grouping and reduction operation.
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Combine two adjacent elements in a SortedSetX using the supplied BinaryOperator This is a stateful grouping and reduction operation.
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
combine(BiPredicate<? super T, ? super T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
combine(Monoid<T>, AnyMValue<? extends T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
combine(Value<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.ApplicativeFunctor
Lazily combine this ApplicativeFunctor with the supplied value via the supplied BiFunction
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(CompletableFuture<? extends T1>, Value<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
combine(Optional<? extends T1>, Value<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.Optionals
 
combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.control.Eval
 
combineEager(Monoid<F>, MonadicValue<? extends F>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in class com.aol.cyclops.control.FutureW
 
combineEager(Monoid<PT>, MonadicValue2<? extends ST, ? extends PT>) - Method in interface com.aol.cyclops.control.Ior
 
combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.control.Maybe
 
combineEager(Monoid<PT>, MonadicValue2<? extends ST, ? extends PT>) - Method in interface com.aol.cyclops.control.Xor
 
combineEager(Monoid<T>, MonadicValue<? extends T>) - Method in interface com.aol.cyclops.types.MonadicValue1
Eagerly combine two MonadicValues using the supplied monoid (@see ApplicativeFunctor for type appropraite i.e.
combineEager(Monoid<T2>, MonadicValue2<? extends T1, ? extends T2>) - Method in interface com.aol.cyclops.types.MonadicValue2
Eagerly combine two MonadicValues using the supplied monoid
combineLatest(SimpleReactStream<T2>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
combiner() - Method in interface com.aol.cyclops.Semigroup
 
combiner - Variable in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
 
combineReactiveSeq() - Static method in interface com.aol.cyclops.Semigroups
 
combineSeq() - Static method in interface com.aol.cyclops.Semigroups
 
combineStream() - Static method in interface com.aol.cyclops.Semigroups
 
combineToList(Xor<ST, ? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
combineToList(Xor<ST, ? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
Accumulate secondarys into a PStackX (extended Persistent List) and Primary with the supplied combiner function Primary accumulation only occurs if all phases are primary
commonPrefix() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
commonSuffix() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
Comparables() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SortedSetX.Comparables
 
comparator() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
compareTo(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
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> - Interface in com.aol.cyclops.control.monads.transformers
Monad Transformer for Java CompletableFutures CompletableFutureT allows the deeply wrapped CompletableFuture to be manipulating within it's nested /contained context
completableFutureT(CompletableFutureT<T>) - Static method in class com.aol.cyclops.Matchables
 
completableFutureToStream(CompletableFuture<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Convert a CompletableFuture to a Stream
CompletableFutureTSeq<A> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad Transformer for Java CompletableFutures nested within Sequential or non-scalar data types (e.g.
CompletableFutureTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
CompletableFutureTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
CompletableFutureTValue<A> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Java CompletableFutures nested within Scalar data types (e.g.
CompletableFutureTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
CompletableFutureTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
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
 
compose(Function<? super V, ? extends T>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
Comprehender<T> - Interface in com.aol.cyclops.types.extensability
Interface for defining how Comprehensions should work for a type Cyclops For Comprehensions will supply either a JDK 8 Predicate or Function for filter / map / flatMap The comprehender should wrap these in a suitable type and make the call to the underlying Monadic Type (T) the Comprehender implementation supports.
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> - Class in com.aol.cyclops.internal.comprehensions
Class that collects data for free form for comprehensions
ComprehensionsModule.ContextualExecutor<T> - Class in com.aol.cyclops.internal.comprehensions
 
ComprehensionsModule.ExecutionState<T> - 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.InternalSupplier - Interface 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<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
concat(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
concat(T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
concat(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
 
concat(T) - Method in interface com.aol.cyclops.control.Streamable
 
concat(T...) - Method in interface com.aol.cyclops.control.Streamable
 
concat(Object, Stream<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Concat an Object and a Stream If the Object is a Stream, Streamable or Iterable will be converted (or left) in Stream form and concatonated Otherwise a new Stream.of(o) is created
concat(Stream<U>) - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
concat(Stream<? extends 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<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Concatenate two streams.
concat(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Concatenate two streams.
concat(U...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Concatenate two streams.
concat(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
concat(T) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
concat(T...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
concatFutures(CompletableFuture<T>...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Concat supplied Futures to this Stream
concatStreamFutures(Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Concat supplied Futures to this Stream
ConfigurableStream<T,C> - Interface in com.aol.cyclops.types.futurestream
 
connect(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 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
 
consumer3() - Method in interface com.aol.cyclops.util.function.TriConsumer
 
consumer4() - Method in interface com.aol.cyclops.util.function.QuadConsumer
 
consumer5() - Method in interface com.aol.cyclops.util.function.QuintConsumer
 
contains(T) - Method in interface com.aol.cyclops.control.Streamable
True if a streamable contains element t
contains(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
contains(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
containsAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
containsAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.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.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
 
Convertable<T> - Interface in com.aol.cyclops.types
Interface that represents a single value that can be converted into a List, Stream or Optional
Convertable.SupplierToConvertable<T> - Class in com.aol.cyclops.types
 
ConvertableFunctor<T> - Interface in com.aol.cyclops.types
An interface that represents a Functor that operates on a single Value The type of Functor is convertable between types that implement Value
ConvertableSequence<T> - Interface in com.aol.cyclops.types.stream
 
ConvertableSequentialFunctor<T> - Interface in com.aol.cyclops.types
An interface that represents a Functor that is not a single scalar value but a sequence, and is convertable between sequential types.
ConvertableToReactiveSeq<T> - Interface in com.aol.cyclops.types.stream
 
convertSeq(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
Convert an object to an AnyMSeq type if possible.
convertToLazyStream() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Convert between an Lazy and Eager future stream, can be used to take advantages of each approach during a single Stream
convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.BufferedReaderToStreamConverter
 
convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
 
convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
 
convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
 
convertToMonadicForm(Object) - Method in class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
 
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.PublisherToStreamConverter
 
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
Convert an object to an AnyMValue type if possible.
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 interface com.aol.cyclops.control.Streamable
 
count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
count() - Method in class com.aol.cyclops.data.collections.extensions.persistent.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
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
 
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<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
crossJoin(Seq<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
crossJoin(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
crossJoin(Streamable<U>) - Method in interface com.aol.cyclops.control.Streamable
 
crossJoin(Stream<? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Cross join 2 streams into one.
curry() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Curry this BiFunction, that is convert it from a BiFunction that accepts two input parameters to a 'chain' of two Functions that accept a single parameter
curry() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Curry this BiFunction, that is convert it from a TriFunction that accepts thre input parameters to a 'chain' of three Functions that accept a single parameter
Curry - Class in com.aol.cyclops.util.function
 
Curry() - Constructor for class com.aol.cyclops.util.function.Curry
 
curry(Function<T1, R>) - Static method in class com.aol.cyclops.util.function.Curry
 
curry(Function<? super T1, ? extends R>) - Static method in class com.aol.cyclops.util.function.CurryVariance
 
curry2(BiFunction<? 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
 
cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
cycle(Monoid<A>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
cycle(Monoid<A>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
cycle(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
cycle(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
cycle(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Convert to a Stream with the values repeated specified times
cycle() - Method in interface com.aol.cyclops.control.ReactiveSeq
Convert to a Stream with the values infinitely cycled
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Convert to a Stream with the result of a reduction operation repeated specified times
cycle(int) - Method in interface com.aol.cyclops.control.Streamable
Convert to a Stream with the values repeated specified times
cycle() - Method in interface com.aol.cyclops.control.Streamable
Convert to a Stream with the values infinitely cycled
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.control.Streamable
Convert to a Stream with the result of a reduction operation repeated specified times
cycle(Stream<T>, Monoid<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
Convert to a Stream with the result of a reduction operation repeated specified times
cycle(Stream<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a new Stream that infiniteable cycles the provided Stream
cycle(Streamable<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a Stream that infiniteable cycles the provided Streamable
cycle(int, Streamable<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a Stream that finitely cycles the provided Streamable, provided number of times
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
cycle(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
cycle(Monoid<T>, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
cycle(int) - Method in interface com.aol.cyclops.internal.Monad
Convert to a Stream with the values repeated specified times
cycle(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
cycle() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
cycle(Monoid<T>, int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
cycle(Class<R>, int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
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
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
cycleUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
cycleUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Repeat in a Stream until specified predicate holds
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
Repeat in a Stream until specified predicate holds
cycleUntil(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Repeat in a Stream until specified predicate holds
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
cycleUntil(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
cycleUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Repeat in a Stream until specified predicate holds
cycleUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Repeat in a Stream until specified predicate holds
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
cycleWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
cycleWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Repeat in a Stream while specified predicate holds
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
Repeat in a Stream while specified predicate holds
cycleWhile(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Repeat in a Stream while specified predicate holds
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
cycleWhile(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
cycleWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Repeat in a Stream while specified predicate holds
cycleWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Repeat in a Stream while specified predicate holds
CyclopsCollectable<T> - Interface in com.aol.cyclops.types.stream
 
CyclopsCollectors - Interface in com.aol.cyclops
Collectors for Cyclops Extended Collections

D

dateDDMMYYYY(Date) - Static method in class com.aol.cyclops.Matchables
 
dateHMS(Date) - Static method in class com.aol.cyclops.Matchables
Structural pattern matching on a Date's hour minutes and seconds component
dateMMDDYYYY(Date) - Static method in class com.aol.cyclops.Matchables
 
DAY_OF_MONTH - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
DAY_OF_WEEK - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
dayMap - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
daysOfMonth - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
daysOfWeek - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
debounce(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
Allow one element through per time period, drop all other elements in that time period
debounce(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
Allow one element through per time period, drop all other elements in that time period
debounce(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
Allow one element through per time period, drop all other elements in that time period
debounce(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.operators.DebounceOperator
 
debounce(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
debounce(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Can be used to debounce (accept a single data point from a unit of time) data.
DebounceOperator<T> - Class in com.aol.cyclops.internal.stream.operators
 
DebounceOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.DebounceOperator
 
decomposable(Decomposable) - Static method in class com.aol.cyclops.Matchables
Create a new matchable that will match on the fields of the provided Decomposable
Decomposable - Interface in com.aol.cyclops.types
trait / interface for Value Objects / Case Classes / Algebraic Data Types unapply uses Reflection by default, but clients can override it if neccessary
decompose() - Static method in class com.aol.cyclops.internal.matcher2.Extractors
 
decomposeCoerced() - Static method in class com.aol.cyclops.internal.matcher2.Extractors
 
decons(Matchable.MTuple1<Predicate<? super T1>>) - Static method in class com.aol.cyclops.util.function.Predicates
A return a predicate builder for deconstructing a tuple.
decons(Matchable.MTuple2<Predicate<? super T1>, Predicate<? super T2>>) - Static method in class com.aol.cyclops.util.function.Predicates
 
decons(Matchable.MTuple3<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>>) - Static method in class com.aol.cyclops.util.function.Predicates
 
decons(Matchable.MTuple4<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>>) - Static method in class com.aol.cyclops.util.function.Predicates
 
decons(Matchable.MTuple5<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>, Predicate<? super T5>>) - Static method in class com.aol.cyclops.util.function.Predicates
 
def() - Static method in class com.aol.cyclops.data.LazyImmutable
 
defaultCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
defaultCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
defaultCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
defaultCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
defaultCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
defaultCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
delegate() - Method in interface com.aol.cyclops.types.applicative.Applicative2
 
delegate() - Method in interface com.aol.cyclops.types.applicative.Applicative3
 
delegate() - Method in interface com.aol.cyclops.types.applicative.Applicative4
 
delegate() - Method in interface com.aol.cyclops.types.applicative.Applicative5
 
delegate() - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
 
delegate() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative
 
delegate() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative2
 
delegate() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative3
 
delegate() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative4
 
delegate() - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative5
 
DelegateStream<T> - Class in com.aol.cyclops.internal.react
 
DelegateStream() - Constructor for class com.aol.cyclops.internal.react.DelegateStream
 
deleteBetween(int, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Delete elements between given indexes in a Stream
deleteBetween(int, int) - Method in interface com.aol.cyclops.control.Streamable
Delete elements between given indexes in a Stream
deleteBetween(Stream<T>, int, int) - Static method in class com.aol.cyclops.control.StreamUtils
Delete elements between given indexes in a Stream
deleteBetween(int, int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
deleteBetween(int, int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
deleteBetween(int, int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Delete elements between given indexes in a Stream
DequeX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
An eXtended Deque type, that offers additional eagerly executed functional style operators such as bimap, filter and more
dequeXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
DequeXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
 
DequeXImpl(Deque<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
DequeXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
descendingIterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
direct() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
 
DirectWaitStrategy<T> - Class in com.aol.cyclops.data.async.wait
Will try to access the queue once, and return the result directly from the Queue Effectively the same as calling queue.take() / queue.offer(T val)
DirectWaitStrategy() - Constructor for class com.aol.cyclops.data.async.wait.DirectWaitStrategy
 
disable(F) - Static method in interface com.aol.cyclops.control.FeatureToggle
Create a new disabled switch
disable() - Method in interface com.aol.cyclops.control.FeatureToggle
 
disconnect(Stream<T>) - Method in class com.aol.cyclops.data.async.Topic
Topic will maintain a queue for each Subscribing Stream If a Stream is finished with a Topic it is good practice to disconnect from the Topic so messages will no longer be stored for that Stream
distinct() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
distinct() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
distinct() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
distinct() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
distinct() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
distinct() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
distinct() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
distinct() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
distinct(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
distinct() - Method in interface com.aol.cyclops.control.Streamable
 
distinct(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
distinct() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
distinct() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
distinct() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
distinct(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
distinct() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
distinct() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
distinct(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
distinct() - Method in interface com.aol.cyclops.types.Traversable
 
DoBuilderModule - Interface in com.aol.cyclops.internal.comprehensions.donotation
 
DoBuilderModule.Assignment - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoBuilderModule.Entry - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoBuilderModule.Guard - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp() - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp
 
DoComp0 - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp0(PStack<DoBuilderModule.Entry>) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
 
DoComp1<T1> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp1(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
DoComp2<T1,T2> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp2(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
DoComp3<T1,T2,T3> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp3(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
DoComp4<T1,T2,T3,T4> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp4(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
DoComp5<T1,T2,T3,T4,T5> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp5(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
DoComp6<T1,T2,T3,T4,T5,T6> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp6(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
DoComp7<T1,T2,T3,T4,T5,T6,T7> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp7(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
DoComp8<T,T1,T2,T3,T4,T5,T6,T7> - Class in com.aol.cyclops.internal.comprehensions.donotation
 
DoComp8(PStack<DoBuilderModule.Entry>, Class) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoComp8
 
done(T) - Static method in interface com.aol.cyclops.control.Trampoline
Created a completed Trampoline
done(FastFuture<T>) - Method in class com.aol.cyclops.internal.react.async.future.FuturePool
 
doubleCount - Static variable in interface com.aol.cyclops.Semigroups
Combine two Double by adding one to a (can be used to count Double in a Collection or Stream)
doubleMax - Static variable in interface com.aol.cyclops.Semigroups
Combine two Doubles by selecting the max
doubleMin - Static variable in interface com.aol.cyclops.Semigroups
Combine two Doubles by selecting the min
doubleMult - Static variable in interface com.aol.cyclops.Semigroups
Combine two Doubles by multiplying them
DoubleOperators<T> - Interface in com.aol.cyclops.types.stream.future
 
DoubleOperators<T> - Interface in com.aol.cyclops.types.stream.lazy
 
DoubleOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.future
 
DoubleOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.lazy
 
DoubleStreamToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
DoubleStreamToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
 
doubleSum - Static variable in interface com.aol.cyclops.Semigroups
Combine two Doubles by summing them
drainTo(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
drainTo(Collection, int) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
drainToOrBlock() - Method in class com.aol.cyclops.data.async.Queue.QueueReader
 
drop(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
drop(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
dropRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
dropRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
dropRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
dropRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
dropRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
dropRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
dropRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
dropRight(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
dropRight(int) - Method in interface com.aol.cyclops.control.Streamable
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
dropRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
dropRight(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
dropRight(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
dropRight(int) - Method in interface com.aol.cyclops.types.Traversable
Generate a new Traversable that drops the specified number elements from the end of this Traversable
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
dropUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
dropUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
dropUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
dropUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
dropUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Generate a new Traversable that drops elements from this Traversable until the predicate holds
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
dropWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
dropWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
dropWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
dropWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
dropWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Generate a new Traversable that drops elements from this Traversable as long as the predicate holds
duplicate() - Method in interface com.aol.cyclops.control.Streamable
Duplicate a Stream, buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
duplicate(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Duplicate a Stream, buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
duplicate() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Duplicate a LazyFutureStream into two equivalent Streams.
duplicate() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Duplicate a Stream, buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
duplicate() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Duplicate a Stream into two equivalent LazyFutureStreams, underlying Stream of Futures is duplicated
duplicateFutureStream() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
duplicateSequence() - Method in interface com.aol.cyclops.control.ReactiveSeq
Duplicate a Stream, buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
duplicateSequence() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
duplicateSequence() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 

E

each2(Publisher<? extends T>, Function<? super T, ? extends Publisher<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
Perform a two level nested internal iteration over the provided Publishers NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
each2(Publisher<? extends T>, Function<? super T, ? extends Publisher<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
Perform a two level nested internal iteration over the provided Publishers NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
each2(MonadicValue<? extends T>, Function<? super T, MonadicValue<R1>>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
Perform a two level nested internal iteration over the provided MonadicValues
each2(MonadicValue<? extends T>, Function<? super T, ? extends MonadicValue<R1>>, BiFunction<? super T, ? super R1, Boolean>, BiFunction<? super T, ? super R1, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
Perform a two level nested internal iteration over the provided MonadicValues
each3(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
Perform a three level nested internal iteration over the provided Publishers NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
each3(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, Boolean>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
Perform a three level nested internal iteration over the provided Publishers NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
each3(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
Perform a three level nested internal iteration over the provided MonadicValues
each3(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, Boolean>, TriFunction<? super T1, ? super R1, ? super R2, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
Perform a three level nested internal iteration over the provided MonadicValues
each4(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends Publisher<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
Perform a four level nested internal iteration over the provided Publishers NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
each4(Publisher<? extends T1>, Function<? super T1, ? extends Publisher<R1>>, BiFunction<? super T1, ? super R1, ? extends Publisher<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends Publisher<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Publishers
Perform a four level nested internal iteration over the provided Publishers NB - avoid using traverse once Stream types as any parameter other than the first! (e.g.
each4(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
Perform a four level nested internal iteration over the provided MonadicValues
each4(MonadicValue<? extends T1>, Function<? super T1, ? extends MonadicValue<R1>>, BiFunction<? super T1, ? super R1, ? extends MonadicValue<R2>>, TriFunction<? super T1, ? super R1, ? super R2, ? extends MonadicValue<R3>>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, Boolean>, QuadFunction<? super T1, ? super R1, ? super R2, ? super R3, ? extends R>) - Static method in interface com.aol.cyclops.control.For.Values
Perform a four level nested internal iteration over the provided MonadicValues
EagerApplicative<T,R,D extends ConvertableFunctor<R>> - Interface in com.aol.cyclops.types.applicative
 
EagerFutureStreamFunctions - Class in com.aol.cyclops.types.futurestream
 
EagerFutureStreamFunctions() - Constructor for class com.aol.cyclops.types.futurestream.EagerFutureStreamFunctions
 
EagerStreamWrapper - Class in com.aol.cyclops.internal.react.stream
 
EagerStreamWrapper(List<CompletableFuture>, Optional<Consumer<Throwable>>) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
EagerStreamWrapper(EagerStreamWrapper.AsyncList, Optional<Consumer<Throwable>>) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
EagerStreamWrapper(Stream<CompletableFuture>, Optional<Consumer<Throwable>>) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
EagerStreamWrapper(Stream<CompletableFuture>, Collector, Optional<Consumer<Throwable>>) - Constructor for class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
EagerStreamWrapper(CompletableFuture, Optional<Consumer<Throwable>>) - 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.control.Streamable
Streamable.of(1,2,3,4,5) .elapsed() .forEach(System.out::println);
elapsed() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
LazyFutureStream.of(1,2,3,4,5) .elapsed() .forEach(System.out::println);
elasticPool(Supplier<REACTOR>) - Static method in class com.aol.cyclops.react.threads.ReactPool
If all REACTORs are in use calling react will create a new REACTOR to handle the extra demand.
element() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
element() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
element() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
element() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
elementAt(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
Gets the element at index, and returns a Tuple containing the element (it must be present) and a lazy copy of the Sequence for further processing.
elementAt(int) - Method in interface com.aol.cyclops.control.Streamable
Gets the element at index (it must be present)
elementAt(long) - Method in interface com.aol.cyclops.control.Streamable
Gets the element at index, and returns a Tuple containing the element (it must be present) and a lazy copy of the Sequence for further processing.
elementAt(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Return the elementAt index or Optional.empty
empty() - Method in interface com.aol.cyclops.control.AnyM
Construct an AnyM wrapping a new empty instance of the wrapped type e.g.
empty() - Static method in class com.aol.cyclops.control.FutureW
An empty FutureW
EMPTY - Static variable in interface com.aol.cyclops.control.Maybe
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
empty() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
empty() - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
empty() - Static method in interface com.aol.cyclops.control.ReactiveSeq
 
empty() - Static method in interface com.aol.cyclops.control.Streamable
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
List<String> empty = PStack.empty(); //or PStack<String> empty = PStack.empty();
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
List<String> empty = PVectors.empty(); //or PVector<String> empty = PVectors.empty();
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
empty() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
empty() - Method in 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.transformers.CompletableFutureTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
empty() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
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
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
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
emptyList() - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
emptyList() - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
emptyMaybe() - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
emptyMaybe() - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
emptyMaybe() - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
emptyOptional() - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
emptyOptional() - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
emptySet() - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
emptySet() - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
emptyStream() - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
emptyStream() - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
emptyStreamable() - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
emptyStreamable() - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
emptyUnit() - Method in interface com.aol.cyclops.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
Represents a type that can be instantiated in empty form.
emptyUnit() - Method in interface com.aol.cyclops.types.EmptyUnit
 
enable() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
enable(F) - Static method in interface com.aol.cyclops.control.FeatureToggle
Create a new enabled switch
enable() - Method in interface com.aol.cyclops.control.FeatureToggle
 
endsWith(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertTrue(ReactiveSeq.of(1,2,3,4,5,6) .endsWith(Stream.of(5,6)));
endsWith(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
assertTrue(Streamable.of(1,2,3,4,5,6) .endsWith(Stream.of(5,6)));
endsWith(Stream<T>, Iterable<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
endsWith(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
endsWith(Stream<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertTrue(ReactiveSeq.of(1,2,3,4,5,6) .endsWith(Stream.of(5,6)));
endsWith(Stream<T>) - Method in interface com.aol.cyclops.types.Foldable
assertTrue(ReactiveSeq.of(1,2,3,4,5,6) .endsWith(Stream.of(5,6)));
endsWith(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
endsWith(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
 
endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertTrue(ReactiveSeq.of(1,2,3,4,5,6) .endsWith(Arrays.asList(5,6)));
endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.Streamable
assertTrue(Streamable.of(1,2,3,4,5,6) .endsWith(Arrays.asList(5,6)));
endsWithIterable(Iterable<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertTrue(ReactiveSeq.of(1,2,3,4,5,6) .endsWith(Arrays.asList(5,6)));
endsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.Foldable
assertTrue(ReactiveSeq.of(1,2,3,4,5,6) .endsWith(Arrays.asList(5,6)));
endsWithIterable(Iterable<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
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
 
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.Module.Always
 
equals(Object) - Method in class com.aol.cyclops.control.Eval.Module.Later
 
equals(Object) - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
equals(Object) - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
equals(Object) - Method in class com.aol.cyclops.control.Maybe.Just
 
equals(Object) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
equals(Object) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
equals(Object) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
equals(Object) - Method in class com.aol.cyclops.control.Try.Failure
 
equals(Object) - Method in class com.aol.cyclops.control.Try.Success
 
equals(Object) - Method in class com.aol.cyclops.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.AnyMSeqImpl
 
equals(Object) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
equals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
 
eqv(AnyM<T>) - Method in interface com.aol.cyclops.control.AnyM
Tests for equivalency between two AnyM types
eqv(AnyMSeq<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
Equivalence test, returns true if this Monad is equivalent to the supplied monad e.g.
eqv(AnyMValue<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
Equivalence test, returns true if this Monad is equivalent to the supplied monad e.g.
eqv(Value<? super V>) - Static method in class com.aol.cyclops.util.function.Predicates
test for equivalence null eqv to absent, embedded value equivalency, non-values converted to values before testing .
eqv2(Value<? super V>) - Static method in class com.aol.cyclops.util.function.Predicates
 
eqvIterable(Iterable<? super V>) - Static method in class com.aol.cyclops.util.function.Predicates
 
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 (always), cached (later) or immediate(now).
Eval.Module - Class in com.aol.cyclops.control
 
Eval.Module.Always<T> - Class in com.aol.cyclops.control
 
Eval.Module.Later<T> - Class in com.aol.cyclops.control
 
EvalComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
EvalComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
 
EvalT<T> - Interface in com.aol.cyclops.control.monads.transformers
Monad transformer for Eval
evalT(EvalT<T>) - Static method in class com.aol.cyclops.Matchables
 
EvalTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad Transformer for Evals nested within Sequential or non-scalar data types (e.g.
EvalTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
EvalTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
EvalTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Evals nested within Scalar data types (e.g.
EvalTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
EvalTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
exception - Variable in class com.aol.cyclops.internal.react.async.future.FastFuture.OnComplete
 
exceptionally(Function<? super X, ? extends 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<? super X, ? extends 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(Object) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ContextualExecutor
 
executeflatMap(List, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
executeflatMap(Set, 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<? super T>) - Static method in class com.aol.cyclops.control.FluentFunctions
Convert a statement (e.g.
expression(BiConsumer<? super T1, ? super T2>) - Static method in class com.aol.cyclops.control.FluentFunctions
Convert a BiConsumer into a FluentBiFunction that returns it's input in a Tuple
expressionParsed - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
ExtendedTraversable<T> - Interface in com.aol.cyclops.types
Represents a finite traversable type
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
 

F

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
An 'Optional' like data type that can either be enabled or disabled
FeatureToggle.Disabled<F> - Class in com.aol.cyclops.control
An disabled switch
FeatureToggle.Enabled<F> - Class in com.aol.cyclops.control
An enabled switch
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 A>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
Filter the wrapped Maybe
filter(Predicate<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
Filter the wrapped List
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Filter the wrapped Maybe
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Filter the wrapped Optional
filter(Predicate<? super R>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Filter the wrapped Maybe
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Filter the wrapped Maybe
filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Filter the wrapped List
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Filter the wrapped Maybe
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Filter the wrapped Optional
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Filter the wrapped Set
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Filter the wrapped Streamable
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Filter the wrapped Stream
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Filter the wrapped Try
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Filter the wrapped Xor
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
Filter the wrapped Set
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Filter the wrapped Streamable
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
Filter the wrapped Stream
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
Filter the wrapped Try
filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Filter the wrapped Maybe
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Filter the wrapped Maybe
filter(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Filter the wrapped Maybe
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Filter the wrapped List
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Filter the wrapped Maybe
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Filter the wrapped Optional
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Filter the wrapped Set
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Filter the wrapped Streamable
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Filter the wrapped Stream
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Filter the wrapped Try
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Filter the wrapped Xor
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
Filter the wrapped Xor
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Try.Failure
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Try
 
filter(Predicate<? super T>) - Method in class com.aol.cyclops.control.Try.Success
 
filter(Predicate<? super PT>) - Method in interface com.aol.cyclops.control.Xor
 
filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Xor.Primary
 
filter(Predicate<? super PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
filter(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
filter(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
filter(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(List, 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(Set, 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(CompletableFutureTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
filter(EvalTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
filter(FutureWTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
filter(ListTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
filter(MaybeTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
filter(OptionalTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
filter(CompletableFutureTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
filter(EvalTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
filter(FutureWTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
filter(ListTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
filter(MaybeTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
filter(OptionalTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
filter(SetTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
filter(StreamableTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
filter(StreamTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
filter(TryTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
filter(XorTSeq, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
filter(SetTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
filter(StreamableTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
filter(StreamTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
filter(TryTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
filter(XorTValue, Predicate) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
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(String, ComprehensionsModule.ContextualExecutor<Object>) - 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(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Boolean>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
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(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(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(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
Keep only elements for which the supplied predicates hold e.g.
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.FilterableFunctor
 
filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Removes elements that do not match the supplied predicate from the dataflow
filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Removes elements that do not match the supplied predicate from the dataflow
filter(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Removes elements that do not match the supplied predicate from the dataflow
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.mixins.WrappingFilterable
 
filter(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
Filterable<T> - Interface in com.aol.cyclops.types
Trait that represents any class with a single argument Filter method Will coerce that method into accepting JDK 8 java.util.function.Predicates
FilterableFunctor<T> - Interface in com.aol.cyclops.types
Represents a Functor that is also Filterable (e.g.
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 A>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
filterNot(Predicate<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
filterNot(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
filterNot(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
filterNot(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Try
 
filterNot(Predicate<? super PT>) - Method in interface com.aol.cyclops.control.Xor
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
filterNot(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
filterNot(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Filterable
Remove any elements for which the predicate holds (inverse operation to filter) e.g.
filterNot(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
filterNot(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
filterSync(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Synchronous filtering operation Removes elements that do not match the supplied predicate from the dataflow
filterSync(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Synchronous filtering operation Removes elements that do not match the supplied predicate from the dataflow
filterSync(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Synchronous filtering operation Removes elements that do not match the supplied predicate from the dataflow
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.control.Streamable
 
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.Foldable
 
findAny() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
findAny() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous findAny operation
findAny() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy findAny operation
findAny() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous findAny operation
findFirst() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
findFirst() - Method in interface com.aol.cyclops.control.Streamable
 
findFirst() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
findFirst() - Method in 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.anyM.NestedFoldable
 
findFirst() - Method in interface com.aol.cyclops.types.Foldable
 
findFirst() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
findFirst() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous findAny operation
findFirst() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy findAny operation
findFirst() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous findAny operation
findNextWhiteSpace(int, String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
first() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
first(Comprehender<T>, Collection) - Static method in class com.aol.cyclops.internal.comprehensions.comprehenders.Helper
 
firstNonNull() - Static method in interface com.aol.cyclops.Semigroups
 
firstOf(SimpleReactStream<U>...) - Static method in class com.aol.cyclops.types.futurestream.EagerFutureStreamFunctions
Return first Stream out of provided Streams that starts emitted results
firstOf(SimpleReactStream<U>...) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Return first Stream out of provided Streams that starts emitted results
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 interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(1,2,3,4) .map(u->{throw new RuntimeException();}) .recover(e->"hello") .firstValue(),equalTo("hello"));
firstValue(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
firstValue() - Method in 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.anyM.NestedFoldable
assertThat(ReactiveSeq.of(1,2,3,4) .map(u->{throw new RuntimeException();}) .recover(e->"hello") .firstValue(),equalTo("hello"));
firstValue() - Method in interface com.aol.cyclops.types.Foldable
assertThat(ReactiveSeq.of(1,2,3,4) .map(u->throw new RuntimeException()) .recover(e->"hello") .firstValue(),equalTo("hello"));
firstValue() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
firstValue() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous findAny operation
firstValue() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy findAny operation
firstValue() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous findAny operation
fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
emit elements after a fixed delay
fixedDelay(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
emit elements after a fixed delay
fixedDelay(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
 
fixedDelay(long, TimeUnit) - Method in 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
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Module.Always
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Eval.Module.Later
 
flatMap(Function<? super F, ? extends MonadicValue<? extends X>>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
flatMap(Function<? super R, ? extends Reader<T, R1>>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
 
flatMap(Function<? super PT, ? extends MonadicValue2<? extends LT1, ? extends RT1>>) - Method in class com.aol.cyclops.control.Ior.Both
 
flatMap(Function<? super PT, ? extends MonadicValue2<? extends LT1, ? extends RT1>>) - Method in interface com.aol.cyclops.control.Ior
 
flatMap(Function<? super PT, ? extends MonadicValue2<? extends LT1, ? extends RT1>>) - Method in class com.aol.cyclops.control.Ior.Primary
 
flatMap(Function<? super PT, ? extends MonadicValue2<? extends LT1, ? extends RT1>>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
flatMap(Function<? super T, ? extends MonadicValue<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
flatMap(Function<? super T, ? extends Eval<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
flatMap(Function<? super T, ? extends Reader<? extends B, R>>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
flatMap(Function<? super T, ? extends Eval<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
flatMap(Function<? super R, ? extends Reader<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
flatMap(Function<? super T, ? extends Stream<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
flatMap(Function<? super T, ? extends Try<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
flatMap(Function<? super T, ? extends MonadicValue2<? extends ST2, ? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
flatMap(Function<? super T, ? extends Stream<? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
flatMap(Function<? super T, ? extends Try<B, X>>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
flatMap(Function<? super T, ? extends Eval<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
flatMap(Function<? super A, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
flatMap(Function<? super T, ? extends MonadicValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
flatMap(Function<? super R, ? extends Reader<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
flatMap(Function<? super T, ? extends Iterable<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
flatMap(Function<? super T, ? extends Stream<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
flatMap(Function<? super T, ? extends Try<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
flatMap(Function<? super T, ? extends MonadicValue2<? extends ST2, ? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
flatMap(Function<? super T, ? extends MonadicValue2<? extends ST2, ? extends B>>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
flatMap operation
flatMap(Function<? super R, ? extends Reader<T, R1>>) - Method in interface com.aol.cyclops.control.Reader
 
flatMap(Function<? super T, Streamable<? extends R>>) - Method in interface com.aol.cyclops.control.Streamable
 
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 MonadicValue2<? extends LT1, ? extends RT1>>) - Method in interface com.aol.cyclops.control.Xor
 
flatMap(Function<? super PT, ? extends MonadicValue2<? extends LT1, ? extends RT1>>) - Method in class com.aol.cyclops.control.Xor.Primary
 
flatMap(Function<? super PT, ? extends MonadicValue2<? extends LT1, ? extends RT1>>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
Perform a flatMap operation on this collection.
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
flatMap(BiFunction<? super K, ? super V, ? extends MapX<KR, VR>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
flatMap(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
flatMap(Function<? super T, ? extends LazyImmutable<? extends R>>) - Method in class com.aol.cyclops.data.LazyImmutable
FlatMap the value stored in Immutable Closed Value from one Value to another If this is an unitiatilised ImmutableClosedValue, an uninitialised closed value will be returned instead
flatMap(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(List, 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(Set, 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(CompletableFutureTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
flatMap(EvalTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
flatMap(FutureWTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
flatMap(ListTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
flatMap(MaybeTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
flatMap(OptionalTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
flatMap(CompletableFutureTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
flatMap(EvalTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
flatMap(FutureWTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
flatMap(ListTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
flatMap(MaybeTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
flatMap(OptionalTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
flatMap(SetTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
flatMap(StreamableTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
flatMap(StreamTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
flatMap(TryTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
flatMap(XorTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
flatMap(SetTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
flatMap(StreamableTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
flatMap(StreamTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
flatMap(TryTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
flatMap(XorTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
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(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, ? extends MonadicValue<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue1
A flattening transformation operation (@see Optional.flatMap(Function)
flatMap(Function<? super T2, ? extends MonadicValue2<? extends R1, ? extends R2>>) - Method in interface com.aol.cyclops.types.MonadicValue2
Perform a flattening transformation of this Monadicvalue2
flatMapAnyM(Function<? super T, AnyM<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Allows flatMap return type to be any Monad type
flatMapAnyM(Function<? super T, AnyM<? extends R>>) - Method in interface com.aol.cyclops.control.Streamable
Allows flatMap return type to be any Monad type
flatMapAnyM(Stream<T>, Function<? super T, AnyM<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
 
flatMapAnyM(Function<? super T, AnyM<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapAnyM(Function<? super U, AnyM<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
flatMapBufferedReader(Stream<T>, Function<? super T, BufferedReader>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a flatMap operation where the result will be a flattened stream of Strings from the text loaded from the supplied BufferedReaders
flatMapBufferedReader(Function<? super T, BufferedReader>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapCf(Function<? super T, ? extends CompletionStage<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
A flatMap operation that accepts a CompleteableFuture CompletionStage as the return type
flatMapCharSequence(Stream<T>, Function<? super T, CharSequence>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a flatMap operation where the result will be a flattened stream of Characters from the CharSequence returned by the supplied function.
flatMapCharSequence(Function<? super T, CharSequence>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapCompletableFuture(Stream<T>, Function<? super T, CompletableFuture<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
assertThat(StreamUtils.flatMapCompletableFuture(Stream.of(1,2,3), i->CompletableFuture.completedFuture(i+2)) .collect(Collectors.toList()), equalTo(Arrays.asList(3,4,5)));
flatMapCompletableFuture(Function<? super T, CompletableFuture<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream If in async mode this operation is performed asyncrhonously If in sync mode this operation is performed synchronously
flatMapFile(Stream<T>, Function<? super T, File>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a flatMap operation where the result will be a flattened stream of Strings from the text loaded from the supplied files.
flatMapFile(Function<? super T, File>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.AnyM
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value) will take the first value from the Iterable returned.
flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value) will take the first value from the Iterable returned.
flatMapFirst(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.AnyM
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value) will take the first value from the Publisher returned.
flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
Perform a flatMap operation that will only work as normal for AnyMSeq types, but for AnyMValue (which can only hold a single value) will take the first value from the Publisher returned.
flatMapFirstPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
flatMapInternal(Function<? super T, ? extends AnyM<? extends R>>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
 
flatMapIterable(Function<? super F, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
 
flatMapIterable(Function<? super PT, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Ior
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
Flat map the wrapped Streamable and return the first element
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
FlatMap where the result is a Collection, flattens the resultant collections into the host ReactiveSeq
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Streamable
FlatMap where the result is a Collection, flattens the resultant collections into the host Streamable
flatMapIterable(Stream<T>, Function<? super T, ? extends Iterable<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
flatMap operation that allows a Collection to be returned
flatMapIterable(Function<? super PT, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.control.Xor
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapIterable(Function<? super U, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
flatMapIterable(Function<? super T, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue1
A flattening transformation operation that takes the first value from the returned Iterable.
flatMapIterable(Function<? super T2, ? extends Iterable<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue2
A flattening transformation operation that takes the first value from the returned Publisher.
flatMapOptional(Stream<T>, Function<? super T, Optional<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
cross type flatMap, removes null entries
flatMapOptional(Function<? super T, Optional<? extends R>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
 
flatMapPublisher(Function<? super F, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
 
flatMapPublisher(Function<? super PT, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Ior
 
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
Flat map the wrapped Streamable and return the element published
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Just
 
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
flatMapPublisher(Function<? super PT, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.control.Xor
 
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.IterableFunctor
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, int, QueueFactory) 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, int, QueueFactory) 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.
flatMapPublisher(Function<? super T, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue1
A flattening transformation operation that takes the first value from the returned Publisher.
flatMapPublisher(Function<? super T2, ? extends Publisher<? extends R>>) - Method in interface com.aol.cyclops.types.MonadicValue2
A flattening transformation operation that takes the first value from the returned Publisher.
flatMapSequenceM(Stream<T>, Function<? super T, ReactiveSeq<? extends R>>) - Static method in class com.aol.cyclops.control.StreamUtils
flatMap operation
flatMapStream(Function<? super T, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
flatMap operation
flatMapStream(Function<? super T, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.control.Streamable
flatMap operation
flatMapStream(Stream<T>, Function<? super T, ? extends BaseStream<? extends R, ?>>) - Static method in class com.aol.cyclops.control.StreamUtils
assertThat(StreamUtils.flatMapStream(Stream.of(1,2,3), i->Stream.of(i)).collect(Collectors.toList()), equalTo(Arrays.asList(1,2,3)));
flatMapStream(Function<? super T, BaseStream<? extends R, ?>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatMapStream(Function<? super U, BaseStream<? extends R, ?>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
flatMapT(Function<? super A, CompletableFutureTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Flat Map the wrapped CompletableFuture
flatMapT(Function<? super T, EvalTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Flat Map the wrapped Maybe
flatMapT(Function<? super A, FutureWTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Flat Map the wrapped FutureW
flatMapT(Function<? super T, ListTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Flat Map the wrapped List
flatMapT(Function<? super T, MaybeTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Flat Map the wrapped Maybe
flatMapT(Function<? super T, OptionalTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Flat Map the wrapped Optional
flatMapT(Function<? super R, ReaderTSeq<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Flat Map the wrapped Reader
flatMapT(Function<? super T, SetTSeq<B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Flat Map the wrapped Set
flatMapT(Function<? super T, StreamableTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Flat Map the wrapped Streamable
flatMapT(Function<? super T, StreamTSeq<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Flat Map the wrapped Stream
flatMapT(Function<? super T, TryTSeq<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Flat Map the wrapped Try
flatMapT(Function<? super T, XorTSeq<ST2, ? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Flat Map the wrapped Xor
flatMapT(Function<? super A, CompletableFutureTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Flat Map the wrapped CompletableFuture
flatMapT(Function<? super T, EvalTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Flat Map the wrapped Maybe
flatMapT(Function<? super A, FutureWTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Flat Map the wrapped CompletableFuture
flatMapT(Function<? super T, ListTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Flat Map the wrapped List
flatMapT(Function<? super T, MaybeTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Flat Map the wrapped Maybe
flatMapT(Function<? super T, OptionalTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Flat Map the wrapped Optional
flatMapT(Function<? super R, ReaderTValue<T, B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Flat Map the wrapped Reader
flatMapT(Function<? super T, SetTValue<B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Flat Map the wrapped Set
flatMapT(Function<? super T, StreamableTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Flat Map the wrapped Streamable
flatMapT(Function<? super T, StreamTValue<? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Flat Map the wrapped Stream
flatMapT(Function<? super T, TryTValue<B, X>>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Flat Map the wrapped Try
flatMapT(Function<? super T, XorTValue<ST2, ? extends B>>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Flat Map the wrapped Xor
flatMapToCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream If in async mode this operation is performed asyncrhonously If in sync mode this operation is performed synchronously
flatMapToCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream If in async mode this operation is performed asyncrhonously If in sync mode this operation is performed synchronously
flatMapToCompletableFuture(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream If in async mode this operation is performed asyncrhonously If in sync mode this operation is performed synchronously
flatMapToCompletableFutureSync(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream This operation is performed synchronously
flatMapToCompletableFutureSync(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream This operation is performed synchronously
flatMapToCompletableFutureSync(Function<? super U, CompletableFuture<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Perform a flatMap operation where the CompletableFuture type returned is flattened from the resulting Stream This operation is performed synchronously
flatMapToDouble(Function<? super 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(Stream<T>, Function<? super T, URL>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a flatMap operation where the result will be a flattened stream of Strings from the text loaded from the supplied URLs
flatMapURL(Function<? super T, URL>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
flatten() - Method in interface com.aol.cyclops.control.AnyM
join / flatten one level of a nested hierarchy
flatten() - Method in class com.aol.cyclops.control.FutureW
 
flatten() - Method in interface com.aol.cyclops.control.ReactiveSeq
join / flatten one level of a nested hierarchy
flatten() - Method in interface com.aol.cyclops.control.Streamable
join / flatten one level of a nested hierarchy
flatten(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
flatten() - Method in class com.aol.cyclops.control.Try.Failure
 
flatten() - Method in interface com.aol.cyclops.control.Try
Flatten a nested Try Structure
flatten() - Method in class com.aol.cyclops.control.Try.Success
 
flatten() - Method in interface com.aol.cyclops.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
 
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
 
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
A Fluent API for adding and removing collection elements
FluentFunction(Function<T, R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
FluentFunctions - Class in com.aol.cyclops.control
Fluent API for working with java.util.Function types Supports caching (memoization) aspects (before, after, around) logging retry recovery Async execution Reader monad Partial application Currying Pattern Matching
FluentFunctions() - Constructor for class com.aol.cyclops.control.FluentFunctions
 
FluentFunctions.Advice0<R> - Class in com.aol.cyclops.control
 
FluentFunctions.Advice1<T,R> - Class in com.aol.cyclops.control
 
FluentFunctions.Advice2<T1,T2,R> - Class in com.aol.cyclops.control
 
FluentFunctions.Advice3<T1,T2,T3,R> - Class in com.aol.cyclops.control
 
FluentFunctions.FluentBiFunction<T1,T2,R> - Class in com.aol.cyclops.control
 
FluentFunctions.FluentFunction<T,R> - Class in com.aol.cyclops.control
 
FluentFunctions.FluentSupplier<R> - Class in com.aol.cyclops.control
 
FluentFunctions.FluentTriFunction<T1,T2,T3,R> - Class in com.aol.cyclops.control
 
FluentMapX<K,V> - Interface in com.aol.cyclops.data.collections.extensions
 
FluentSequenceX<T> - Interface in com.aol.cyclops.data.collections.extensions
Interface that represents a FluentSequence of data Supports operations such as adding / removing elements via a Fluent API
FluentSupplier(Supplier<R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
FluentTriFunction(TriFunction<T1, T2, T3, R>) - Constructor for class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
fold(Monoid<T>) - Method in interface com.aol.cyclops.types.Value
Use the supplied Monoid to reduce this Value to a single result (unwraps the value stored in this Value if the provided Monoid instance obeys the Monoid laws)
fold(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Value
Use the supplied identity value and function to reduce this Value to a single result (unwraps the value stored in this Value if the provided monoid combination instance obeys the Monoid laws)
foldable() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
Foldable<T> - Interface in com.aol.cyclops.types
Represents a type that may be reducable (foldable) to a single value or collection
foldable() - Method in interface com.aol.cyclops.types.Foldable
 
foldable() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
foldable() - Method in interface com.aol.cyclops.types.IterableFoldable
 
FoldableTransformerSeq<T> - Interface in com.aol.cyclops.control.monads.transformers.values
 
foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.control.Streamable
Fold a Streamable Left
foldLeft(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
foldLeft(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(CompletableFuture<T>, BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Sequentially reduce from the left
foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous foldLeft operation
foldLeft(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy foldLeft operation
foldLeft(U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous foldLeft operation
foldLeftMapToType(Stream<T>, Reducer<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
foldLeftMapToType(Reducer<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
foldRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
foldRight(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
ReactiveSeq.of("a","b","c").foldRight(Reducers.toString("")); // "cab"
foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Immutable reduction from right to left
foldRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
Fold a Streamable fromt the right
foldRight(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
Streamable.of("a","b","c").foldRight(Reducers.toString("")); // "cab"
foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
Immutable reduction from right to left
foldRight(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
foldRight(Monoid<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, ? super U, ? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
foldRight(T, BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
foldRight(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
ReactiveSeq.of("a","b","c").foldRight(Reducers.toString("")); // "cab"
foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Immutable reduction from right to left
foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Immutable reduction from right to left
foldRight(Monoid<T>) - Method in interface com.aol.cyclops.types.Foldable
ReactiveSeq.of("a","b","c").foldRight(Reducers.toString("")); // "cab"
foldRight(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Foldable
Immutable reduction from right to left
foldRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.types.Foldable
Immutable reduction from right to left
foldRight(R, BiFunction<? super U, ? super R, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
foldRight(CompletableFuture<T>, BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Reduce sequentially from the right
foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous foldRight operation
foldRight(U, BiFunction<? super T, U, U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy foldRight operation
foldRight(U, BiFunction<? super T, U, U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous foldRight operation
foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.control.Streamable
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
foldRightMapToType(Stream<T>, Reducer<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
foldRightMapToType(Reducer<T>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
foldRightMapToType(Reducer<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
foldRightMapToType(Reducer<T>) - Method in interface com.aol.cyclops.types.Foldable
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
For - Class in com.aol.cyclops.control
For comprehensions
For() - Constructor for class com.aol.cyclops.control.For
 
For.Publishers - Interface in com.aol.cyclops.control
 
For.Values - Interface in com.aol.cyclops.control
 
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(Function<ComprehensionsModule.ComprehensionData<?, T>, T>) - Static method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Foreach
 
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<? super 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<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
 
forEach(Consumer<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
forEach2(Function<? super T, ? extends 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(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
 
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
 
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(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
 
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.control.StreamUtils
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers when the entire Stream has been processed an onComplete event will be recieved.
forEachEvent(Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
forEachEvent(LazyFutureStream<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.
forEachFailed(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Failure
 
forEachFailed(Consumer<? super X>) - Method in interface com.aol.cyclops.control.Try
 
forEachFailed(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Success
 
forEachOrdered(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
forEachOrdered(Consumer<? super 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
 
forEachResults(Collection<FastFuture<T>>, Consumer<? super T>, Function<FastFuture, T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
forEachWithError(Stream<T>, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a forEach operation over the Stream capturing any elements and errors in the supplied consumers,
forEachWithError(Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
forEachWithError(LazyFutureStream<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,
forEachX(Stream<T>, long, Consumer<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a forEach operation over the Stream, without closing it, consuming only the specified number of elements from the Stream, at this time.
forEachX(long, Consumer<? super T>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
forEachX(LazyFutureStream<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.
forEachXEvents(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming the specified number of elements from the Stream, at this time.
forEachXEvents(long, Consumer<? super T>, Consumer<? super Throwable>, Runnable) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
forEachXEvents(LazyFutureStream<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.
forEachXWithError(Stream<T>, long, Consumer<? super T>, Consumer<? super Throwable>) - Static method in class com.aol.cyclops.control.StreamUtils
Perform a forEach operation over the Stream without closing it, capturing any elements and errors in the supplied consumers, but only consuming the specified number of elements from the Stream, at this time.
forEachXWithError(long, Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
forEachXWithError(LazyFutureStream<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.
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
 
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(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
Conctruct an Extended Collection from a standard Collection
from(Collection<T1>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
from(Map<K, V>) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
from(Collection<X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
from(Map<K, V>) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
from(Collection<T1>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
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
 
fromAdapter(Adapter<U>) - Method in class com.aol.cyclops.control.LazyReact
 
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
Construct an ListT from an AnyM that contains a monad type that contains type other than List The values in the underlying monad will be mapped to List
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Construct an OptionalT from an AnyM that contains a monad type that contains type other than Optional The values in the underlying monad will be mapped to Optional
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Construct an CompletableFutureT from an AnyM that contains a monad type that contains type other than CompletableFuture The values in the underlying monad will be mapped to CompletableFuture
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Construct an FutureWT from an AnyM that contains a monad type that contains type other than FutureW The values in the underlying monad will be mapped to FutureW
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Construct an ListT from an AnyM that contains a monad type that contains type other than List The values in the underlying monad will be mapped to List
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Construct an OptionalT from an AnyM that contains a monad type that contains type other than Optional The values in the underlying monad will be mapped to Optional
fromAnyM(AnyMSeq<Function<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Construct an SetT from an AnyM that contains a monad type that contains type other than Set The values in the underlying monad will be mapped to Set
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Construct an StreamableT from an AnyM that contains a monad type that contains type other than Streamable The values in the underlying monad will be mapped to Streamable
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Construct an StreamT from an AnyM that contains a monad type that contains type other than Stream The values in the underlying monad will be mapped to Stream
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Construct an TryT from an AnyM that contains a monad type that contains type other than Try The values in the underlying monad will be mapped to Try
fromAnyM(AnyMSeq<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Construct an XorT from an AnyM that contains a monad type that contains type other than Xor The values in the underlying monad will be mapped to Xor
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
Construct an SetT from an AnyM that contains a monad type that contains type other than Set The values in the underlying monad will be mapped to Set
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Construct an StreamableT from an AnyM that contains a monad type that contains type other than Streamable The values in the underlying monad will be mapped to Streamable
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
Construct an StreamT from an AnyM that contains a monad type that contains type other than Stream The values in the underlying monad will be mapped to Stream
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
Construct an TryT from an AnyM that contains a monad type that contains type other than Try The values in the underlying monad will be mapped to Try
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Construct an CompletableFutureT from an AnyM that contains a monad type that contains type other than CompletableFuture The values in the underlying monad will be mapped to CompletableFuture
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Construct an CompletableFutureT from an AnyM that contains a monad type that contains type other than CompletableFuture The values in the underlying monad will be mapped to CompletableFuture
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Construct an ListT from an AnyM that contains a monad type that contains type other than List The values in the underlying monad will be mapped to List
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Construct an OptionalT from an AnyM that contains a monad type that contains type other than Optional The values in the underlying monad will be mapped to Optional
fromAnyM(AnyMValue<Function<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Construct an MaybeT from an AnyM that contains a monad type that contains type other than Maybe The values in the underlying monad will be mapped to Maybe
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Construct an SetT from an AnyM that contains a monad type that contains type other than Set The values in the underlying monad will be mapped to Set
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Construct an StreamableT from an AnyM that contains a monad type that contains type other than Streamable The values in the underlying monad will be mapped to Streamable
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Construct an StreamT from an AnyM that contains a monad type that contains type other than Stream The values in the underlying monad will be mapped to Stream
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Construct an TryT from an AnyM that contains a monad type that contains type other than Try The values in the underlying monad will be mapped to Try
fromAnyM(AnyMValue<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Construct an XorT from an AnyM that contains a monad type that contains type other than Xor The values in the underlying monad will be mapped to Xor
fromAnyM(AnyM<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
Construct an XorT from an AnyM that contains a monad type that contains type other than Xor The values in the underlying monad will be mapped to Xor
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromAnyMSeq(AnyMSeq<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromAnyMValue(AnyMValue<A>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromArray(T...) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM wrapping a Stream of the supplied data
fromBiFunction(T, BiFunction<T, T, T>) - Static method in interface com.aol.cyclops.Monoid
Construct a Monoid from the supplied identity element and combining function
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.CollectionX
Create a CollectionX from the supplied Collection
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
List<String> list = PStacks.of(Arrays.asList("a","b","c")); // or PStack<String> list = PStacks.of(Arrays.asList("a","b","c"));
fromCollection(Collection<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Create a PVector from the supplied Colleciton
fromCompletableFuture(CompletableFuture<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps a CompletableFuture
fromCompletableFuture(CompletableFuture<T>) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
Internal conversion method to convert CompletableFutures to FastFuture.
fromCompletableFutureTSeq(CompletableFutureTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an CompletableFutureTransformer CompletableFutureTSeq
fromCompletableFutureTValue(CompletableFutureTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an CompletableFutureTransformer CompletableFutureTValue
fromConsumer3(Consumer4<S1, S2, S3, S4>) - Static method in interface com.aol.cyclops.util.function.QuadConsumer
Create a cyclops-react QuadConsumer from a jOOλ Consumer4
fromConsumer3(Consumer5<S1, S2, S3, S4, S5>) - Static method in interface com.aol.cyclops.util.function.QuintConsumer
Create a cyclops-react QuintConsumer from a jOOλ Consumer5
fromConsumer3(Consumer3<S1, S2, S3>) - Static method in interface com.aol.cyclops.util.function.TriConsumer
Create a cyclops-react TriConsumer from a jOOλ Consumer3
fromDoubleStream(DoubleStream) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an DoubleStream
fromDoubleStream(DoubleStream) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from a Stream
fromDoubleStream(DoubleStream) - Static method in interface com.aol.cyclops.control.Streamable
Construct a Sequence from a Stream
fromEval(Eval<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an Eval
fromEvalOf(Eval<T>) - Static method in interface com.aol.cyclops.control.Maybe
 
fromEvalTSeq(EvalTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an EvalTransformer EvalTSeq
fromEvalTValue(EvalTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an EvalTransformer EvalTValue
fromExternal(Supplier<T>, Consumer<T>) - Static method in class com.aol.cyclops.data.Mutable
Construct a Mutable that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(BooleanSupplier, Consumer<Boolean>) - Static method in class com.aol.cyclops.data.MutableBoolean
Construct a MutableBoolean that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(Supplier<Byte>, Consumer<Byte>) - Static method in class com.aol.cyclops.data.MutableByte
Construct a MutableByte that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(Supplier<Character>, Consumer<Character>) - Static method in class com.aol.cyclops.data.MutableChar
Construct a MutableChar that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(DoubleSupplier, DoubleConsumer) - Static method in class com.aol.cyclops.data.MutableDouble
Construct a MutableDouble that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(Supplier<Float>, Consumer<Float>) - Static method in class com.aol.cyclops.data.MutableFloat
Construct a MutableFloat that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(IntSupplier, IntConsumer) - Static method in class com.aol.cyclops.data.MutableInt
Construct a MutableInt that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(LongSupplier, LongConsumer) - Static method in class com.aol.cyclops.data.MutableLong
Construct a MutableLong that gets and sets an external value using the provided Supplier and Consumer e.g.
fromExternal(Supplier<Short>, Consumer<Short>) - Static method in class com.aol.cyclops.data.MutableShort
Construct a MutableShort that gets and sets an external value using the provided Supplier and Consumer e.g.
fromFeatureToggle(FeatureToggle<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an FeatureToggle
fromFuture(CompletableFuture<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromFuture(CompletableFuture<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromFuture(CompletableFuture<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromFuture(CompletableFuture<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromFuture(CompletableFuture<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromFuture(CompletableFuture<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromFuture(CompletableFuture<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromFuture(CompletableFuture<Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromFuture(CompletableFuture<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromFuture(CompletableFuture<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromFuture(CompletableFuture<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromFuture(CompletableFuture<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromFutureW(FutureW<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps a FutureW
fromFutureWTSeq(FutureWTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an FutureWTransformer FutureWTSeq
fromFutureWTValue(FutureWTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an FutureWTransformer FutureWTSeq
fromIntStream(IntStream) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an IntStream
fromIntStream(IntStream) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from a Stream
fromIntStream(IntStream) - Static method in interface com.aol.cyclops.control.Streamable
Construct a Sequence from a Stream
fromIor(Ior<?, T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an Ior
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an Iterable
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Eval
Create an Eval instance from an Iterable
fromIterable(Iterable<T>, Executor) - Static method in class com.aol.cyclops.control.FutureW
Construct a FutureW asyncrhonously that contains a single value extracted from the supplied Iterable
fromIterable(Iterable<T>) - Static method in class com.aol.cyclops.control.FutureW
Construct a FutureW syncrhonously that contains a single value extracted from the supplied Iterable
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Ior
 
fromIterable(Iterable<U>) - Method in class com.aol.cyclops.control.LazyReact
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Maybe
 
fromIterable(Iterable<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromIterable(Iterable<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromIterable(Iterable<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromIterable(Iterable<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromIterable(Iterable<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromIterable(Iterable<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromIterable(Iterable<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromIterable(Iterable<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromIterable(Iterable<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromIterable(Iterable<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromIterable(Iterable<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromIterable(Iterable<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from an Iterable
fromIterable(Iterable<U>) - Method in class com.aol.cyclops.control.SimpleReact
Start a reactive flow from a JDK Iterator
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Streamable
(Lazily) Construct a Streamable from an Iterable.
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Try
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Xor
Construct a Primary Xor from the supplied Iterable
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Construct a DequeX from an Iterable
fromIterable(Collector<T, ?, Deque<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Construct a Deque from the provided Collector and Iterable.
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
fromIterable(Collector<T, ?, List<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
fromIterable(Collector<T, ?, Queue<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
fromIterable(Collector<T, ?, Set<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
fromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
fromIterable(Collector<T, ?, SortedSet<T>>, Iterable<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
fromIterable(Iterable<R>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
fromIterable(Iterable<U>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive flow from a JDK Iterator
fromIterableAsync(Iterable<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
 
fromIterableAsync(Iterable<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.SimpleReact
Start a reactive dataflow with a list of one-off-suppliers
fromIterableValue(Iterable<T>) - Static method in interface com.aol.cyclops.control.AnyM
Use this method to create an AnyMValue from an Iterable.
fromIterableValue(Iterable<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromIterableValue(Iterable<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromIterableValue(Iterable<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromIterableValue(Iterable<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromIterableValue(Iterable<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromIterableValue(Iterable<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromIterableValue(Iterable<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromIterableValue(Iterable<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromIterablOptionalue(Iterable<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromIterablTryue(Iterable<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromIterablXorue(Iterable<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromIterator(Iterator<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from an Iterator
fromIterator(Iterator<T>) - Static method in interface com.aol.cyclops.control.Streamable
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
fromIterator(Iterator) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
fromIterator(Iterator) - Method in interface com.aol.cyclops.types.extensability.Comprehender
 
fromIterator(Iterator) - Method in interface com.aol.cyclops.types.extensability.ValueComprehender
 
fromIteratorAsync(Iterator<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
 
fromIteratorAsync(Iterator<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.SimpleReact
Start a reactive dataflow with a list of one-off-suppliers
fromList(List<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM from a List This AnyM will convert the List to a Stream under the covers, but will rematerialize the Stream as List if wrap() is called
fromList(List<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from a List (prefer this method if the source is a list, as it allows more efficient Stream reversal).
fromList(List<T>) - Static method in interface com.aol.cyclops.control.Streamable
 
fromListCompletableFuture(List<CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
fromListT(ListT<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an ListTransformer ListTSeq
fromLongStream(LongStream) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an LongStream
fromLongStream(LongStream) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from a Stream
fromLongStream(LongStream) - Static method in interface com.aol.cyclops.control.Streamable
Construct a Sequence from a Stream
fromMap(Map<? extends K, ? extends V>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
fromMap(Map<? extends K, ? extends V>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Wrap a Map in a MapX
fromMap(Collector<Tuple2<? extends K, ? extends V>, ?, Map<K, V>>, Map<? extends K, ? extends V>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Wrap a map in a MapX, also supplying a Collector for use in operations
fromMaybe(Maybe<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps a Maybe
fromMaybeTSeq(MaybeTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an MaybeTransformer MaybeTSeq
fromMaybeTValue(MaybeTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an MaybeTransformer MaybeTValue
fromMonoid(Monoid<T>, Function<?, ? extends T>) - Static method in interface com.aol.cyclops.Reducer
 
fromObject(Object) - Static method in interface com.aol.cyclops.control.Streamable
 
fromOptional(Optional<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an Optional
fromOptional(Optional<T>) - Static method in interface com.aol.cyclops.control.Maybe
 
fromOptional(Optional<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromOptional(Optional<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromOptional(Optional<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromOptional(Optional<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromOptional(Optional<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromOptional(Optional<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromOptional(Optional<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromOptional(Optional<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromOptional(Optional<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromOptional(Optional<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromOptional(Optional<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromOptional(Optional<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromOptionalDouble(OptionalDouble) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an OptionalDouble
fromOptionalInt(OptionalInt) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an OptionalInt
fromOptionalLong(OptionalLong) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps an OptionalLong
fromOptionalTSeq(OptionalTSeq<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an OptionalTransformer OptionalTSeq
fromOptionalTValue(OptionalTValue<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an OptionalTransformer OptionalTValue
fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.AnyM
Construct an AnyM that wraps a reactive-streams Publisher.
fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Eval
Create an Eval instance from a reactive-streams publisher
fromPublisher(Publisher<T>, Executor) - Static method in class com.aol.cyclops.control.FutureW
Construct a FutureW asyncrhonously that contains a single value extracted from the supplied reactive-streams Publisher
fromPublisher(Publisher<T>) - Static method in class com.aol.cyclops.control.FutureW
Construct a FutureW syncrhonously that contains a single value extracted from the supplied reactive-streams Publisher
fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Ior
 
fromPublisher(Publisher<? extends T>) - Method in class com.aol.cyclops.control.LazyReact
Construct a LazyFutureStream from an Publisher
fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Maybe
 
fromPublisher(Publisher<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromPublisher(Publisher<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromPublisher(Publisher<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromPublisher(Publisher<List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromPublisher(Publisher<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromPublisher(Publisher<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromPublisher(Publisher<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromPublisher(Publisher<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromPublisher(Publisher<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromPublisher(Publisher<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromPublisher(Publisher<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromPublisher(Publisher<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from an Publisher
fromPublisher(Publisher<? extends T>) - Method in class com.aol.cyclops.control.SimpleReact
Construct a SimpleReactStream from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.control.Streamable
Construct a LazyFutureStream from an Publisher
fromPublisher(Publisher<T>, Class<X>...) - Static method in interface com.aol.cyclops.control.Try
 
fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Try
 
fromPublisher(Publisher<T>) - Static method in interface com.aol.cyclops.control.Xor
Construct a Primary Xor from the supplied publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Construct a PBagX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Construct a POrderedSetX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Construct a PQueueX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Construct a PSetX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Construct a PStackX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Construct a PVectorX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Construct a DequeX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Construct a ListX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Construct a QueueX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Construct a SetX from an Publisher
fromPublisher(Publisher<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Construct a SortedSetX from an Publisher
fromPublisher(Publisher<R>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
fromRange(int, int) - Static method in interface com.aol.cyclops.control.AnyM
Construct an AnyM instance that wraps a range from start (inclusive) to end (exclusive) provided The AnyM will contain a SequenceM over the spefied range
fromRangeLong(long, long) - Static method in interface com.aol.cyclops.control.AnyM
Construct an AnyM instance that wraps a range from start (inclusive) to end (exclusive) provided The AnyM will contain a SequenceM over the spefied range
fromSet(Set<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM from a Set This AnyM will convert the Set to a Stream under the covers, but will rematerialize the Stream as Set if wrap() is called
fromSetT(SetT<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an SetTransformer SetTSeq
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM instance that wraps a Stream
fromStream(Stream<U>) - Method in class com.aol.cyclops.control.LazyReact
 
fromStream(Stream<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromStream(Stream<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromStream(Stream<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromStream(Stream<? extends List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromStream(Stream<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromStream(Stream<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromStream(Stream<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromStream(AnyMSeq<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Create a ListT from an AnyM that wraps a monad containing a Stream
fromStream(AnyMSeq<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Create a SetT from an AnyM that wraps a monad containing a Stream
fromStream(AnyMSeq<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Create a StreamableT from an AnyM that wraps a monad containing a Stream
fromStream(AnyM<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
Create a SetT from an AnyM that wraps a monad containing a Stream
fromStream(Stream<? extends Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromStream(Stream<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromStream(AnyM<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Create a StreamableT from an AnyM that wraps a monad containing a Stream
fromStream(Stream<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromStream(Stream<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromStream(AnyMValue<? extends Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Create a ListT from an AnyM that wraps a monad containing a Stream
fromStream(AnyMValue<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Create a SetT from an AnyM that wraps a monad containing a Stream
fromStream(AnyMValue<Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Create a StreamableT from an AnyM that wraps a monad containing a Stream
fromStream(Stream<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a ReactiveSeq from a Stream
fromStream(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.control.SimpleReact
Start a reactive dataflow from a stream of CompletableFutures.
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.Streamable
(Lazily) Construct a Streamable from a Stream.
fromStream(Stream<T>) - Method in interface com.aol.cyclops.data.async.Adapter
 
fromStream(Stream<T>) - Method in class com.aol.cyclops.data.async.Queue
 
fromStream(Stream<T>) - Method in class com.aol.cyclops.data.async.Signal
 
fromStream(Stream<T>) - Method in class com.aol.cyclops.data.async.Topic
 
fromStream(Stream<X>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
fromStream(ReactiveSeq<Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Reduce a Stream to a POrderedSetX,
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Reduce (immutable Collection) a Stream to a PStack, note for efficiency reasons, the produced PStack is reversed.
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Reduce (immutable Collection) a Stream to a PVector
fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
fromStream(ReactiveSeq<Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Construct a new MapX with the same collector from the supplied Stream
fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
fromStream(Stream<X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
fromStream(Stream<T>) - Static method in interface com.aol.cyclops.internal.Monad
 
fromStream(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive dataflow from a stream of CompletableFutures.
fromStream(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
fromStream(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
fromStream(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
fromStreamable(ToStream<T>) - Static method in interface com.aol.cyclops.control.AnyM
Wrap a Streamable inside an AnyM
fromStreamableT(StreamableT<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an StreamableTransformer StreamableTSeq
fromStreamAnyM(AnyM<Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
Create a ListT from an AnyM that wraps a monad containing a Stream
fromStreamAsync(Stream<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
 
fromStreamAsync(Stream<? extends Supplier<U>>) - Method in class com.aol.cyclops.control.SimpleReact
Start a reactive dataflow with a list of one-off-suppliers
fromStreamCompletableFutureReplace(Stream<CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
fromStreamFutures(Stream<CompletableFuture<U>>) - Method in class com.aol.cyclops.control.LazyReact
 
fromStreamOfFutures(Stream<FastFuture<T>>) - Method in class com.aol.cyclops.internal.react.stream.traits.future.operators.OperationsOnFuturesImpl
 
fromStreamOfFutures(Stream<FastFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
fromStreamOfFutures(Stream<FastFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
fromStreamOfFutures(Stream<CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Construct a SimpleReactStream from provided Stream of CompletableFutures
fromStreamT(StreamT<T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an StreamTransformer StreamTSeq
fromSupplier(Supplier<T>) - Static method in interface com.aol.cyclops.types.Convertable
Construct a Convertable from a Supplier
fromTry(Try<T, ?>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps a Try
fromTry(Try<T, X>, Executor) - Static method in class com.aol.cyclops.control.FutureW
Deprecated.
fromTry(Try<T, X>) - Static method in class com.aol.cyclops.control.FutureW
Construct a FutureW syncrhonously from the Supplied Try
fromTryTSeq(TryTSeq<T, X>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an TryTransformer TryTSeq
fromTryTValue(TryTValue<T, X>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an TryTransformer TryTValue
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
fromValue(MonadicValue<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
fromValue(V) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
fromValue(V) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
 
fromXor(Xor<?, T>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an Xor
fromXorTSeq(XorTSeq<ST, PT>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq instance that wraps an XorTransformer XorTSeq
fromXorTValue(XorTValue<ST, PT>) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue instance that wraps an XorTransformer CompletableFutureTValue
function3() - Method in interface com.aol.cyclops.util.function.TriFunction
 
FunctionExecutionInvocationHandler - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
FunctionExecutionInvocationHandler() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.FunctionExecutionInvocationHandler
 
functions - Variable in class com.aol.cyclops.internal.react.async.future.FinalPipeline
 
functor - Variable in class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
 
Functor<T> - Interface in com.aol.cyclops.types
An interface that represents a type that can transform a value from one type to another
FunctorWrapper<T> - Class in com.aol.cyclops.types.mixins
 
FunctorWrapper() - Constructor for class com.aol.cyclops.types.mixins.FunctorWrapper
 
future(CompletableFuture<T1>) - Static method in class com.aol.cyclops.control.For
Add a CompletableFuture as next nested level in the comprehension
future(CompletableFuture<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
Add a CompletableFuture as next nested level in the comprehension
future(Function<? super T1, CompletableFuture<T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
future(Function<? super T1, Function<? super T2, CompletableFuture<T3>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
future(Function<? super T1, Function<? super T2, Function<? super T3, CompletableFuture<T4>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
future(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, CompletableFuture<T5>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
future(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, CompletableFuture<T6>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
future(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, CompletableFuture<T7>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
future(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, CompletableFuture<T8>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
future(CompletableFuture<T1>) - Static method in class com.aol.cyclops.Matchables
 
future(FutureW<T1>) - Static method in class com.aol.cyclops.Matchables
 
FutureCollectable<T> - Interface in com.aol.cyclops.types.stream.future
 
FutureFunctorComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
FutureFunctorComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
 
futureOperations(Executor) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
futureOperations(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
Access asynchronous terminal operations (each returns a Future)
futureOperations(Executor) - Method in interface com.aol.cyclops.control.Streamable
Access asynchronous terminal operations (each returns a Future)
futureOperations(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
 
futureOperations(Executor) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
futureOperations() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
futureOperations(Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
FutureOperations<T> - Interface in com.aol.cyclops.types.stream.future
 
futureOperations(Executor) - Method in interface com.aol.cyclops.types.Traversable
Access asynchronous terminal operations (each returns a Future)
FuturePool - Class in com.aol.cyclops.internal.react.async.future
Single consumer / multiple producer future pool
FuturePool() - Constructor for class com.aol.cyclops.internal.react.async.future.FuturePool
 
futureStream(K) - Method in class com.aol.cyclops.control.Pipes
 
futureStream(K, LazyReact) - Method in class com.aol.cyclops.control.Pipes
 
futureStream(LazyReact) - Method in class com.aol.cyclops.control.StreamSource
Create a pushable LazyFutureStream using the supplied ReactPool
futureStream(Adapter<T>, LazyReact) - Static method in class com.aol.cyclops.control.StreamSource
Create a LazyFutureStream.
futureStream(LazyReact) - Method in interface com.aol.cyclops.data.async.Adapter
 
futureStream() - Method in interface com.aol.cyclops.data.async.Adapter
 
futureStream() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
futureStream(LazyReact) - Method in interface com.aol.cyclops.types.stream.ToStream
 
futureStream(LazyReact) - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
Create a pushable LazyFutureStream using the supplied ReactPool
FutureStreamSynchronousPublisher<T> - Interface in com.aol.cyclops.types.stream.reactive
Reactive Streams publisher, that publishes on the calling thread
FutureStreamUtils - Class in com.aol.cyclops.internal.stream
 
FutureStreamUtils() - Constructor for class com.aol.cyclops.internal.stream.FutureStreamUtils
 
FutureW<T> - Class in com.aol.cyclops.control
A Wrapper around CompletableFuture that implements cyclops-react interfaces and provides a more standard api e.g.
FutureW() - Constructor for class com.aol.cyclops.control.FutureW
 
FutureWT<A> - Interface in com.aol.cyclops.control.monads.transformers
Monad transformer for working with nested Futures
futureWT(FutureWT<T>) - Static method in class com.aol.cyclops.Matchables
 
FutureWTSeq<A> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad Transformer for FutureW's nested within Sequential or non-scalar data types (e.g.
FutureWTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
FutureWTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
FutureWTValue<A> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Futures nested within Scalar data types (e.g.
FutureWTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
FutureWTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 

G

generate(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Generate an infinite Stream by applying the input parameters to this function repeatedly
generate(T) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
generate() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
generate(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Generate an infinite Stream by applying the input parameters to this function repeatedly
generate(Supplier<U>) - Method in class com.aol.cyclops.control.LazyReact
Generate an infinite Stream
generate(Supplier<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
 
generate(Supplier<T>) - Static method in interface com.aol.cyclops.control.Streamable
 
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Generate a PBagX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Generate a POrderedSetX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Generate a PQueueX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Generate a PSetX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Generate a PStackX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Generate a PVectorX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Generate a DequeX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Generate a ListX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Generate a QueueX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Generate a SetX from the provided Supplier up to the provided limit number of times
generate(long, Supplier<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Generate a SortedSetX from the provided Supplier up to the provided limit number of times
generate() - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Generate an infinite Stream of null values that runs on the current thread
generate(T) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Generate an infinite Stream of given value that runs on the current thread
generate(Supplier<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Generate an infinite Stream of value returned from Supplier that runs on the current thread
generate() - Method in interface com.aol.cyclops.types.Value
 
generateAsync(Supplier<U>) - Method in class com.aol.cyclops.control.LazyReact
 
get() - Method in interface com.aol.cyclops.control.Eval
 
get() - Method in class com.aol.cyclops.control.Eval.Module.Always
 
get() - Method in class com.aol.cyclops.control.Eval.Module.Later
 
get() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
get() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
get() - Method in interface com.aol.cyclops.control.FeatureToggle
 
get() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
get() - Method in class com.aol.cyclops.control.FutureW
 
get() - Method in class com.aol.cyclops.control.Ior.Both
 
get() - Method in interface com.aol.cyclops.control.Ior
 
get() - Method in class com.aol.cyclops.control.Ior.Primary
 
get() - Method in class com.aol.cyclops.control.Ior.Secondary
 
get() - Method in class com.aol.cyclops.control.Maybe.Just
 
get() - Method in class com.aol.cyclops.control.Maybe.Lazy
 
get() - Method in class com.aol.cyclops.control.Maybe.Nothing
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
get() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
get(K) - Method in class com.aol.cyclops.control.Pipes
 
get(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
Return the elementAt index or Optional.empty
get(long) - Method in interface com.aol.cyclops.control.Streamable
Return the elementAt index or Optional.empty
get() - Method in interface com.aol.cyclops.control.Trampoline
 
get() - Method in interface com.aol.cyclops.control.Try.CheckedSupplier
 
get() - Method in class com.aol.cyclops.control.Try.Failure
 
get() - Method in interface com.aol.cyclops.control.Try
 
get() - Method in class com.aol.cyclops.control.Try.Success
 
get() - Method in interface com.aol.cyclops.control.Xor
 
get() - Method in class com.aol.cyclops.control.Xor.Primary
 
get() - Method in class com.aol.cyclops.control.Xor.Secondary
 
get() - Method in class com.aol.cyclops.data.async.Queue
 
get() - Method in interface com.aol.cyclops.data.collections.extensions.LazyFluentCollection
 
get(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
get(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
get(int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
get(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
get() - Method in class com.aol.cyclops.data.LazyImmutable
 
get() - Method in class com.aol.cyclops.data.Mutable
 
get() - Method in class com.aol.cyclops.data.MutableBoolean
 
get() - Method in class com.aol.cyclops.data.MutableByte
 
get() - Method in class com.aol.cyclops.data.MutableChar
 
get() - Method in class com.aol.cyclops.data.MutableDouble
 
get() - Method in class com.aol.cyclops.data.MutableFloat
 
get() - Method in class com.aol.cyclops.data.MutableInt
 
get() - Method in class com.aol.cyclops.data.MutableLong
 
get() - Method in class com.aol.cyclops.data.MutableShort
 
get() - Method in class com.aol.cyclops.internal.matcher2.ActiveCase
 
get() - Method in interface com.aol.cyclops.internal.matcher2.Case
 
get() - Method in class com.aol.cyclops.internal.matcher2.Cases
 
get() - Method in class com.aol.cyclops.internal.matcher2.EmptyCase
 
get() - Method in interface com.aol.cyclops.internal.Monad
 
get() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
get() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
get(long) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Return the elementAt index or Optional.empty
get() - Method in interface com.aol.cyclops.types.Convertable
 
get() - Method in class com.aol.cyclops.types.Convertable.SupplierToConvertable
 
get(long) - Method in interface com.aol.cyclops.types.Foldable
Return the elementAt index or Optional.empty
get(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Gets the element at index, and returns a Tuple containing the element (it must be present) and a lazy copy of the Sequence for further processing.
get() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
get() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
get() - Method in class com.aol.cyclops.types.Value.ValueImpl
 
getAction() - Method in interface com.aol.cyclops.internal.matcher2.Case
 
getAllCompleted() - Method in class com.aol.cyclops.react.Status
 
getAllResults() - Method in class com.aol.cyclops.react.collectors.lazy.BatchingCollector
 
getAllResults() - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
 
getAllResults() - Method in interface com.aol.cyclops.react.collectors.lazy.LazyResultConsumer
 
getAllResults() - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
 
getAsBoolean() - Method in class com.aol.cyclops.data.MutableBoolean
 
getAsByte() - Method in class com.aol.cyclops.data.MutableByte
 
getAsChar() - Method in class com.aol.cyclops.data.MutableChar
 
getAsDouble() - Method in class com.aol.cyclops.data.MutableDouble
 
getAsFloat() - Method in class com.aol.cyclops.data.MutableFloat
 
getAsInt() - Method in class com.aol.cyclops.data.MutableInt
 
getAsLong() - Method in class com.aol.cyclops.data.MutableLong
 
getAsShort() - Method in class com.aol.cyclops.data.MutableShort
 
getAssigned() - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp
 
getAtIndex(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
Get the element at the specified index (if it exists)
getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
getCollector() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
getCompleted() - Method in class com.aol.cyclops.react.Status
 
getCronExpression() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getDayOfWeekNumber(String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getElapsedMillis() - Method in class com.aol.cyclops.react.Status
 
getElapsedNanos() - Method in class com.aol.cyclops.react.Status
 
getElapsedNanoseconds() - Method in class com.aol.cyclops.util.SimpleTimer
 
getErrorHandler() - Method in interface com.aol.cyclops.types.futurestream.BlockingStream
 
getErrorHandler() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
getErrorHandler() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
getErrors() - Method in class com.aol.cyclops.react.Status
 
getExec() - Method in interface com.aol.cyclops.types.futurestream.HasExec
 
getExec() - Method in interface com.aol.cyclops.types.stream.HasExec
 
getExecutor() - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
getExpressionSetSummary(Set<Integer>) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getExpressionSetSummary(ArrayList<Integer>) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getExpressionSummary() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getFieldMap(Class) - Static method in class com.aol.cyclops.internal.invokedynamic.ReflectionCache
 
getFields(Class) - Static method in class com.aol.cyclops.internal.invokedynamic.ReflectionCache
 
getFilterable() - Method in interface com.aol.cyclops.internal.Monad
 
getFilterable() - Method in interface com.aol.cyclops.types.mixins.WrappingFilterable
 
getFinalFireTime() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
getFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
getFunctor() - Method in interface com.aol.cyclops.internal.Monad
 
getFunctor() - Method in class com.aol.cyclops.types.mixins.FunctorWrapper
 
getFunctor() - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
Override this method if you are using this class to wrap a Functor that does not implement this interface natively.
getInput() - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
 
getInput() - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
 
getInstance() - Method in interface com.aol.cyclops.types.mixins.TupleWrapper
 
getLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
getLastActive() - Method in class com.aol.cyclops.internal.react.stream.traits.future.operators.OperationsOnFuturesImpl
 
getLastActive() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
getLastActive() - Method in interface com.aol.cyclops.types.futurestream.BlockingStream
 
getLastActive() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
getLastActive() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
getLastActive() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
getLastActive() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
getLastActive() - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
 
getLastDayOfMonth(int, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getLazyCollector() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
getLazyExecutor() - Static method in class com.aol.cyclops.react.ThreadPools
 
getMatchable() - Method in class com.aol.cyclops.control.Matchable.AsMatchable.CoercedMatchable
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MatchableObject
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MatchSelf
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple1
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
getMatchable() - Method in interface com.aol.cyclops.control.Matchable.MXor
 
getMaxActive() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
getMonthNumber(String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getNextInvalidTimeAfter(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Returns the next date/time after the given date/time which does not satisfy the expression
getNextValidTimeAfter(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Returns the next date/time after the given date/time which satisfies the cron expression.
getNumericValue(String, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getOrDefault(Object, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
getOrDefault(Object, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
getOrgType() - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp
 
getPatternMatcher() - Method in class com.aol.cyclops.internal.matcher2.CaseBeingBuilt
 
getPopulator() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
getPopulator() - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
getPredicate() - Method in interface com.aol.cyclops.internal.matcher2.Case
 
getQueueFactory() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
getQueueFactory() - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
 
getQueueFactory() - Method in interface com.aol.cyclops.types.futurestream.ToQueue
 
getRegisteredComprehenders() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.Comprehenders
 
getResults() - Method in class com.aol.cyclops.react.collectors.lazy.BatchingCollector
 
getResults() - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
 
getResults() - Method in interface com.aol.cyclops.react.collectors.lazy.LazyResultConsumer
 
getResults() - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
 
getResultsSoFar() - Method in class com.aol.cyclops.react.Status
 
getRetrier() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
getRetrier() - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
getRetrier() - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
getRetrier() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
getSafe(FastFuture, Optional<Consumer<Throwable>>) - Static method in class com.aol.cyclops.types.futurestream.BlockingStreamHelper
 
getSequential() - Static method in class com.aol.cyclops.react.ThreadPools
 
getSequentialRetry() - Static method in class com.aol.cyclops.react.ThreadPools
 
getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
getSimpleReact() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
getSizeSignal(int) - Method in class com.aol.cyclops.data.async.Topic
 
getStandard() - Static method in class com.aol.cyclops.react.ThreadPools
 
getStandardRetry() - Static method in class com.aol.cyclops.react.ThreadPools
 
getStream() - Method in class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
 
getStream() - Method in interface com.aol.cyclops.types.futurestream.HasFutureStream
 
getStream() - Method in interface com.aol.cyclops.types.stream.HasStream
 
getStream() - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
 
getStreamable() - Method in interface com.aol.cyclops.types.stream.ToStream
 
getSubscription() - Method in class com.aol.cyclops.internal.react.stream.traits.future.operators.OperationsOnFuturesImpl
 
getSubscription() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
getSubscription() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
getSubscription() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
getSubscription() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
getSubscription() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
 
getTargetClass() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
 
getTargetClass() - Method in interface com.aol.cyclops.types.extensability.Comprehender
 
getTaskExecutor() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
getTaskExecutor() - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
getTaskExecutor() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
getTaskExecutor() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
getTimeAfter(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
getTimeBefore(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
NOT YET IMPLEMENTED: Returns the time before the given time that the CronExpression matches.
getTimeZone() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Returns the time zone for which this CronExpression will be resolved.
getTotal() - Method in class com.aol.cyclops.react.Status
 
getUnapplyMethod(Class) - Static method in class com.aol.cyclops.internal.invokedynamic.ReflectionCache
 
getValue() - Method in class com.aol.cyclops.internal.stream.ReversedIterator
 
getValue() - Method in exception com.aol.cyclops.react.SimpleReactFailedStageException
 
getValue(int, String, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
greaterThan(T1) - Static method in class com.aol.cyclops.util.function.Predicates
 
greaterThanOrEquals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
 
group(Function<Supplier<U>, Supplier<C>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Batch elements into a Stream of collections with user defined function
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Use classifier function to group elements in this Sequence into a Map
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.Streamable
Use classifier function to group elements in this Sequence into a Map
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
groupBy(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Use classifier function to group elements in this Sequence into a Map
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.Foldable
Use classifier function to group elements in this Sequence into a Map
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy groupBy operation
groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy groupBy operation
groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy groupBy operation
groupBy(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asyncrhonous groupBy operation
groupBy(Function<? super T, ? extends K>, Supplier<M>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asyncrhonous groupBy operation
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
grouped(Function<? super A, ? extends K>, Collector<? super A, T, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
grouped(Function<? super A, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
grouped(Function<? super A, ? extends K>, Collector<? super A, T, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
grouped(Function<? super A, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
grouped(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
grouped(Function<? super T, ? extends K>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
grouped(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
grouped(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Group elements in a Stream
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Batch elements in a Stream by size into a collection created by the supplied factory
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.control.Streamable
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.control.Streamable
 
grouped(int) - Method in interface com.aol.cyclops.control.Streamable
Group elements in a Stream
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
Batch elements in a Stream by size into a collection created by the supplied factory
grouped(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
Group elements in a Stream by size
grouped(Stream<T>, int, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Deprecated.
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
grouped(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
grouped(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
grouped(int, Supplier<C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
grouped(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Batch the elements in this stream into Collections of specified size The type of Collection is determined by the specified supplier
grouped(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
grouped(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Group elements in a Stream
grouped(int, Supplier<C>) - Method in interface com.aol.cyclops.types.Traversable
Batch elements in a Stream by size into a collection created by the supplied factory
grouped(int) - Method in interface com.aol.cyclops.types.Traversable
Group elements in a Stream
grouped(Function<? super T, ? extends K>, Collector<? super T, A, D>) - Method in interface com.aol.cyclops.types.Traversable
Group this Traversable by the provided classifying function and collected by the provided Collector
grouped(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.Traversable
Group this Traversable by the provided classifying function and collected by the provided Collector
groupedBySizeAndTime(int, long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
Batch elements by size into a List
groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Batch elements by size into a collection created by the supplied factory
groupedBySizeAndTime(int, long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
Batch elements by size into a List
groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
Batch elements by size into a collection created by the supplied factory
groupedBySizeAndTime(Stream<T>, int, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
Group a Stream by size and time constraints
groupedBySizeAndTime(Stream<T>, int, long, TimeUnit, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Group a Stream by size and time constraints
groupedBySizeAndTime(int, long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedBySizeAndTime(int, long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedBySizeAndTime(int, long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedByTime(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
Batch elements in a Stream by time period
groupedByTime(long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Batch elements by time into a collection created by the supplied factory
groupedByTime(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
Batch elements in a Stream by time period
groupedByTime(long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
Batch elements by time into a collection created by the supplied factory
groupedByTime(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
 
groupedByTime(Stream<T>, long, TimeUnit, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
 
groupedByTime(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedByTime(long, TimeUnit, Supplier<C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedByTime(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Organise elements in a Stream into a Collections based on the time period they pass through this stage
groupedByTime(long, TimeUnit, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Organise elements in a Stream into a Collections based on the time period they pass through this stage
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
groupedStatefullyUntil(BiPredicate<ListX<? super A>, ? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super A>, ? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create ReactiveSeq of ListX where each ListX is populated while the supplied bipredicate holds.
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
groupedStatefullyUntil(Stream<T>, BiPredicate<ListX<? super T>, ? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Group data in a Stream using knowledge of the current batch and the next entry to determing grouping limits
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
groupedStatefullyUntil(BiPredicate<ListX<? super U>, ? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedStatefullyUntil(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.types.Traversable
Create Travesable of Lists where each List is populated while the supplied bipredicate holds.
groupedStatefullyUntilT(BiPredicate<ListX<? super T>, ? super T>) - Method in interface com.aol.cyclops.types.TransformerTraversable
List Transformer view into batched Lists where each List is populated while the supplied bipredicate holds.
groupedT(int) - Method in interface com.aol.cyclops.types.TransformerTraversable
Group the elements in this Traversable into batches of the provided size.
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
groupedUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
groupedUntil(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
groupedUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
groupedUntil(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create a ReactiveSeq batched by List, where each batch is populated until the predicate holds
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create a ReactiveSeq batched by a Collection, where each batch is populated until the predicate holds
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
Create a Streamable batched by List, where each batch is populated until the predicate holds
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
Create a Streamable batched by a Collection, where each batch is populated until the predicate holds
groupedUntil(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Group a Stream until the supplied predicate holds
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
groupedUntil(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
groupedUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedUntil(Predicate<? super U>, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Create a Traversable batched by List, where each batch is populated until the predicate holds
groupedUntil(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.Traversable
Create a SequenceM batched by a Collection, where each batch is populated until the predicate holds
groupedUntilT(Predicate<? super T>) - Method in interface com.aol.cyclops.types.TransformerTraversable
Create a Traversable batched by List, where each batch is populated until the predicate holds.
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
groupedWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
groupedWhile(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
groupedWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
groupedWhile(Predicate<? super A>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create a ReactiveSeq batched by List, where each batch is populated while the predicate holds
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create a ReactiveSeq batched by a Collection, where each batch is populated while the predicate holds
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
Create a Streamable batched by List, where each batch is populated while the predicate holds
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
Create a Streamable batched by a Collection, where each batch is populated while the predicate holds
groupedWhile(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Group a Stream while the supplied predicate holds
groupedWhile(Stream<T>, Predicate<? super T>, Supplier<C>) - Static method in class com.aol.cyclops.control.StreamUtils
Group a Stream while the supplied predicate holds
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
groupedWhile(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
groupedWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedWhile(Predicate<? super U>, Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
groupedWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Create a Traversable batched by List, where each batch is populated while the predicate holds
groupedWhile(Predicate<? super T>, Supplier<C>) - Method in interface com.aol.cyclops.types.Traversable
Create a SequenceM batched by a Collection, where each batch is populated while the predicate holds
groupedWhileT(Predicate<? super T>) - Method in interface com.aol.cyclops.types.TransformerTraversable
Create a Traversable batched by List, where each batch is populated while the predicate holds.
Guard(Function) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoBuilderModule.Guard
 
Guard(Predicate) - Constructor for class com.aol.cyclops.internal.comprehensions.donotation.DoBuilderModule.Guard
 
guardInternal(Supplier<Boolean>) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.BaseComprehensionData
 

H

handleContinuation() - Method in class com.aol.cyclops.data.async.AdaptersModule.SingleContinuation
 
handleContinuation() - Method in class com.aol.cyclops.data.async.AdaptersModule.StreamOfContinuations
 
handleContinuation() - Method in interface com.aol.cyclops.data.async.ContinuationStrategy
 
handleExceptions(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
handleExceptions(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
has(Iterable<Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
has(Matchable.MTuple1<Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
has(Matchable.MTuple2<Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
has(Matchable.MTuple3<Predicate<? super T>, Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
has(Matchable.MTuple4<Predicate<? super T>, Predicate<? super T>, Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
has(Matchable.MTuple5<Predicate<? super T>, Predicate<? super T>, Predicate<? super T>, Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
has(V...) - Static method in class com.aol.cyclops.util.function.Predicates
Recursively compose an Object without specifying a type
hasCapacity(int) - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
 
HasExec - Interface in com.aol.cyclops.types.futurestream
 
HasExec - Interface in com.aol.cyclops.types.stream
 
HasFutureStream<T> - Interface in com.aol.cyclops.types.futurestream
 
hasGuard(V...) - Method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder
Generate a predicate that determines the provided values hold.
hashCode() - Method in class com.aol.cyclops.control.Eval.Module.Always
 
hashCode() - Method in class com.aol.cyclops.control.Eval.Module.Later
 
hashCode() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
hashCode() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
hashCode() - Method in class com.aol.cyclops.control.Maybe.Just
 
hashCode() - Method in class com.aol.cyclops.control.Maybe.Lazy
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
hashCode() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
hashCode() - Method in class com.aol.cyclops.control.Try.Failure
 
hashCode() - Method in class com.aol.cyclops.control.Try.Success
 
hashCode() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
hashCode() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
hashCode() - Method in class com.aol.cyclops.data.LazyImmutable
 
hashCode() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
hashCode() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
hasItems(Collection<T1>) - Static method in class com.aol.cyclops.util.function.Predicates
 
hasItems(Stream<T1>) - Static method in class com.aol.cyclops.util.function.Predicates
 
hasItems(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
 
hasNext() - Method in class com.aol.cyclops.internal.react.stream.CloseableIterator
 
HasStream<T> - Interface in com.aol.cyclops.types.stream
 
hasWhere(Predicate<V>...) - Method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder.InternalADTPredicateBuilder
 
hasWhere(Predicate<V>...) - Static method in class com.aol.cyclops.util.function.Predicates
 
head() - Method in interface com.aol.cyclops.control.Streamable
Streamable.of(1,2,3,4,5).head() //1
head() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
head() - Method in class com.aol.cyclops.types.stream.HeadAndTail
 
headAndTail() - Method in interface com.aol.cyclops.control.ReactiveSeq
extract head and tail together, where head is expected to be present
headAndTail(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
extract head and tail together
headAndTail() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
headAndTail() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
headAndTail() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
headAndTail(Collection<T>) - Static method in class com.aol.cyclops.Matchables
 
headAndTail() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
extract head and tail together, where head is expected to be present
headAndTail() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
extract head and tail together, where head is expected to be present
headAndTail() - Method in interface com.aol.cyclops.types.IterableFoldable
extract head and tail together, where head is expected to be present
HeadAndTail<T> - Class in com.aol.cyclops.types.stream
A class that represents a lazily constructed Head and Tail from a Stream
HeadAndTail(Iterator<T>) - Constructor for class com.aol.cyclops.types.stream.HeadAndTail
 
headMaybe() - Method in class com.aol.cyclops.types.stream.HeadAndTail
 
headOptional() - Method in class com.aol.cyclops.types.stream.HeadAndTail
 
headSet(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
headStream() - Method in class com.aol.cyclops.types.stream.HeadAndTail
 
Helper - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
Helper() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.Helper
 
HeptFunction<T1,T2,T3,T4,T5,T6,T7,R> - Interface in com.aol.cyclops.util.function
 
HexFunction<T1,T2,T3,T4,T5,T6,R> - Interface in com.aol.cyclops.util.function
 
hotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
Turns this ReactiveSeq into a HotStream, a connectable Stream, being executed on a thread on the supplied executor, that is producing data.
hotStream(Executor) - Method in interface com.aol.cyclops.control.Streamable
Turns this Streamable into a HotStream, a connectable Stream, being executed on a thread on the supplied executor, that is producing data
hotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
 
hotStream(Executor) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
hotStream(Executor) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
hotStream() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Turns this LazyFutureStream into a HotStream, a connectable Stream, being executed on a thread on the in it's current task executor, that is producing data
HotStream<T> - Interface in com.aol.cyclops.types.stream
 
HOUR - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
hours - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 

I

immutableCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
immutableCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
immutableCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
immutableCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
Impl() - Constructor for class com.aol.cyclops.control.Streamable.Impl
 
in(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
 
inCaseOf(Predicate<V>, Function<? super V, ? extends X>) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
 
inCaseOfManyType(Predicate, Function<? super T, ? extends X>, Predicate<V>...) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
 
inCaseOfThenExtract(Predicate<T>, Function<? super R, ? extends X>, Extractor<T, R>) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
 
IncrementalReducer<T> - Class in com.aol.cyclops.react.collectors.lazy
Perform incremental (optionally parallel) reduction on a stream
IncrementalReducer() - Constructor for class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
indexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
indexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
indexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
indexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
InfiniteClosingSpliterator<T> - Class in com.aol.cyclops.internal.react.stream
 
InfiniteClosingSpliterator(long, Supplier<T>, Continueable, Queue) - Constructor for class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliterator
 
InfiniteClosingSpliterator(long, Supplier<T>, Continueable) - Constructor for class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliterator
 
InfiniteClosingSpliteratorFromSupplier<T> - Class in com.aol.cyclops.internal.react.stream
 
InfiniteClosingSpliteratorFromSupplier(long, Supplier<T>, Continueable) - Constructor for class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliteratorFromSupplier
 
InfiniteProcessingException - Exception in com.aol.cyclops.internal.react.stream
 
InfiniteProcessingException(String) - Constructor for exception com.aol.cyclops.internal.react.stream.InfiniteProcessingException
 
init(Try.CheckedSupplier<V, X>) - Method in interface com.aol.cyclops.control.Try.Init
Initialise a try / catch / finally block Define the variables to be used within the block.
init(Try.CheckedSupplier<V, X>) - Method in class com.aol.cyclops.control.Try.MyInit
 
init(Executor) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
init(Executor) - Method in class com.aol.cyclops.internal.stream.PausableHotStreamImpl
 
init(Executor) - Method in class com.aol.cyclops.types.stream.NonPausableHotStream
 
initialType - Variable in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
injectFutures() - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
injectFuturesSeq() - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
innerJoin(Stream<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
innerJoin(Iterable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
innerJoin(Seq<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
innerJoin(Streamable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
innerJoin(Streamable<U>, BiPredicate<T, U>) - Method in interface com.aol.cyclops.control.Streamable
 
innerJoin(Stream<? extends T>, BiPredicate<? super U, ? super T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Inner join 2 streams into one.
insertAt(int, T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
Insert data into a stream at given position
insertAt(int, T...) - Method in interface com.aol.cyclops.control.Streamable
Insert data into a stream at given position
insertAt(Stream<T>, int, T...) - Static method in class com.aol.cyclops.control.StreamUtils
Insert data into a stream at given position
insertAt(int, T...) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
insertAt(int, U...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
insertAt(int, T...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Insert data into a stream at given position
insertStreamableAt(int, Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
Insert a Stream into the middle of this stream at the specified position
insertStreamAt(int, Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Insert a Stream into the middle of this stream at the specified position
insertStreamAt(Stream<T>, int, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Insert a Stream into the middle of this stream at the specified position
insertStreamAt(int, Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
insertStreamAt(int, Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
insertStreamAt(int, Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Insert a Stream into the middle of this stream at the specified position
insertStreamFuturesAt(int, Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Insert a Stream into the middle of this stream at the specified position
instanceOf(Class<?>) - Static method in class com.aol.cyclops.util.function.Predicates
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
instanceOfT(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
 
instanceOfT(Object) - Method in interface com.aol.cyclops.types.extensability.Comprehender
 
intCount - Static variable in interface com.aol.cyclops.Semigroups
Combine two Integers by adding one to a (can be used to count Integers in a Collection or Stream)
InternalADTPredicateBuilder(Class<T>) - Constructor for class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder.InternalADTPredicateBuilder
 
intersperse(T) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
intersperse(A) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
intersperse(A) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
intersperse(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
intersperse(T) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
intersperse(T) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
intersperse(T) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
intersperse(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
intersperse(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
intersperse(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(T) - Method in interface com.aol.cyclops.control.Streamable
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(Stream<T>, T) - Static method in class com.aol.cyclops.control.StreamUtils
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
intersperse(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
intersperse(T) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
intersperse(T) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
intersperse(U) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(T) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(CompletableFuture<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Returns a stream with a given value interspersed between any two values of this stream.
intersperse(T) - Method in interface com.aol.cyclops.types.Traversable
Returns a stream with a given value interspersed between any two values of this stream.
intMax - Static variable in interface com.aol.cyclops.Semigroups
Combine two Integers by selecting the max
intMin - Static variable in interface com.aol.cyclops.Semigroups
Combine two Integers by selecting the min
intMult - Static variable in interface com.aol.cyclops.Semigroups
Combine two Integers by multiplying them
IntOperators<T> - Interface in com.aol.cyclops.types.stream.future
 
IntOperators<T> - Interface in com.aol.cyclops.types.stream.lazy
 
IntOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.future
 
IntOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.lazy
 
IntStreamToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
IntStreamToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
 
intSum - Static variable in interface com.aol.cyclops.Semigroups
Combine two Integers by summing them
invert() - Method in interface com.aol.cyclops.internal.stream.spliterators.ReversableSpliterator
 
invert() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
 
invert() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
 
invert() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
 
invert() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
 
invoke(Object, Method, Object[]) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FunctionExecutionInvocationHandler
 
InvokeDynamic - Class in com.aol.cyclops.internal.invokedynamic
 
InvokeDynamic() - Constructor for class com.aol.cyclops.internal.invokedynamic.InvokeDynamic
 
InvokeDynamicComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
InvokeDynamicComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
 
IO - Static variable in class com.aol.cyclops.react.collectors.lazy.MaxActive
 
Ior<ST,PT> - Interface in com.aol.cyclops.control
Inclusive Or (can be one of Primary, Secondary or Both Primary and Secondary) An Either or Union type, but right biased.
Ior.Both<ST,PT> - Class in com.aol.cyclops.control
 
Ior.Primary<ST,PT> - Class in com.aol.cyclops.control
 
Ior.Secondary<ST,PT> - Class in com.aol.cyclops.control
 
IorComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
IorComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
 
is(Matchable.MTuple1<Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue1
 
is(Matchable.MTuple2<Predicate<? super T1>, Predicate<? super T2>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue2
 
is(Matchable.MTuple3<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue3
 
is(Matchable.MTuple4<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue4
 
is(Matchable.MTuple5<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>, Predicate<? super T5>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue5
 
is(Matchable.MTuple1<Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValueOpt
 
is(Iterable<Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
is(Matchable.MTuple1<Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
is(Matchable.MTuple2<Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
is(Matchable.MTuple3<Predicate<? super T>, Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
is(Matchable.MTuple4<Predicate<? super T>, Predicate<? super T>, Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
is(Matchable.MTuple5<Predicate<? super T>, Predicate<? super T>, Predicate<? super T>, Predicate<? super T>, Predicate<? super T>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
is(V...) - Static method in class com.aol.cyclops.util.function.Predicates
 
isAsync() - Method in class com.aol.cyclops.control.LazyReact
 
isAsync() - Method in class com.aol.cyclops.control.SimpleReact
 
isAsync() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
isAsync() - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
isAsync() - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
isAsync() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
isAsync() - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
isBoth() - Method in class com.aol.cyclops.control.Ior.Both
 
isBoth() - Method in interface com.aol.cyclops.control.Ior
 
isBoth() - Method in class com.aol.cyclops.control.Ior.Primary
 
isBoth() - Method in class com.aol.cyclops.control.Ior.Secondary
 
isCurrentTaskComplete() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
 
isDataPresent() - Method in exception com.aol.cyclops.data.async.Queue.ClosedQueueException
 
isDisabled() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
isDisabled() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
isDisabled() - Method in interface com.aol.cyclops.control.FeatureToggle
 
isEfficientOps() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
isEmpty(Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue2
 
isEmpty(Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue3
 
isEmpty(Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue4
 
isEmpty(Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValue5
 
isEmpty(Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValueOpt
 
isEmpty(Supplier<? extends R>) - Method in class com.aol.cyclops.control.Matchable.CheckValues
 
isEmpty() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
isEmpty() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
isEmpty() - Method in interface com.aol.cyclops.internal.matcher2.Case
 
isEmpty() - Method in interface com.aol.cyclops.types.stream.ToStream
 
isEnabled() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
isEnabled() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
isEnabled() - Method in interface com.aol.cyclops.control.FeatureToggle
 
isFailed() - Method in class com.aol.cyclops.control.FutureW
 
isFailure() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
isFailure() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
isFailure() - Method in class com.aol.cyclops.control.Try.Failure
 
isFailure() - Method in interface com.aol.cyclops.control.Try
 
isFailure() - Method in class com.aol.cyclops.control.Try.Success
 
isFuturePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
isFuturePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
isGuard(V...) - Method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder
 
isHeadPresent() - Method in class com.aol.cyclops.types.stream.HeadAndTail
 
isLeapYear(int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
isListPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
isNotEmpty() - Method in interface com.aol.cyclops.internal.matcher2.Case
 
isOpen() - Method in class com.aol.cyclops.data.async.Queue
 
isOpen() - Method in class com.aol.cyclops.data.async.Queue.QueueReader
 
isParallel() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
isParallel() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
isParallel() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
isPaused() - Method in class com.aol.cyclops.internal.stream.IteratorHotStream
 
isPresent() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
isPresent() - Method in class com.aol.cyclops.control.FutureW
 
isPresent() - Method in interface com.aol.cyclops.control.Ior
 
isPresent() - Method in interface com.aol.cyclops.control.Maybe
 
isPresent() - Method in class com.aol.cyclops.control.Maybe.Just
 
isPresent() - Method in class com.aol.cyclops.control.Maybe.Lazy
 
isPresent() - Method in class com.aol.cyclops.control.Maybe.Nothing
 
isPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
isPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
isPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
isPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
isPresent() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
isPresent() - Method in class com.aol.cyclops.control.Try.Failure
 
isPresent() - Method in interface com.aol.cyclops.control.Try
 
isPresent() - Method in interface com.aol.cyclops.control.Xor
 
isPresent() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
isPresent() - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
 
isPresent() - Method in interface com.aol.cyclops.types.Convertable
 
isPrimary() - Method in class com.aol.cyclops.control.Ior.Both
 
isPrimary() - Method in interface com.aol.cyclops.control.Ior
 
isPrimary() - Method in class com.aol.cyclops.control.Ior.Primary
 
isPrimary() - Method in class com.aol.cyclops.control.Ior.Secondary
 
isPrimary() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
isPrimary() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
isPrimary() - Method in interface com.aol.cyclops.control.Xor
 
isPrimary() - Method in class com.aol.cyclops.control.Xor.Primary
 
isPrimary() - Method in class com.aol.cyclops.control.Xor.Secondary
 
isReverse() - Method in interface com.aol.cyclops.internal.stream.spliterators.ReversableSpliterator
 
isSatisfiedBy(Date) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Indicates whether the given date satisfies the cron expression.
isSecondary() - Method in class com.aol.cyclops.control.Ior.Both
 
isSecondary() - Method in interface com.aol.cyclops.control.Ior
 
isSecondary() - Method in class com.aol.cyclops.control.Ior.Primary
 
isSecondary() - Method in class com.aol.cyclops.control.Ior.Secondary
 
isSecondary() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
isSecondary() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
isSecondary() - Method in interface com.aol.cyclops.control.Xor
 
isSecondary() - Method in class com.aol.cyclops.control.Xor.Primary
 
isSecondary() - Method in class com.aol.cyclops.control.Xor.Secondary
 
isSeqPresent() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
isSeqPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
isSeqPresent() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
isSequential() - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
isSequential() - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
isSequential() - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
isSet() - Method in class com.aol.cyclops.data.LazyImmutable
 
isSetPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
isStreamablePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
isStreamComplete() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
 
isStreamPresent() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
isSuccess() - Method in class com.aol.cyclops.control.FutureW
 
isSuccess() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
isSuccess() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
isSuccess() - Method in class com.aol.cyclops.control.Try.Failure
 
isSuccess() - Method in interface com.aol.cyclops.control.Try
 
isSuccess() - Method in class com.aol.cyclops.control.Try.Success
 
isUseCommon() - Static method in class com.aol.cyclops.react.ThreadPools
 
isValid(Predicate<? super T>, E, R) - Method in class com.aol.cyclops.control.Validator
Add another validation to this cumulative validator
isValidExpression(String) - Static method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
isValuePresent() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
isValuePresent() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
isWhere(Predicate<V>...) - Method in class com.aol.cyclops.internal.matcher2.ADTPredicateBuilder.InternalADTPredicateBuilder
 
isWhere(Predicate<V>...) - Static method in class com.aol.cyclops.util.function.Predicates
 
iterable(Iterable<T1>) - Static method in class com.aol.cyclops.control.For
Add a Iterable as next nested level in the comprehension
iterable(Iterable<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
Add a Iterable as next nested level in the comprehension
iterable(Function<? super T1, Iterable<T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
iterable(Function<? super T1, Function<? super T2, Iterable<T3>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
iterable(Function<? super T1, Function<? super T2, Function<? super T3, Iterable<T4>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
iterable(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Iterable<T5>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
iterable(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Iterable<T6>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
iterable(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Iterable<T7>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
iterable(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, Iterable<T8>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
iterable(Iterable<T>) - Static method in class com.aol.cyclops.Matchables
 
IterableFilterable<T> - Interface in com.aol.cyclops.types
An interface that represents a non-scalar Filterable
IterableFoldable<T> - Interface in com.aol.cyclops.types
A non-scalar Foldable type
IterableFunctor<T> - Interface in com.aol.cyclops.types
An interface that represents a type that is both Iterable and a Functor
iterablePresent() - Static method in class com.aol.cyclops.util.function.Predicates
 
iterate(T1, T2, Function<R, Tuple2<T1, T2>>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Generate an infinite Stream from the provided seed values and mapping function.
iterate(T, Function<R, T>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Generate an infinite Stream that iterates from the specified seed using the currently wrapped function e.g.
iterate(T1, T2, T3, Function<R, Tuple3<T1, T2, T3>>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Generate an infinite Stream from the provided seed values and mapping function.
iterate(U, UnaryOperator<U>) - Method in class com.aol.cyclops.control.LazyReact
Iterate infinitely using the supplied seed and function Iteration is synchronized to support multiple threads using the same iterator.
iterate(T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
 
iterate(T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.control.Streamable
 
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Create a PBagX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Create a POrderedSetX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Create a PQueueX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Create a PSetX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Create a PStackX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Create a PVectorX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Create a DequeX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Create a ListX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Create a QueueX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Create a SetX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(long, T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Create a SortedSetX by iterative application of a function to an initial element up to the supplied limit number of times
iterate(T, UnaryOperator<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
iterate(UnaryOperator<T>) - Method in interface com.aol.cyclops.types.Value
Use the value stored in this Value to seed a Stream generated from the provided function
iterator() - Method in interface com.aol.cyclops.control.FeatureToggle
 
iterator() - Method in class com.aol.cyclops.control.FutureW
 
iterator() - Method in class com.aol.cyclops.control.Ior.Both
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MatchableOptional
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MTuple1
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.MXor
 
iterator() - Method in interface com.aol.cyclops.control.Matchable.ValueAndOptionalMatcher
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
iterator() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
iterator() - Method in interface com.aol.cyclops.control.Streamable
 
iterator() - Method in class com.aol.cyclops.control.Streamable.PrintableIterable
 
iterator() - Method in interface com.aol.cyclops.control.Trampoline
 
iterator() - Method in interface com.aol.cyclops.control.Try
 
iterator() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
iterator() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
iterator() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
iterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
iterator() - Method in class com.aol.cyclops.data.LazyImmutable
 
iterator() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
iterator() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
iterator() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
iterator() - Method in interface com.aol.cyclops.types.Convertable
 
iterator() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
iterator() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
iterator() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
iterator() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
iterator() - Method in interface com.aol.cyclops.types.stream.ToStream
 
iterator() - Method in interface com.aol.cyclops.types.Value
 
iterator() - Method in class com.aol.cyclops.types.Value.ValueImpl
 
IteratorHotStream<T> - Class in com.aol.cyclops.internal.stream
 
IteratorHotStream() - Constructor for class com.aol.cyclops.internal.stream.IteratorHotStream
 

J

jdkStream() - Method in class com.aol.cyclops.data.async.Queue
Return a standard (unextended) JDK Stream connected to this Queue To disconnect cleanly close the queue
jdkStream() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
jdkStream() - Method in interface com.aol.cyclops.types.stream.ToStream
 
jitter(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
Introduce a random jitter / time delay between the emission of elements
jitter(long) - Method in interface com.aol.cyclops.control.Streamable
Introduce a random jitter / time delay between the emission of elements
jitter(Stream<T>, long) - Static method in class com.aol.cyclops.control.StreamUtils
Introduce a random jitter / time delay between the emission of elements
jitter(long) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
jitter(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Introduce a random delay between events in a stream Can be used to prevent behaviour synchronizing within a system
join() - Method in interface com.aol.cyclops.control.ReactiveSeq
assertEquals("123".length(),ReactiveSeq.of(1, 2, 3).join().length());
join(String) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertEquals("1, 2, 3".length(), ReactiveSeq.of(1, 2, 3).join(", ").length());
join(String, String, String) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertEquals("^1|2|3$".length(), of(1, 2, 3).join("|", "^", "$").length());
join() - Method in interface com.aol.cyclops.control.Streamable
assertEquals("123".length(),Streamable.of(1, 2, 3).join().length());
join(String) - Method in interface com.aol.cyclops.control.Streamable
assertEquals("1, 2, 3".length(), Streamable.of(1, 2, 3).join(", ").length());
join(String, String, String) - Method in interface com.aol.cyclops.control.Streamable
assertEquals("^1|2|3$".length(), of(1, 2, 3).join("|", "^", "$").length());
join(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
join(Stream<T>, String) - Static method in class com.aol.cyclops.control.StreamUtils
 
join(Stream<T>, String, String, String) - Static method in class com.aol.cyclops.control.StreamUtils
 
join() - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
Join which can be called exactly once!
join() - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
join(String) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
join(String, String, String) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
join(CharSequence) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
join() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asynchronous join operation
join(CharSequence, CharSequence, CharSequence) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asynchronous join operation
join() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
join(String) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
join(String, String, String) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
join() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertEquals("123".length(),ReactiveSeq.of(1, 2, 3).join().length());
join(String) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertEquals("1, 2, 3".length(), ReactiveSeq.of(1, 2, 3).join(", ").length());
join(String, String, String) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertEquals("^1|2|3$".length(), of(1, 2, 3).join("|", "^", "$").length());
join() - Method in interface com.aol.cyclops.types.Foldable
assertEquals("123".length(),ReactiveSeq.of(1, 2, 3).join().length());
join(String) - Method in interface com.aol.cyclops.types.Foldable
assertEquals("1, 2, 3".length(), ReactiveSeq.of(1, 2, 3).join(", ").length());
join(String, String, String) - Method in interface com.aol.cyclops.types.Foldable
assertEquals("^1|2|3$".length(), of(1, 2, 3).join("|", "^", "$").length());
join(SimpleReactStream<BaseSimpleReactStream<U>>) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
flatten nested SimpleReactStreams
join(CharSequence) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
 
join() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous join operation
join(CharSequence, CharSequence, CharSequence) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous join operation
join(CharSequence) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
join() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy join operation
join(CharSequence, CharSequence, CharSequence) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy join operation
join(CharSequence) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
join() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous join operation
join(CharSequence, CharSequence, CharSequence) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous join operation
JoolManipulation<T> - Interface in com.aol.cyclops.types.stream
 
JoolWindowing<T> - Interface in com.aol.cyclops.types.stream
 
just(T) - Static method in interface com.aol.cyclops.control.Maybe
 
Just() - Constructor for class com.aol.cyclops.control.Maybe.Just
 

K

keysAndValues(Map<K, V>) - Static method in class com.aol.cyclops.Matchables
 
keySet() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
keySet() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 

L

l1(Function<T1, R>) - Static method in class com.aol.cyclops.util.function.Lambda
e.g.
l2(Function<T1, Function<T2, R>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 2 e.g.
l3(Function<T1, Function<T2, Function<T3, R>>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 3 e.g.
l4(Function<T1, Function<T2, Function<T3, Function<T4, R>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 4 e.g.
l5(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, R>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 5 e.g.
l6(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, R>>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 6 e.g.
l7(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, Function<T7, R>>>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 7 e.g.
l8(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, Function<T7, Function<T8, R>>>>>>>>) - Static method in class com.aol.cyclops.util.function.Lambda
Create a curried function with arity of 8 e.g.
Lambda - Class in com.aol.cyclops.util.function
Lambda type inferencing helper / curried function creation helper
Lambda() - Constructor for class com.aol.cyclops.util.function.Lambda
 
last() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
lastActiveArray(EagerStreamWrapper) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
lastdayOffset - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
lastdayOfMonth - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
lastdayOfWeek - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
lastIndexOf(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
lastPresentMaybe() - Static method in interface com.aol.cyclops.Semigroups
 
lastPresentOptional() - Static method in interface com.aol.cyclops.Semigroups
 
lastValue() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
lastValue() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
 
lastValue() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
lastValue() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
later(Supplier<T>) - Static method in interface com.aol.cyclops.control.Eval
Lazily create an Eval from the specified Supplier.
Lazy() - Constructor for class com.aol.cyclops.control.Maybe.Lazy
 
LazyCollectable<T> - Interface in com.aol.cyclops.types.stream.lazy
 
LazyFluentCollection<T,C extends java.util.Collection<T>> - Interface in com.aol.cyclops.data.collections.extensions
 
LazyFutureStream<U> - Interface in com.aol.cyclops.types.futurestream
Lazy Stream Factory methods
lazyFutureStream(CompletableFuture<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked , in which it will switch to the common 'free' thread executor) Subsequent tasks will be executed synchronously unless the async() operator is invoked.
lazyFutureStream(CompletableFuture<T>...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a 'free threaded' asynchronous stream that runs on a single thread (not current) The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
lazyFutureStream(Stream<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Wrap a Stream into a FutureStream that runs on the current thread
lazyFutureStream(Iterator<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Wrap an Iterator into a FutureStream that runs on the current thread
lazyFutureStreamFrom(Stream<CompletableFuture<T>>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked , in which it will switch to the common 'free' thread executor) Subsequent tasks will be executed synchronously unless the async() operator is invoked.
lazyFutureStreamFromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Wrap an Iterable into a FutureStream that runs on the current thread
LazyFutureStreamFunctions - Class in com.aol.cyclops.types.futurestream
 
LazyFutureStreamFunctions() - Constructor for class com.aol.cyclops.types.futurestream.LazyFutureStreamFunctions
 
LazyFutureStreamFutureOpterationsImpl<T> - Class in com.aol.cyclops.internal.stream
 
LazyFutureStreamFutureOpterationsImpl(Executor, LazyFutureStream<T>) - Constructor for class com.aol.cyclops.internal.stream.LazyFutureStreamFutureOpterationsImpl
 
LazyFutureStreamImpl<U> - Class in com.aol.cyclops.internal.react
 
LazyFutureStreamImpl(LazyReact, Stream<U>) - Constructor for class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
LazyFutureStreamUtils - Class in com.aol.cyclops.internal.react.stream.traits.future.operators
 
LazyFutureStreamUtils() - Constructor for class com.aol.cyclops.internal.react.stream.traits.future.operators.LazyFutureStreamUtils
 
LazyImmutable<T> - Class in com.aol.cyclops.data
A class that represents an 'immutable' value that is generated inside a lambda expression, but is accessible outside it It will only allow it's value to be set once.
LazyImmutable() - Constructor for class com.aol.cyclops.data.LazyImmutable
 
lazyOperations() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
LazyOperations<T> - Class in com.aol.cyclops.types.stream.lazy
 
LazyOperations() - Constructor for class com.aol.cyclops.types.stream.lazy.LazyOperations
 
lazyOperations() - Method in interface com.aol.cyclops.types.Traversable
Access a set of Lazy terminal operations (each returns an Eval)
LazyReact - Class in com.aol.cyclops.control
Builder class for LazyFutureStreams react methods - submit Suppliers to task executor of methods - build Streams directly from data
LazyReact() - Constructor for class com.aol.cyclops.control.LazyReact
Construct a LazyReact builder using standard thread pool.
LazyReact(Executor) - Constructor for class com.aol.cyclops.control.LazyReact
Construct a LazyReact builder with provided Executor
LazyReact(int, Executor) - Constructor for class com.aol.cyclops.control.LazyReact
 
LazyReact(int, int) - Constructor for class com.aol.cyclops.control.LazyReact
LazyReact builder with a new TaskExecutor with threads determined by threadPoolSize Max concurrent tasks is determined by concurrency
LazyReact(Executor, RetryExecutor, Boolean, MaxActive, boolean, boolean, boolean, boolean, Cacheable) - Constructor for class com.aol.cyclops.control.LazyReact
 
LazyReact(Executor, AsyncRetryExecutor, boolean, MaxActive) - Constructor for class com.aol.cyclops.control.LazyReact
 
lazyReact - Static variable in class com.aol.cyclops.react.threads.ParallelElasticPools
 
lazyReact - Static variable in class com.aol.cyclops.react.threads.SequentialElasticPools
 
LazyResultConsumer<T> - Interface in com.aol.cyclops.react.collectors.lazy
Interface that defines the rules for Collecting results from Infinite SimpleReact Streams
LazySimpleReactStream<U> - Interface in com.aol.cyclops.types.futurestream
 
LazyStream<U> - Interface in com.aol.cyclops.types.futurestream
 
LazyStreamWrapper<U> - Class in com.aol.cyclops.internal.react.stream
 
LazyStreamWrapper(Stream, LazyReact) - Constructor for class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
LazyToQueue<U> - Interface in com.aol.cyclops.types.futurestream
 
leftOuterJoin(Stream<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
leftOuterJoin(Seq<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
leftOuterJoin(Iterable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
leftOuterJoin(Streamable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
leftOuterJoin(Streamable<U>, BiPredicate<T, U>) - Method in interface com.aol.cyclops.control.Streamable
 
leftOuterJoin(Stream<? extends T>, BiPredicate<? super U, ? super T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Left outer join 2 streams into one.
lessThan(T1) - Static method in class com.aol.cyclops.util.function.Predicates
 
lessThanOrEquals(T1) - Static method in class com.aol.cyclops.util.function.Predicates
 
lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
lift() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
Lift a function into one that accepts and returns an CompletableFutureT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
Lift a function into one that accepts and returns an CompletableFutureT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
Lift a function into one that accepts and returns an ListT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<U, R>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Lift a function into one that accepts and returns an OptionalT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Lift a function into one that accepts and returns an CompletableFutureT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Lift a function into one that accepts and returns an FutureWT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Lift a function into one that accepts and returns an ListT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<U, R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Lift a function into one that accepts and returns an OptionalT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Lift a function into one that accepts and returns an SetT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Lift a function into one that accepts and returns an StreamableT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Lift a function into one that accepts and returns an StreamT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Lift a function into one that accepts and returns an TryT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Lift a function into one that accepts and returns an XorT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
Lift a function into one that accepts and returns an SetT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Lift a function into one that accepts and returns an StreamableT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
Lift a function into one that accepts and returns an StreamT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
Lift a function into one that accepts and returns an TryT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Lift a function into one that accepts and returns an CompletableFutureT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Lift a function into one that accepts and returns an CompletableFutureT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Lift a function into one that accepts and returns an ListT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<U, R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Lift a function into one that accepts and returns an OptionalT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Lift a function into one that accepts and returns an MaybeT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Lift a function into one that accepts and returns an SetT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Lift a function into one that accepts and returns an StreamableT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Lift a function into one that accepts and returns an StreamT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Lift a function into one that accepts and returns an TryT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Lift a function into one that accepts and returns an XorT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
Lift a function into one that accepts and returns an XorT This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
Lift a BiFunction into one that accepts and returns CompletableFutureTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
Lift a BiFunction into one that accepts and returns CompletableFutureTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
Lift a BiFunction into one that accepts and returns ListTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Lift a BiFunction into one that accepts and returns OptionalTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Lift a BiFunction into one that accepts and returns CompletableFutureTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Lift a BiFunction into one that accepts and returns FutureWTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Lift a BiFunction into one that accepts and returns ListTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Lift a BiFunction into one that accepts and returns OptionalTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Lift a BiFunction into one that accepts and returns SetTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Lift a BiFunction into one that accepts and returns StreamableTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Lift a BiFunction into one that accepts and returns TryTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Lift a BiFunction into one that accepts and returns XorTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
Lift a BiFunction into one that accepts and returns SetTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Lift a BiFunction into one that accepts and returns StreamableTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
Lift a BiFunction into one that accepts and returns TryTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Lift a BiFunction into one that accepts and returns CompletableFutureTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Lift a BiFunction into one that accepts and returns CompletableFutureTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Lift a BiFunction into one that accepts and returns ListTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Lift a BiFunction into one that accepts and returns OptionalTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Lift a BiFunction into one that accepts and returns MaybeTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Lift a BiFunction into one that accepts and returns SetTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Lift a BiFunction into one that accepts and returns StreamableTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Lift a BiFunction into one that accepts and returns TryTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Lift a BiFunction into one that accepts and returns XorTs This allows multiple monad types to add functionality to existing functions and methods e.g.
lift2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
Lift a BiFunction into one that accepts and returns XorTs This allows multiple monad types to add functionality to existing functions and methods e.g.
liftAndBind(Function<? super T, ?>) - Method in interface com.aol.cyclops.internal.Monad
Perform a bind operation (@see #bind) but also lift the return value into a Monad using configured MonadicConverters
liftAndFlatMap(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
A flatMap function that allows flatMapping to a different Monad type will attempt to lift any non-Monadic values returned into a Monadic form
liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
liftAsync(Executor) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Convert this TriFunction into one that executes asynchronously and returns a CompleteableFuture with the result
liftM(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a function so it accepts an AnyM and returns an AnyM (any monad)
liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
liftM() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
liftM(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a function so it accepts an AnyM and returns an AnyM (any monad) AnyM view simplifies type related challenges.
liftM(Function<? super U, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a function so it accepts an AnyM and returns an AnyM (any monad) AnyM view simplifies type related challenges.
liftM2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a function so it accepts an AnyM wrapped Monad and returns an AnyMwrapped Monad.
liftM2(Function<U1, Function<U2, R>>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a Curried Function into Monadic form
liftM2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a function so it accepts a Monad and returns a Monad (simplex view of a wrapped Monad) AnyM view simplifies type related challenges.
liftM2(Function<U1, Function<U2, R>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a Curried Function into Monadic form
liftM2(BiFunction<? super U1, ? super U2, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a function so it accepts a Monad and returns a Monad (simplex view of a wrapped Monad) AnyM view simplifies type related challenges.
liftM2(Function<U1, Function<U2, R>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a Curried Function into Monadic form
liftM3(TriFunction<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a TriFunction into Monadic form.
liftM3(Function<? super U1, Function<? super U2, Function<? super U3, ? extends R>>>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a Curried Function into Monadic form
liftM3(Function3<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a jOOλ Function3 into Monadic form.
liftM3(Function<? super U1, Function<? super U2, Function<? super U3, ? extends R>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a Curried Function into Monadic form
liftM3(Function3<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a jOOλ Function3 into Monadic form.
liftM3(Function<? super U1, Function<? super U2, Function<? super U3, ? extends R>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a Curried Function into Monadic form
liftM3Cyclops(TriFunction<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a TriFunction into Monadic form.
liftM3Cyclops(TriFunction<? super U1, ? super U2, ? super U3, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a TriFunction into Monadic form.
liftM4(QuadFunction<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a QuadFunction into Monadic form.
liftM4(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, ? extends R>>>>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a Curried Function into Monadic form
liftM4(Function4<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a jOOλ Function4 into Monadic form.
liftM4(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, ? extends R>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a Curried Function into Monadic form
liftM4(Function4<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a jOOλ Function4 into Monadic form.
liftM4(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, ? extends R>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a Curried Function into Monadic form
liftM4Cyclops(QuadFunction<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a QuadFunction into Monadic form.
liftM4Cyclops(QuadFunction<? super U1, ? super U2, ? super U3, ? super U4, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a QuadFunction into Monadic form.
liftM5(QuintFunction<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a QuintFunction (5 parameters) into Monadic form
liftM5(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, Function<? super U5, ? extends R>>>>>) - Static method in interface com.aol.cyclops.control.AnyM
Lift a Curried Function (5 levels a->b->c->d->e->fn.apply(a,b,c,d,e) ) into Monadic form
liftM5(Function5<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a jOOλ Function5 (5 parameters) into Monadic form
liftM5(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, Function<? super U5, ? extends R>>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a Curried Function (5 levels a->b->c->d->e->fn.apply(a,b,c,d,e) ) into Monadic form
liftM5(Function5<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a jOOλ Function5 (5 parameters) into Monadic form
liftM5(Function<? super U1, Function<? super U2, Function<? super U3, Function<? super U4, Function<? super U5, ? extends R>>>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a Curried Function (5 levels a->b->c->d->e->fn.apply(a,b,c,d,e) ) into Monadic form
liftM5Cyclops(QuintFunction<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Lift a QuintFunction (5 parameters) into Monadic form
liftM5Cyclops(QuintFunction<? super U1, ? super U2, ? super U3, ? super U4, ? super U5, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Lift a QuintFunction (5 parameters) into Monadic form
liftObject(Comprehender, Object) - Static method in interface com.aol.cyclops.types.extensability.Comprehender
 
liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
liftTry(Class<X>...) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
limit(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
limit(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
limit(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertThat(ReactiveSeq.of(4,3,6,7).limit(2).toList(),equalTo(Arrays.asList(4,3));
limit(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
Return all elements until specified time period has elapsed
limit(long) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).limit(2).toList(),equalTo(Arrays.asList(4,3));
limit(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
Return all elements until specified time period has elapsed
limit(Stream<U>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
limit(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
limit(long) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
limit(long) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
limit(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
limit(long) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
limit(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
limit(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
limit(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
assertThat(of(1,2,3,4,5).actOnFutures().limit(2).collect(Collectors.toList()).size(),is(2));
limit(long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Perform a limit operation on the underlying Stream of Futures In contrast to EagerFutureStream#limit this removes entries basaed on their start position
limit(long) - Method in interface com.aol.cyclops.types.Traversable
assertThat(ReactiveSeq.of(4,3,6,7).limit(2).toList(),equalTo(Arrays.asList(4,3));
limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
limitLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
limitLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
limitLast(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Limit results to the last x elements in a ReactiveSeq
limitLast(int) - Method in interface com.aol.cyclops.control.Streamable
Limit results to the last x elements in a Streamable
limitLast(Stream<U>, int) - Static method in class com.aol.cyclops.control.StreamUtils
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
limitLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
limitLast() - Method in class com.aol.cyclops.internal.stream.operators.LimitLastOperator
 
limitLast(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
limitLast(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
limitLast(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
limitLast(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Limit results to the last x elements in a SequenceM
limitLast(int) - Method in interface com.aol.cyclops.types.Traversable
Limit results to the last x elements in a SequenceM
LimitLastOperator<T> - Class in com.aol.cyclops.internal.stream.operators
 
LimitLastOperator(Stream<T>, int) - Constructor for class com.aol.cyclops.internal.stream.operators.LimitLastOperator
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
limitUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
limitUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Take elements from the Stream until the predicate returns true, after which all elements are excluded.
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).limitUntil(i->i==6).toList(),equalTo(Arrays.asList(4,3)));
limitUntil(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
Take elements from a Stream until the predicate holds
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
limitUntil(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
limitUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Returns a stream limited to all elements for which a predicate evaluates to false.
limitUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Take elements from the Stream until the predicate returns true, after which all elements are excluded.
limitUntilClosed(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
limitWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
limitWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Take elements from the Stream while the predicate holds, once the predicate returns false all subsequent elements are excluded
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).sorted().limitWhile(i->i<6).toList(),equalTo(Arrays.asList(3,4)));
limitWhile(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
Take elements from a stream while the predicates hold
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
limitWhile(Predicate<? super U>) - Method in class com.aol.cyclops.internal.stream.operators.LimitWhileOperator
 
limitWhile(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.operators.LimitWhileTimeOperator
 
limitWhile(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
limitWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Returns a stream limited to all elements for which a predicate evaluates to true.
limitWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Take elements from the Stream while the predicate holds, once the predicate returns false all subsequent elements are excluded
LimitWhileOperator<U> - Class in com.aol.cyclops.internal.stream.operators
 
LimitWhileOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.LimitWhileOperator
 
LimitWhileTimeOperator<U> - Class in com.aol.cyclops.internal.stream.operators
 
LimitWhileTimeOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.LimitWhileTimeOperator
 
lines(BufferedReader) - Static method in class com.aol.cyclops.Matchables
 
lines(URL) - Static method in class com.aol.cyclops.Matchables
 
lines(File) - Static method in class com.aol.cyclops.Matchables
Pattern match on the contents of a File
list() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
list() - Method in interface com.aol.cyclops.control.Xor
 
list() - Method in class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
ListComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
ListComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
listFromCompletableFuture(Iterable<CompletableFuture<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing CompletableFutures and convert them into a List of AnyMs e.g.
listFromEval(Iterable<Eval<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Evals and convert them into a List of AnyMs e.g.
listFromFutureW(Iterable<FutureW<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing FutureW and convert them into a List of AnyMs e.g.
listFromIor(Iterable<Ior<ST, T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Iors and convert them into a List of AnyMs e.g.
listFromIterable(Iterable<Iterable<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Streamables and convert them into a List of AnyMs e.g.
listFromIterator(Iterable<Iterator<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Streamables and convert them into a List of AnyMs e.g.
listFromMaybe(Iterable<Maybe<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Maybes and convert them into a List of AnyMs e.g.
listFromOptional(Iterable<Optional<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Optionals and convert them into a List of AnyMs e.g.
listFromStream(Iterable<Stream<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Streams and convert them into a List of AnyMs e.g.
listFromStreamable(Iterable<Streamable<T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Streamables and convert them into a List of AnyMs e.g.
listFromXor(Iterable<Xor<ST, T>>) - Static method in interface com.aol.cyclops.control.AnyM
Take an iterable containing Xors and convert them into a List of AnyMs e.g.
listIterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
listIterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
listIterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
listIterator(int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
listOfValues(T...) - Static method in class com.aol.cyclops.Matchables
Create a matchable that matches on the provided Objects
ListT<T> - Interface in com.aol.cyclops.control.monads.transformers
Monad Transformer for Java Lists ListT consists of an AnyM instance that in turns wraps anoter Monad type that contains an List ListT allows the deeply wrapped List to be manipulating within it's nested /contained context
listT(ListT<T>) - Static method in class com.aol.cyclops.Matchables
 
listT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
ListTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad Transformer for Java Lists nested within Sequential or non-scalar data types (e.g.
ListTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
ListTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
ListTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Java Lists nested within Scalar data types (e.g.
ListTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
ListTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
ListX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
An eXtended List type, that offers additional eagerly executed functional style operators such as bimap, filter and more
listXCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
listXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
ListXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
 
ListXImpl(List<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
ListXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
localDateDDMMYYYY(LocalDate) - Static method in class com.aol.cyclops.Matchables
 
localDateMMDDYYYY(LocalDate) - Static method in class com.aol.cyclops.Matchables
 
localTimeHMS(LocalTime) - Static method in class com.aol.cyclops.Matchables
 
log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
A BiFunction that logs it's success or error states to the provided Consumers
log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
A Function that logs it's success or error states to the provided Consumers
log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
A supplier that logs it's success or error states to the provided Consumers
log(Consumer<String>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
A TriFunction that logs it's success or error states to the provided Consumers
longCount - Static variable in interface com.aol.cyclops.Semigroups
Combine two Longs by adding one to a (can be used to count Integers in a Collection or Stream)
longMax - Static variable in interface com.aol.cyclops.Semigroups
Combine two Longs by selecting the max
longMin - Static variable in interface com.aol.cyclops.Semigroups
Combine two Longs by selecting the min
longMult - Static variable in interface com.aol.cyclops.Semigroups
Combine two Longs by multiplying them
LongOperators<T> - Interface in com.aol.cyclops.types.stream.future
 
LongOperators<T> - Interface in com.aol.cyclops.types.stream.lazy
 
LongOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.future
 
LongOperatorsMixin<T> - Interface in com.aol.cyclops.types.stream.lazy
 
LongStreamToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
LongStreamToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.LongStreamToStreamConverter
 
longSum - Static variable in interface com.aol.cyclops.Semigroups
Combine two Longs by summing them

M

map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.AnyM
Perform a map operation on the wrapped monad instance e.g.
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Eval.Module.Always
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Eval.Module.Later
 
map(Function<? super F, ? extends X>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
map(Function<? super R, ? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
map(Function<? super T, R>, Function<Throwable, R>) - Method in class com.aol.cyclops.control.FutureW
Map this FutureW differently depending on whether the previous stage completed successfully or failed
map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
 
map(Function<? super PT, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
 
map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Maybe.Just
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
map(Function<? super A, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
Map the wrapped CompletableFuture
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
Map the wrapped Maybe
map(Function<? super A, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
Map the wrapped CompletableFuture
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
Map the wrapped List
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Map the wrapped Maybe
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Map the wrapped Optional
map(Function<? super R, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Map the wrapped CompletableFuture
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Map the wrapped Maybe
map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Map the wrapped FutureW
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Map the wrapped List
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Map the wrapped Maybe
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Map the wrapped Optional
map(Function<? super R, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Map the wrapped Maybe
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Map the wrapped Set
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Map the wrapped Streamable
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Map the wrapped Stream
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Map the wrapped Try
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Map the wrapped Xor
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
Map the wrapped Set
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Map the wrapped Streamable
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
Map the wrapped Stream
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
Map the wrapped Try
map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Map the wrapped CompletableFuture
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Map the wrapped Maybe
map(Function<? super A, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Map the wrapped CompletableFuture
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Map the wrapped List
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Map the wrapped Maybe
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Map the wrapped Optional
map(Function<? super R, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Map the wrapped Maybe
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Map the wrapped Set
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Map the wrapped Streamable
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Map the wrapped Stream
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Map the wrapped Try
map(Function<? super T, ? extends B>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Map the wrapped Xor
map(Function<? super T, ? extends B>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
Map the wrapped Xor
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
map(Function<? super R, ? extends R1>) - Method in interface com.aol.cyclops.control.Reader
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Streamable
Map the values in the Streamable from one set of values / types to another
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Try.Failure
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.Try
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.control.Try.Success
 
map(Function<? super PT, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
 
map(Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
map(Function<? super V, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
map(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
map(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
map(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
map(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
map(Function<? super V, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
map(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
map(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
map(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
map(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.data.LazyImmutable
Map the value stored in this Immutable Closed Value from one Value to another If this is an unitiatilised ImmutableClosedValue, an uninitialised closed value will be returned instead
map(CompletableFuture, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
 
map(Eval, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
 
map(FeatureToggle, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
 
map(FutureW, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
 
map(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
 
map(Ior, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
 
map(List, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
map(Maybe, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
 
map(Optional, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
 
map(Reader, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
 
map(Set, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
map(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
map(Object, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
map(Stream, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
map(CompletableFutureTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
map(EvalTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
map(FutureWTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
map(ListTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
map(MaybeTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
map(OptionalTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
map(CompletableFutureTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
map(EvalTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
map(FutureWTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
map(ListTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
map(MaybeTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
map(OptionalTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
map(SetTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
map(StreamableTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
map(StreamTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
map(TryTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
map(XorTSeq, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
map(SetTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
map(StreamableTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
map(StreamTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
map(TryTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
map(XorTValue, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
map(Try, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
 
map(Xor, Function) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.internal.Monad
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
map(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
map(Function<? super Function<? super T, Function<? super T2, ? extends R>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative2
 
map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative3
 
map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative4
 
map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.Applicative5
 
map(Function<? super Function<? super T, ? extends R>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.EagerApplicative
 
map(Function<? super Function<? super T, ? extends R>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative
 
map(Function<? super Function<? super T, Function<? super T2, ? extends R>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative2
 
map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, ? extends R>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative3
 
map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative4
 
map(Function<? super Function<? super T, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>, ? extends U>) - Method in interface com.aol.cyclops.types.applicative.zipping.ZippingApplicative5
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.ConvertableFunctor
 
map(T, Function) - Method in interface com.aol.cyclops.types.extensability.Comprehender
Wrapper around map
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.FilterableFunctor
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.Functor
Transform this functor using the supplied transformation function
map(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.IterableFunctor
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue
 
map(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue1
 
map(Function<? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.MonadicValue2
 
mapBoth(Function<? super ST, ? extends R1>, Function<? super PT, ? extends R2>) - Method in interface com.aol.cyclops.control.Xor
 
mapInput(Function<T1, T>) - Method in class com.aol.cyclops.data.Mutable
 
mapInput(DoubleUnaryOperator) - Method in class com.aol.cyclops.data.MutableDouble
Use the supplied function to perform a lazy map operation when get is called
mapInput(IntUnaryOperator) - Method in class com.aol.cyclops.data.MutableInt
Use the supplied function to perform a lazy map operation when get is called
mapInput(LongUnaryOperator) - Method in class com.aol.cyclops.data.MutableLong
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Boolean>) - Method in class com.aol.cyclops.data.MutableBoolean
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Byte>) - Method in class com.aol.cyclops.data.MutableByte
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Character>) - Method in class com.aol.cyclops.data.MutableChar
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Double>) - Method in class com.aol.cyclops.data.MutableDouble
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Float>) - Method in class com.aol.cyclops.data.MutableFloat
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Integer>) - Method in class com.aol.cyclops.data.MutableInt
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Long>) - Method in class com.aol.cyclops.data.MutableLong
Use the supplied function to perform a lazy map operation when get is called
mapInputToObj(Function<T1, Short>) - Method in class com.aol.cyclops.data.MutableShort
Use the supplied function to perform a lazy map operation when get is called
mapInternal(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
mapOutput(Function<T, R>) - Method in class com.aol.cyclops.data.Mutable
 
mapOutput(DoubleUnaryOperator) - Method in class com.aol.cyclops.data.MutableDouble
Use the supplied function to perform a lazy map operation when get is called
mapOutput(IntUnaryOperator) - Method in class com.aol.cyclops.data.MutableInt
Use the supplied function to perform a lazy map operation when get is called
mapOutput(LongUnaryOperator) - Method in class com.aol.cyclops.data.MutableLong
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Boolean, R>) - Method in class com.aol.cyclops.data.MutableBoolean
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Byte, R>) - Method in class com.aol.cyclops.data.MutableByte
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Character, R>) - Method in class com.aol.cyclops.data.MutableChar
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Double, R>) - Method in class com.aol.cyclops.data.MutableDouble
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Float, R>) - Method in class com.aol.cyclops.data.MutableFloat
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Integer, R>) - Method in class com.aol.cyclops.data.MutableInt
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Long, R>) - Method in class com.aol.cyclops.data.MutableLong
Use the supplied function to perform a lazy map operation when get is called
mapOutputToObj(Function<Short, R>) - Method in class com.aol.cyclops.data.MutableShort
Use the supplied function to perform a lazy map operation when get is called
Mappable - Interface in com.aol.cyclops.types.mixins
Interface that represents an Object that can be converted to a map
mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Attempt to map this Sequence to the same type as the supplied Monoid (Reducer) Then use Monoid to reduce values
mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function Then use Monoid to reduce values
mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.control.Streamable
Attempt to map this Sequence to the same type as the supplied Monoid (Reducer) Then use Monoid to reduce values
mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.control.Streamable
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function Then use Monoid to reduce values
mapReduce(Stream<T>, Reducer<R>) - Static method in class com.aol.cyclops.control.StreamUtils
Attempt to map this Monad to the same type as the supplied Monoid (using mapToType on the monoid interface) Then use Monoid to reduce values
mapReduce(Stream<T>, Function<? super T, ? extends R>, Monoid<R>) - Static method in class com.aol.cyclops.control.StreamUtils
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function Then use Monoid to reduce values
mapReduce(Reducer<R>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
mapReduce(Function<? super U, ? extends R>, Monoid<R>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
mapReduce(Reducer<R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
mapReduce(Stream) - Method in interface com.aol.cyclops.Reducer
Map a given Stream to required type (via mapToType method), then reduce using this monoid Example of multiple reduction using multiple Monoids and PowerTuples
mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Attempt to map this Sequence to the same type as the supplied Monoid (Reducer) Then use Monoid to reduce values
mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function Then use Monoid to reduce values
mapReduce(Reducer<R>) - Method in interface com.aol.cyclops.types.Foldable
Attempt to map this Sequence to the same type as the supplied Monoid (Reducer) Then use Monoid to reduce values
mapReduce(Function<? super T, ? extends R>, Monoid<R>) - Method in interface com.aol.cyclops.types.Foldable
Attempt to map this Monad to the same type as the supplied Monoid, using supplied function Then use Monoid to reduce values
mapReduce(Reducer<E>) - Method in interface com.aol.cyclops.types.Value
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
mapToDouble(ToDoubleFunction<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
mapToInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
mapToInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
mapToInt(ToIntFunction<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
mapToLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
mapToLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
mapToLong(ToLongFunction<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
mapToType(Stream) - Method in interface com.aol.cyclops.Reducer
 
MapX<K,V> - Interface in com.aol.cyclops.data.collections.extensions.standard
An eXtended Map type, that offers additional eagerly executed functional style operators such as bimap, filter and more
MapXImpl<K,V> - Class in com.aol.cyclops.data.collections.extensions.standard
 
MapXImpl(Map<K, V>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
MapXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
MapXs - Class in com.aol.cyclops.data.collections.extensions.standard
 
MapXs() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
MapXs.Builder<K,V> - Class in com.aol.cyclops.data.collections.extensions.standard
 
markComplete() - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
 
match(T) - Method in interface com.aol.cyclops.internal.matcher2.Case
Match against the supplied value.
match(Object...) - Method in class com.aol.cyclops.internal.matcher2.Cases
Aggregates supplied objects into a List for matching against
match(T) - Method in class com.aol.cyclops.internal.matcher2.Cases
 
match(T) - Method in class com.aol.cyclops.internal.matcher2.EmptyCase
 
match(Object...) - Method in class com.aol.cyclops.internal.matcher2.MatchingInstance
Aggregates supplied objects into a List for matching against
match(Object) - Method in class com.aol.cyclops.internal.matcher2.MatchingInstance
 
match(Object...) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
Aggregates supplied objects into a List for matching against
match(Object) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
 
match(T1) - Static method in class com.aol.cyclops.Matchables
Match on a single value
match2(T1, T2) - Static method in class com.aol.cyclops.Matchables
 
match3(T1, T2, T3) - Static method in class com.aol.cyclops.Matchables
 
match4(T1, T2, T3, T4) - Static method in class com.aol.cyclops.Matchables
 
matchable() - Method in interface com.aol.cyclops.control.AnyM
Allows structural matching on the value / seq nature of this AnyM.
Matchable<TYPE> - Interface in com.aol.cyclops.control
Matchable Gateway to the guard based pattern matching API.
matchable(T) - Static method in interface com.aol.cyclops.control.Matchable
Match on the supplied Object
matchable() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
matchable() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
matchable(Throwable) - Static method in exception com.aol.cyclops.react.SimpleReactFailedStageException
 
Matchable.AsMatchable - Class in com.aol.cyclops.control
 
Matchable.AsMatchable.CoercedMatchable<T> - Class in com.aol.cyclops.control
 
Matchable.AutoCloseableMatchableIterable<TYPE> - Class in com.aol.cyclops.control
 
Matchable.CheckValue1<T,R> - Class in com.aol.cyclops.control
 
Matchable.CheckValue2<T1,T2,R> - Class in com.aol.cyclops.control
 
Matchable.CheckValue3<T1,T2,T3,R> - Class in com.aol.cyclops.control
 
Matchable.CheckValue4<T1,T2,T3,T4,R> - Class in com.aol.cyclops.control
 
Matchable.CheckValue5<T1,T2,T3,T4,T5,R> - Class in com.aol.cyclops.control
 
Matchable.CheckValueOpt<T,R> - Class in com.aol.cyclops.control
 
Matchable.CheckValues<T,R> - Class in com.aol.cyclops.control
 
Matchable.MatchableIterable<TYPE> - Interface in com.aol.cyclops.control
 
Matchable.MatchableIterable.MIUtil - Interface in com.aol.cyclops.control
 
Matchable.MatchableObject<TYPE> - Interface in com.aol.cyclops.control
 
Matchable.MatchableOptional<T> - Interface in com.aol.cyclops.control
 
Matchable.MatchSelf<TYPE> - Interface in com.aol.cyclops.control
 
Matchable.MTuple1<T1> - Interface in com.aol.cyclops.control
 
Matchable.MTuple2<T1,T2> - Interface in com.aol.cyclops.control
 
Matchable.MTuple3<T1,T2,T3> - Interface in com.aol.cyclops.control
 
Matchable.MTuple4<T1,T2,T3,T4> - Interface in com.aol.cyclops.control
 
Matchable.MTuple5<T1,T2,T3,T4,T5> - Interface in com.aol.cyclops.control
 
Matchable.MXor<T1,T2> - Interface in com.aol.cyclops.control
 
Matchable.ValueAndOptionalMatcher<T> - Interface in com.aol.cyclops.control
 
MatchableCase<X> - Class in com.aol.cyclops.internal.matcher2
 
MatchableCase() - Constructor for class com.aol.cyclops.internal.matcher2.MatchableCase
 
Matchables - Class in com.aol.cyclops
This class contains static methods for Structural Pattern matching
Matchables() - Constructor for class com.aol.cyclops.Matchables
 
matchAsync(Executor, T) - Method in interface com.aol.cyclops.internal.matcher2.Case
Similar to Match, but executed asynchonously on supplied Executor.
matchAsync(Executor, Object...) - Method in class com.aol.cyclops.internal.matcher2.Cases
Aggregates supplied objects into a List for matching asynchronously against
matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
A BiFunction that triggers an event if the result matches the case provided, or generates a new value from the supplier provided if not
matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
A Function that triggers an event if the result matches the case provided, or generates a new value from the supplier provided if not
matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
A supplier that triggers an event if the result matches the case provided, or generates a new value from the supplier provided if not
matches(Function<Matchable.CheckValue1<R, R1>, Matchable.CheckValue1<R, R1>>, Supplier<? extends R1>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
A TriFunction that triggers an event if the result matches the case provided, or generates a new value from the supplier provided if not
matches(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Function<Matchable.CheckValue1<Throwable, R>, Matchable.CheckValue1<Throwable, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Function<Matchable.CheckValue2<ST, PT, R>, Matchable.CheckValue2<ST, PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
matches(Function<Matchable.CheckValues<TYPE, R>, Matchable.CheckValues<TYPE, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
matches(Function<Matchable.CheckValues<TYPE, R>, Matchable.CheckValues<TYPE, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableObject
 
matches(Function<Matchable.CheckValueOpt<T, R>, Matchable.CheckValueOpt<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableOptional
 
matches(Function<Matchable.CheckValue1<T1, R>, Matchable.CheckValue1<T1, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple1
 
matches(Function<Matchable.CheckValue2<T1, T2, R>, Matchable.CheckValue2<T1, T2, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple2
 
matches(Function<Matchable.CheckValue3<T1, T2, T3, R>, Matchable.CheckValue3<T1, T2, T3, R>>, Supplier<R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
matches(Function<Matchable.CheckValue4<T1, T2, T3, T4, R>, Matchable.CheckValue4<T1, T2, T3, T4, R>>, Supplier<R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
matches(Function<Matchable.CheckValue5<T1, T2, T3, T4, T5, R>, Matchable.CheckValue5<T1, T2, T3, T4, T5, R>>, Supplier<R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
matches(Function<Matchable.CheckValue1<T1, R>, Matchable.CheckValue1<T1, R>>, Function<Matchable.CheckValue1<T2, R>, Matchable.CheckValue1<T2, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MXor
 
matches(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Function<Matchable.CheckValue1<X, R>, Matchable.CheckValue1<X, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Try
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
 
matches(Function<Matchable.CheckValue1<ST, R>, Matchable.CheckValue1<ST, R>>, Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
matches() - Method in interface com.aol.cyclops.data.async.Adapter
 
matchFromStream(Stream<T>) - Method in class com.aol.cyclops.internal.matcher2.Cases
Each input element can generated a single matched value
matchFromStreamAsync(Executor, Stream<T>) - Method in class com.aol.cyclops.internal.matcher2.Cases
Execute matchFromStream asynchronously
MatchingInstance<T,X> - Class in com.aol.cyclops.internal.matcher2
Pattern Matching builder instance
MatchingInstance() - Constructor for class com.aol.cyclops.internal.matcher2.MatchingInstance
 
MaterializedList<E> - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
MaterializedList() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.MaterializedList
 
max() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
max(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
max(Comparator<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
max(Stream<T>, Comparator<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
max(Comparator<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
max(Comparator<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
max(Comparator<? super U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
max(Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asyncrhonous min operation
max() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
max(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
max(Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
max() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
max() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asyncrhonous min operation
max() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
max(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
max(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy min operation
max(Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asyncrhonous min operation
max() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
max(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
max(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
MAX_YEAR - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
maxActive(int) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
MaxActive - Class in com.aol.cyclops.react.collectors.lazy
 
MaxActive() - Constructor for class com.aol.cyclops.react.collectors.lazy.MaxActive
 
maxActive(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Configure the max active concurrent tasks.
maxAll() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxAll(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxAll(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxAll(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxAllBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxAllBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
maxBy(Function<? super T, ? extends C>) - Method in interface com.aol.cyclops.control.Streamable
Extract the maximum as determined by the supplied function
maxBy(Stream<T>, Function<? super T, ? extends C>) - Static method in class com.aol.cyclops.control.StreamUtils
 
maxBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously capture the maximum value in this stream using the provided function
maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
maxBy(Function<? super T, ? extends C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously capture the maximum value in this stream using the provided function
maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
maxBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly capture the maximum value in this stream using the provided function
maxBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously capture the maximum value in this stream using the provided function
maxBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
maxComparable() - Static method in interface com.aol.cyclops.Semigroups
 
maxDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
Perform an asynchronous max operation
maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
Perform an asynchronous max operation
maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
Perform an asynchronous max operation
maxDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
Perform an asynchronous max operation
maxDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
maxInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
Perform an asynchronous max operation
maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
Perform an asynchronous max operation
maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
Perform an asynchronous max operation
maxInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
Perform an asynchronous max operation
maxInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
maxLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
Perform an asynchronous max operation
maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
Perform an asynchronous max operation
maxLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
Perform an asynchronous max operation
maxLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
Perform an asynchronous max operation
Maybe<T> - Interface in com.aol.cyclops.control
Totally lazy more powerful general Option(al) type.
maybe(Maybe<T>) - Static method in class com.aol.cyclops.Matchables
 
maybe(Value<T>) - Static method in class com.aol.cyclops.Matchables
 
Maybe.Just<T> - Class in com.aol.cyclops.control
 
Maybe.Lazy<T> - Class in com.aol.cyclops.control
 
Maybe.Nothing<T> - Class in com.aol.cyclops.control
 
maybeApply(T) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
MaybeComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
MaybeComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
 
MaybeT<T> - Interface in com.aol.cyclops.control.monads.transformers
Monad transformer for Maybe MaybeT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Maybe MaybeT allows the deeply wrapped Maybe to be manipulating within it's nested /contained context
maybeT(MaybeT<T>) - Static method in class com.aol.cyclops.Matchables
 
MaybeTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad transformer for Maybe nested within Sequential or non-scalar data types (e.g.
MaybeTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
MaybeTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
MaybeTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad transformer for Maybe nested within Scalar data types (e.g.
MaybeTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
MaybeTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
median() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
median(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
median() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
median(Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
median() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
median(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
median() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
median(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
median() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
median(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
median() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
median(Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
medianBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
medianBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
medianBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
medianBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
This methods creates a caching version of this BiFunction, caching is implemented via the Cacheable wrapper, that can be used to wrap any concrete cache implementation E.g.
memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
memoize() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
memoize(Cacheable<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
This methods creates a caching version of this BiFunction, caching is implemented via the Cacheable wrapper, that can be used to wrap any concrete cache implementation E.g.
Memoize - Class in com.aol.cyclops.util.function
 
Memoize() - Constructor for class com.aol.cyclops.util.function.Memoize
 
memoizeBiFunction(BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a BiFunction into one that caches it's result
memoizeBiFunction(BiFunction<T1, T2, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a BiFunction into one that caches it's result
memoizeCallable(Callable<T>, Cacheable<T>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Callable into one that caches it's result
memoizeCallable(Callable<T>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Callable into one that caches it's result
memoizeFunction(Function<T, R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Function into one that caches it's result
memoizeFunction(Function<T, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Function into one that caches it's result
memoizePredicate(Predicate<T>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Predicate into one that caches it's result
memoizePredicate(Predicate<T>, Cacheable<Boolean>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Predicate into one that caches it's result
memoizeQuadFunction(QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a QuadFunction into one that caches it's result
memoizeQuadFunction(QuadFunction<T1, T2, T3, T4, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a QuadFunction into one that caches it's result
memoizeRunnable(Runnable) - Static method in class com.aol.cyclops.util.function.Memoize
 
memoizeSupplier(Supplier<T>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Supplier into one that caches it's result
memoizeSupplier(Supplier<T>, Cacheable<T>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a Supplier into one that caches it's result
memoizeTriFunction(TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a TriFunction into one that caches it's result
memoizeTriFunction(TriFunction<T1, T2, T3, R>, Cacheable<R>) - Static method in class com.aol.cyclops.util.function.Memoize
Convert a TriFunction into one that caches it's result
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
merge(SimpleReactStream<U>...) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
merge(SimpleReactStream, SimpleReactStream) - Static method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Merge this reactive dataflow with another - recommended for merging different types.
mergeLatest(LazyFutureStream<?>...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Merges this stream and the supplied Streams into a single Stream where the next value is the next returned across any of the involved Streams.
mergePublisher(Collection<? extends Publisher<T>>) - Method in interface com.aol.cyclops.types.IterableFunctor
A potentially asynchronous merge operation where data from each publisher may arrive out of order (if publishers are configured to publish asynchronously, users can use the overloaded @see IterableFunctor.mergePublisher(Collection, QueueFactory) method to subscribe asynchronously also.
mergePublisher(Collection<? extends Publisher<T>>, QueueFactory<T>) - Method in interface com.aol.cyclops.types.IterableFunctor
A potentially asynchronous merge operation where data from each publisher may arrive out of order (if publishers are configured to publish asynchronously.
min() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
min(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
min(Comparator<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
min(Stream<T>, Comparator<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
min(Comparator<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
min(Comparator<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
min(Comparator<? super U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
min(Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asyncrhonous min operation
min() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
min(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
min(Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
min() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
min() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asyncrhonous min operation
min() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
min(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
min(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Perform an Lazy min operation
min(Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asyncrhonous min operation
min() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
min(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
min(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
minAll() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minAll(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minAll(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minAll(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minAllBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minAllBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
minBy(Function<? super T, ? extends C>) - Method in interface com.aol.cyclops.control.Streamable
Extract the minimum as determined by supplied function
minBy(Stream<T>, Function<? super T, ? extends C>) - Static method in class com.aol.cyclops.control.StreamUtils
 
minBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously capture the minimum value in this stream using the provided function
minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
minBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously capture the minimum value in this stream using the provided function
minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
minBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly capture the minimum value in this stream using the provided function
minBy(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously capture the minimum value in this stream using the provided function
minBy(Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
minComparable() - Static method in interface com.aol.cyclops.Semigroups
 
minDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
Perform an asynchronous min operation
minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
Perform an asynchronous min operation
minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
Perform an asynchronous min operation
minDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
Perform an asynchronous min operation
minDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
minInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
Perform an asynchronous min operation
minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
Perform an asynchronous min operation
minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
Perform an asynchronous min operation
minInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
Perform an asynchronous min operation
minInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
minLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
Perform an asynchronous min operation
minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
Perform an asynchronous min operation
minLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
Perform an asynchronous min operation
minLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
Perform an asynchronous min operation
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
Remove the specified element from this collection
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
 
minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
Remove the element at the supplied index
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
minus() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
minus(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
minus(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
minus(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
minus(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
minus(Object) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
Remove all the specified elements from this collection
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
minusAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
minusAll(Collection<?>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
MINUTE - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
minutes - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
MISSING_VALUE - Static variable in class com.aol.cyclops.internal.react.stream.MissingValue
 
MissingValue - Class in com.aol.cyclops.internal.react.stream
 
MissingValue() - Constructor for class com.aol.cyclops.internal.react.stream.MissingValue
 
mkString() - Method in class com.aol.cyclops.control.FutureW
 
mkString() - Method in class com.aol.cyclops.control.Ior.Both
 
mkString() - Method in class com.aol.cyclops.control.Ior.Primary
 
mkString() - Method in class com.aol.cyclops.control.Ior.Secondary
 
mkString() - Method in class com.aol.cyclops.control.Try.Failure
 
mkString() - Method in class com.aol.cyclops.control.Xor.Primary
 
mkString() - Method in class com.aol.cyclops.control.Xor.Secondary
 
mkString() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
mkString() - Method in interface com.aol.cyclops.types.Value
Returns the class name and the name of the subclass, if there is any value, the value is showed between square brackets.
mode() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
mode() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
mode() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
mode() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
mode() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
mode() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
modeAll() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
modeAllBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
modeBy(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
Module() - Constructor for class com.aol.cyclops.control.Eval.Module
 
Monad<T> - Interface in com.aol.cyclops.internal
An interoperability Trait that encapsulates java Monad implementations.
monad - Variable in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
monad() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
MonadicConverter<T> - Interface in com.aol.cyclops.types.extensability
 
MonadicConverters - Class in com.aol.cyclops.internal.comprehensions.converters
 
MonadicConverters() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.MonadicConverters
 
MonadicValue<T> - Interface in com.aol.cyclops.types
A type that represents a Monad that wraps a single value
MonadicValue1<T> - Interface in com.aol.cyclops.types
Represents a MonadicValue that can have a single data type (for example a Maybe, Eval as opposed to an Xor or Either type which may have a value that is of one of two data types).
MonadicValue2<T1,T2> - Interface in com.aol.cyclops.types
Represents a MonadicValue that stores a single element that can be one of two data types.
MonadWrapper<T> - Class in com.aol.cyclops.internal.monads
 
MonadWrapper(Object) - Constructor for class com.aol.cyclops.internal.monads.MonadWrapper
 
MonadWrapper(Object, Class) - Constructor for class com.aol.cyclops.internal.monads.MonadWrapper
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
monoid() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
Monoid<T> - Interface in com.aol.cyclops
An interface that represents a Monoid https://en.wikipedia.org/wiki/Monoid#Monoids_in_computer_science Also inteded for use with Java 8 Streams (reduce method) Practically the method signature to reduce matches the Monoid interface Monoids could regrarded as immutable equivalents to JDK Collectors for Immutable Reduction
MONTH - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
monthMap - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
months - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
more(Trampoline<Trampoline<T>>) - Static method in interface com.aol.cyclops.control.Trampoline
Create a Trampoline that has more work to do
MultipleStreamSource<T> - Class in com.aol.cyclops.util.stream.pushable
Build Streams that stream data from the topic instance
MultipleStreamSource(Queue<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
 
MultiReduceOperator<R> - Class in com.aol.cyclops.internal.stream.operators
 
MultiReduceOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.MultiReduceOperator
 
Mutable<T> - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
Mutable() - Constructor for class com.aol.cyclops.data.Mutable
 
MutableBoolean - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableBoolean() - Constructor for class com.aol.cyclops.data.MutableBoolean
 
MutableBoolean.BooleanFunction - Interface in com.aol.cyclops.data
 
MutableByte - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableByte() - Constructor for class com.aol.cyclops.data.MutableByte
 
MutableByte.ByteFunction - Interface in com.aol.cyclops.data
 
MutableChar - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableChar() - Constructor for class com.aol.cyclops.data.MutableChar
 
MutableChar.CharFunction - Interface in com.aol.cyclops.data
 
mutableCollectionConcat() - Static method in interface com.aol.cyclops.Semigroups
Concatenate mutable collections To manage javac type inference first assign the semigroup
MutableCollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
 
mutableDequeConcat() - Static method in interface com.aol.cyclops.Semigroups
 
MutableDouble - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableDouble() - Constructor for class com.aol.cyclops.data.MutableDouble
 
MutableFloat - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableFloat() - Constructor for class com.aol.cyclops.data.MutableFloat
 
MutableFloat.FloatFunction - Interface in com.aol.cyclops.data
 
MutableInt - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableInt() - Constructor for class com.aol.cyclops.data.MutableInt
 
mutableListConcat() - Static method in interface com.aol.cyclops.Semigroups
 
MutableLong - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableLong() - Constructor for class com.aol.cyclops.data.MutableLong
 
mutableQueueConcat() - Static method in interface com.aol.cyclops.Semigroups
 
MutableSequenceX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
 
mutableSetConcat() - Static method in interface com.aol.cyclops.Semigroups
 
MutableShort - Class in com.aol.cyclops.data
Class that represents a Closed Variable In Java 8 because of the effectively final rule references to captured variables can't be changed.
MutableShort() - Constructor for class com.aol.cyclops.data.MutableShort
 
MutableShort.ShortFunction - Interface in com.aol.cyclops.data
 
mutableSortedSetConcat() - Static method in interface com.aol.cyclops.Semigroups
 
mutate(Function<T, T>) - Method in class com.aol.cyclops.data.Mutable
 
mutate(MutableBoolean.BooleanFunction) - Method in class com.aol.cyclops.data.MutableBoolean
 
mutate(MutableByte.ByteFunction) - Method in class com.aol.cyclops.data.MutableByte
 
mutate(MutableChar.CharFunction) - Method in class com.aol.cyclops.data.MutableChar
 
mutate(DoubleFunction<Double>) - Method in class com.aol.cyclops.data.MutableDouble
 
mutate(MutableFloat.FloatFunction) - Method in class com.aol.cyclops.data.MutableFloat
 
mutate(IntFunction<Integer>) - Method in class com.aol.cyclops.data.MutableInt
 
mutate(LongFunction<Long>) - Method in class com.aol.cyclops.data.MutableLong
 
mutate(MutableShort.ShortFunction) - Method in class com.aol.cyclops.data.MutableShort
 
MyFinallyBlock() - Constructor for class com.aol.cyclops.control.Try.MyFinallyBlock
 
MyInit() - Constructor for class com.aol.cyclops.control.Try.MyInit
 
MyTryCatch() - Constructor for class com.aol.cyclops.control.Try.MyTryCatch
 

N

name(String) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
name(String) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
name(String) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
name(String) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
narrow(Eval<? extends R>) - Static method in interface com.aol.cyclops.control.Eval
Narrow covariant type parameter
narrow(FeatureToggle<? extends T>) - Static method in interface com.aol.cyclops.control.FeatureToggle
Narrow covariant type parameter
narrow(Maybe<? extends T>) - Static method in interface com.aol.cyclops.control.Maybe
 
narrow(PBagX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Narrow a covariant PBagX
narrow(POrderedSetX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Narrow a covariant POrderedSetX
narrow(PQueueX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Narrow a covariant PQueueX
narrow(PSetX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Narrow a covariant PSetX
narrow(PStackX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Narrow a covariant PStackX
narrow(PVectorX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Narrow a covariant PVectorX
narrow(DequeX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Narrow a covariant Deque
narrow(ListX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Narrow a covariant List
narrow(QueueX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Narrow a covariant Queue
narrow(SetX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Narrow a covariant Set
narrow(SortedSetX<? extends T>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Narrow a covariant SortedSet
narrow(CompletableFuture<? extends T>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
narrow(Optional<? extends T>) - Static method in class com.aol.cyclops.util.Optionals
 
nearestWeekday - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
nest() - Method in interface com.aol.cyclops.control.Eval
 
nest() - Method in interface com.aol.cyclops.control.FeatureToggle
 
nest() - Method in class com.aol.cyclops.control.FutureW
 
nest() - Method in interface com.aol.cyclops.control.Ior
 
nest() - Method in interface com.aol.cyclops.control.Maybe
 
nest() - Method in interface com.aol.cyclops.control.Try
 
nest() - Method in interface com.aol.cyclops.control.Xor
 
nest() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
nest() - Method in interface com.aol.cyclops.types.MonadicValue
cojoin pattern.
NestedCollectable<T> - Interface in com.aol.cyclops.types.anyM
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
nestedCollectables() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
nestedCollectables() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
NestedFoldable<T> - Interface in com.aol.cyclops.types.anyM
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
nestedFoldables() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
nestedFoldables() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
newSubscriber() - Method in interface com.aol.cyclops.types.Value
 
next() - Method in class com.aol.cyclops.data.async.Queue.QueueReader
 
next(Supplier<FastFuture<T>>) - Method in class com.aol.cyclops.internal.react.async.future.FuturePool
 
next() - Method in class com.aol.cyclops.internal.react.stream.CloseableIterator
 
nextOrNull(K) - Method in class com.aol.cyclops.control.Pipes
Return an Eval that allows retrieval of the next value from the attached pipe when get() is called A value is returned if a value is present, otherwise null is returned if the publisher is complete or an error occurs
nextReactor() - Method in class com.aol.cyclops.react.threads.ReactPool
 
nextValue(K) - Method in class com.aol.cyclops.control.Pipes
Return an Eval that allows retrieval of the next value from the attached pipe when get() is called Maybe.some is returned if a value is present, Maybe.none is returned if the publisher is complete or an error occurs
NIL() - Constructor for class com.aol.cyclops.data.async.Queue.NIL
 
NILL - Static variable in class com.aol.cyclops.data.async.Queue
 
NO_SPEC - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
NO_SPEC_INT - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
none() - Static method in interface com.aol.cyclops.control.Maybe
 
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
noneMatch(Stream<T>, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
assertThat(StreamUtils.noneMatch(of(1,2,3,4,5),it-> it==5000),equalTo(true));
noneMatch(Predicate<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
noneMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
noneMatch(Predicate<? super U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
noneMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Perform an asynchronous Any Match operation
noneMatch(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Perform an asynchronous Any Match operation
noneMatch(Predicate<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
noneMatch(Predicate<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Perform an asynchronous Any Match operation
noneOf(Predicate<? super T1>...) - Static method in class com.aol.cyclops.util.function.Predicates
 
NonPausableHotStream<T> - Class in com.aol.cyclops.types.stream
 
NonPausableHotStream(Stream<T>) - Constructor for class com.aol.cyclops.types.stream.NonPausableHotStream
 
not(Predicate<T1>) - Static method in class com.aol.cyclops.util.function.Predicates
 
notEmpty() - Method in class com.aol.cyclops.data.async.Queue.QueueReader
 
Nothing() - Constructor for class com.aol.cyclops.control.Maybe.Nothing
 
notNull() - Method in interface com.aol.cyclops.control.Eval
 
notNull() - Method in interface com.aol.cyclops.control.FeatureToggle
 
notNull() - Method in class com.aol.cyclops.control.FutureW
 
notNull() - Method in interface com.aol.cyclops.control.Ior
 
notNull() - Method in interface com.aol.cyclops.control.Maybe
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
notNull() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
notNull() - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
notNull() - Method in interface com.aol.cyclops.control.Try
 
notNull() - Method in interface com.aol.cyclops.control.Xor
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
notNull() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
notNull() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
notNull() - Method in interface com.aol.cyclops.types.Filterable
Filter elements retaining only values which are not null
notNull() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
notNull() - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
now(T) - Static method in interface com.aol.cyclops.control.Eval
Create an Eval with the value specified
NoWaitRetry<T> - Class in com.aol.cyclops.data.async.wait
Repeatedly retry to take or offer element to Queue if full or data unavailable
NoWaitRetry() - Constructor for class com.aol.cyclops.data.async.wait.NoWaitRetry
 
noWaitRetry() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
 
nthdayOfWeek - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
NULL - Static variable in class com.aol.cyclops.types.futurestream.NullValue
 
NullToOptionalConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
NullToOptionalConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.NullToOptionalConverter
 
NullValue - Class in com.aol.cyclops.types.futurestream
 
NullValue() - Constructor for class com.aol.cyclops.types.futurestream.NullValue
 
nullValue() - Static method in class com.aol.cyclops.util.function.Predicates
 

O

objectPoolingOff() - Method in class com.aol.cyclops.control.LazyReact
Turn objectPooling off for any Streams created by the returned LazyReact builder.
objectPoolingOn() - Method in class com.aol.cyclops.control.LazyReact
Turn objectPooling on for any Streams created by the returned LazyReact builder This improves performance for Streams with very large numbers of elements, by reusing Future instances.
OctFunction<T1,T2,T3,T4,T5,T6,T7,T8,R> - Interface in com.aol.cyclops.util.function
 
of(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Disabled
Create a new disabled switch
of(F) - Static method in class com.aol.cyclops.control.FeatureToggle.Enabled
Create a new enabled switch
of(Supplier<R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Construct a FluentSupplier from a Supplier
of(Function<T, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Construct a FluentFunction from a Function
of(BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Convert a BiFunction to a FluentBiFunction
of(TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Convert a CheckedTriFunction to a FluentTriFunction
of(CompletableFuture<T>) - Static method in class com.aol.cyclops.control.FutureW
Create a FutureW instance from the supplied CompletableFuture
of(U...) - Method in class com.aol.cyclops.control.LazyReact
 
of(T) - Static method in interface com.aol.cyclops.control.Matchable
Create a new matchable that will match on the fields of the provided Object
of(Stream<T>) - Static method in interface com.aol.cyclops.control.Matchable
Create a new matchable that will match on the fields of the provided Stream
of(T) - Static method in interface com.aol.cyclops.control.Maybe
 
of(AnyM<CompletableFuture<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(AnyM<Eval<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.EvalT
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(AnyM<FutureW<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.FutureWT
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(AnyM<List<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ListT
Construct an ListT from an AnyM that wraps a monad containing Lists
of(AnyM<Maybe<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(AnyM<Optional<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Construct an OptionalT from an AnyM that wraps a monad containing Optionals
of(AnyM<Reader<A, R>>) - Static method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
of(AnyMSeq<CompletableFuture<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Construct an CompletableFutureT from an AnyM that wraps a monad containing CompletableFutures
of(CompletableFuture<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
of(AnyMSeq<Eval<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(Eval<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
of(AnyMSeq<FutureW<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Construct an FutureWT from an AnyM that wraps a monad containing FutureWs
of(FutureW<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
of(AnyMSeq<? extends List<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Construct an ListT from an AnyM that wraps a monad containing Lists
of(List<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
of(AnyMSeq<Maybe<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(Maybe<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
of(AnyMSeq<Optional<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Construct an OptionalT from an AnyM that wraps a monad containing Optionals
of(Optional<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
of(AnyMSeq<Reader<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(AnyMSeq<? extends Set<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Construct an SetT from an AnyM that wraps a monad containing Sets
of(Set<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
of(AnyMSeq<Streamable<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Construct an StreamableT from an AnyM that wraps a monad containing Streamables
of(Streamable<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
of(AnyMSeq<? extends Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Create a StreamT from an AnyM that wraps a monad containing a Stream
of(Stream<A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
of(AnyMSeq<Try<A, X>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Construct an TryT from an AnyM that wraps a monad containing Trys
of(Try<A, X>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
of(AnyMSeq<Xor<ST, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Construct an XorT from an AnyM that wraps a monad containing Xors
of(Xor<ST, A>) - Static method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
of(AnyM<Set<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.SetT
Construct an SetT from an AnyM that wraps a monad containing Sets
of(AnyM<Streamable<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Construct an StreamableT from an AnyM that wraps a monad containing Streamables
of(AnyM<? extends Stream<A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.StreamT
Create a StreamT from an AnyM that wraps a monad containing a Stream
of(AnyM<Try<A, X>>) - Static method in interface com.aol.cyclops.control.monads.transformers.TryT
Construct an TryT from an AnyM that wraps a monad containing Trys
of(AnyMValue<CompletableFuture<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Construct an CompletableFutureT from an AnyM that wraps a monad containing CompletableFutures
of(CompletableFuture<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
of(AnyMValue<Eval<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(Eval<T>) - Static method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
of(AnyMValue<FutureW<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Construct an CompletableFutureT from an AnyM that wraps a monad containing CompletableFutures
of(FutureW<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
of(AnyMValue<? extends List<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Construct an ListT from an AnyM that wraps a monad containing Lists
of(List<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
of(AnyMValue<Maybe<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(Maybe<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
of(AnyMValue<Optional<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Construct an OptionalT from an AnyM that wraps a monad containing Optionals
of(Optional<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
of(AnyMValue<Reader<T, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Construct an MaybeT from an AnyM that wraps a monad containing Maybes
of(AnyMValue<? extends Set<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Construct an SetT from an AnyM that wraps a monad containing Sets
of(Set<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
of(AnyMValue<Streamable<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Construct an StreamableT from an AnyM that wraps a monad containing Streamables
of(Streamable<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
of(AnyMValue<? extends Stream<A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Create a StreamT from an AnyM that wraps a monad containing a Stream
of(Stream<A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
of(AnyMValue<Try<A, X>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Construct an TryT from an AnyM that wraps a monad containing Trys
of(Try<A, X>) - Static method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
of(AnyMValue<Xor<ST, A>>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Construct an XorT from an AnyM that wraps a monad containing Xors
of(Xor<ST, A>) - Static method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
of(AnyM<Xor<ST, A>>) - Static method in interface com.aol.cyclops.control.monads.transformers.XorT
Construct an XorT from an AnyM that wraps a monad containing Xors
of() - Static method in class com.aol.cyclops.control.Pipes
 
of(Map<K, Adapter<V>>) - Static method in class com.aol.cyclops.control.Pipes
 
of(T...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Create an efficiently reversable Sequence from the provided elements
of(U...) - Method in class com.aol.cyclops.control.SimpleReact
 
of(T...) - Static method in interface com.aol.cyclops.control.Streamable
Construct a Streamable that returns a Stream
of(QueueFactory<?>) - Static method in class com.aol.cyclops.control.StreamSource
 
of(int) - Static method in class com.aol.cyclops.control.StreamSource
 
of(T, Class<? extends Throwable>...) - Static method in interface com.aol.cyclops.control.Try
Return a Try that will catch specified exceptions when map / flatMap called For use with liftM / liftM2 and For Comprehensions (when Try is at the top level)
of(T, Class<? extends Throwable>[]) - Static method in class com.aol.cyclops.control.Try.Success
 
of(Predicate<? super T>, E, R) - Static method in class com.aol.cyclops.control.Validator
Static factory method Construct a CumulativeValidator that checks for the supplied condition returns the supplied error if it doesn't hold or the supplied result if it does.
of(Xor<E, R>) - Static method in class com.aol.cyclops.control.Validator
Static factory method Construct a CumulativeValidator from the supplied FunctionalJava validation object
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
of() - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
of(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
of(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
of(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
of(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Construct a PStack from the provided values
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Construct a PVector from the provided values
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Construct a Deque from the provided values
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
of() - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
of(K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
of(K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
of(K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
of(K, V, K, V, K, V, K, V) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
of(T...) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
of(T) - Static method in class com.aol.cyclops.data.LazyImmutable
 
of(T) - Static method in class com.aol.cyclops.data.Mutable
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(boolean) - Static method in class com.aol.cyclops.data.MutableBoolean
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(byte) - Static method in class com.aol.cyclops.data.MutableByte
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(char) - Static method in class com.aol.cyclops.data.MutableChar
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(double) - Static method in class com.aol.cyclops.data.MutableDouble
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(float) - Static method in class com.aol.cyclops.data.MutableFloat
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(int) - Static method in class com.aol.cyclops.data.MutableInt
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(long) - Static method in class com.aol.cyclops.data.MutableLong
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(short) - Static method in class com.aol.cyclops.data.MutableShort
Create a Mutable variable, which can be mutated inside a Closure e.g.
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
 
of(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
 
of(Predicate<? super T>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.internal.matcher2.Case
Construct an instance of Case from supplied predicate and action
of(Tuple2<Predicate<? super T>, Function<? super T, ? extends R>>) - Static method in interface com.aol.cyclops.internal.matcher2.Case
Construct an instance of Case from supplied Tuple of predicate and action
of(Case<T, R>...) - Static method in class com.aol.cyclops.internal.matcher2.Cases
Construct a Cases instance from an array Pattern Matching Cases Will execute sequentially when Match is called.
of(Object) - Static method in interface com.aol.cyclops.internal.Monad
 
of(Object) - Static method in class com.aol.cyclops.internal.monads.MonadWrapper
public MonadWrapper withMonad(Object o ){ return new MonadWrapper(monad,orgType); }
of(U...) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
of(T, Semigroup<T>) - Static method in interface com.aol.cyclops.Monoid
Construct a Monoid from the supplied identity element and Semigroup (combiner)
of(T, Function<T, Function<T, T>>) - Static method in interface com.aol.cyclops.Monoid
Construct a Monoid from the supplied identity element and combining function
of(T, BiFunction<T, T, T>, Function<?, ? extends T>) - Static method in interface com.aol.cyclops.Reducer
 
of(T, Function<T, Function<T, T>>, Function<?, T>) - Static method in interface com.aol.cyclops.Reducer
 
of(Object) - Method in interface com.aol.cyclops.types.extensability.Comprehender
 
of(T) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a sequential synchronous stream that runs on the current thread
of(T...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a sequential synchronous stream that runs on the current thread
of(T) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a sequential synchronous stream that runs on the current thread
of(T...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a sequential synchronous stream that runs on the current thread
of(Supplier<T>) - Static method in interface com.aol.cyclops.types.Value
Construct a generic Value from the provided Supplier
ofAsync(Supplier<U>...) - Method in class com.aol.cyclops.control.LazyReact
 
ofAsync(Supplier<U>...) - Method in class com.aol.cyclops.control.SimpleReact
Start a reactive dataflow with an array of one-off-suppliers
ofChecked(CheckedSupplier<R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Construct a FluentSupplier from a checked Supplier
ofChecked(CheckedFunction<T, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Construct a FluentFunction from a CheckedFunction
ofChecked(CheckedBiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Construct a FluentBiFunction from a CheckedBiFunction
ofChecked(CheckedTriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.control.FluentFunctions
Convert a CheckedTriFunction to a FluentTriFunction
ofConvertableSeq(Object) - Static method in interface com.aol.cyclops.control.AnyM
Take the supplied object and attempt to convert it to a supported Monad type
ofConvertableValue(Object) - Static method in interface com.aol.cyclops.control.AnyM
Take the supplied object and attempt to convert it to a supported Monad type
ofError(Throwable) - Static method in class com.aol.cyclops.control.FutureW
Construct a completed-with-error FutureW from the given Exception
offer(T) - Method in interface com.aol.cyclops.data.async.Adapter
Offer a single datapoint to this adapter
offer(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
offer(Object, long, TimeUnit) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
offer(T) - Method in class com.aol.cyclops.data.async.Queue
Offer a single datapoint to this Queue If the queue is a bounded queue and is full it will block until space comes available or until offer time out is reached (default is Integer.MAX_VALUE DAYS).
offer(T) - Method in class com.aol.cyclops.data.async.Topic
Add a single datapoint to this Queue
offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.DirectWaitStrategy
 
offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.ExponentialBackofWaitStrategy
 
offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.NoWaitRetry
 
offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.SpinWait
 
offer(WaitStrategy.Offerable) - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy
 
offer() - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy.Offerable
 
offer(WaitStrategy.Offerable) - Method in class com.aol.cyclops.data.async.wait.YieldWait
 
offer(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
Deprecated. 
offer(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
offer(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
offerFirst(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
offerLast(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
ofList(List<Case<T, R>>) - Static method in class com.aol.cyclops.internal.matcher2.Cases
Construct a Cases instance from a list of Pattern Matching Cases Will execute sequentially when Match is called.
ofMultiple() - Static method in class com.aol.cyclops.control.StreamSource
 
ofMultiple(int) - Static method in class com.aol.cyclops.control.StreamSource
 
ofMultiple(QueueFactory<?>) - Static method in class com.aol.cyclops.control.StreamSource
 
ofNullable(Object) - Static method in interface com.aol.cyclops.control.AnyM
Generate an AnyM that wraps an Optional from the provided nullable object
ofNullable(T) - Static method in interface com.aol.cyclops.control.Maybe
 
ofPStack(PStack<Case<T, R>>) - Static method in class com.aol.cyclops.internal.matcher2.Cases
Construct a Cases instance from a persistent stack of Pattern Matching Cases Will execute sequentially when Match is called.
ofResult(T) - Static method in class com.aol.cyclops.control.FutureW
Construct a successfully completed FutureW from the given value
ofSeq(Object) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMSeq that wraps the untyped monad
ofSupplier(Supplier<T>) - Static method in class com.aol.cyclops.control.FutureW
Create a FutureW object that asyncrhonously populates using the Common ForkJoinPool from the user provided Supplier
ofSupplier(Supplier<T>, Executor) - Static method in class com.aol.cyclops.control.FutureW
Create a FutureW object that asyncrhonously populates using the provided Executor and Supplier
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Eval
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.FutureW
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Ior
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Keep only those elements in a stream that are of a given type.
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
Keep only those elements in a stream that are of a given type.
ofType(Stream<T>, Class<? extends U>) - Static method in class com.aol.cyclops.control.StreamUtils
Keep only those elements in a stream that are of a given type.
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Try
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.control.Xor
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
ofType(Class<? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.Filterable
Keep only those elements in a stream that are of a given type.
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Keep only those elements in a stream that are of a given type.
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Keep only those elements in a stream that are of a given type.
ofType(Class<? extends U>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
ofUnbounded() - Static method in class com.aol.cyclops.control.StreamSource
 
ofValue(Object) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyMValue that wraps the untyped monad
on$1234_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1234_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$123_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$123_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$123_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$123__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$123__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$12_() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
on$12_4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$12_45() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$12_45() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$12_4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$12_4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$12__() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$12__5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$12__5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$12___() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$12___() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1_() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
 
on$1_3() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
on$1_34() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$1_345() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1_345() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1_34_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1_34_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1_3_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$1_3_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1_3_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1_3__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1_3__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1__() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
on$1__4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$1__45() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1__45() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1__4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1__4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1___() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$1___5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1___5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$1____() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$1____() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_2() - Method in interface com.aol.cyclops.control.Matchable.MTuple2
 
on$_23() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
on$_234() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$_2345() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_2345() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_234_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_234_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_23_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$_23_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_23_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_23__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_23__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_2_() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
on$_2_4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$_2_4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_2_4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_2__() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$_2__5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_2__5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$_2___() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$_2___() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$__3() - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
on$__34() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$__345() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$__345() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$__34_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$__34_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$__3_() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$__3_5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$__3_5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$__3__() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$__3__() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$___4() - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
on$___45() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$___45() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$___4_() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$___4_() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
on$____5() - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
on$____5() - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
onClose(Runnable) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
onClose(Runnable) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
onClose(Runnable) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
onClose(Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
onComplete(Consumer<FastFuture.OnComplete>) - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
Called at least once on complete
OnComplete() - Constructor for class com.aol.cyclops.internal.react.async.future.FastFuture.OnComplete
 
onComplete() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
onComplete() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
onComplete() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
onEmpty(A) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
onEmpty(A) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
onEmpty(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
onEmpty(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
onEmpty(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
onEmpty(T) - Method in interface com.aol.cyclops.control.Streamable
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
onEmpty(Tuple2<K, V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
onEmpty(Tuple2<K, V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
onEmpty(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
onEmpty(T) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
onEmpty(T) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
onEmpty(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Produce this stream, or an alternative stream from the value, in case this stream is empty.
OnEmpty<T> - Interface in com.aol.cyclops.types
Represents a container that may be empty
onEmpty(T) - Method in interface com.aol.cyclops.types.OnEmpty
If this Container instance is empty, create a new instance containing the provided value
onEmpty(T) - Method in interface com.aol.cyclops.types.Traversable
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
onEmptyGet(Supplier<? extends A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
onEmptyGet(Supplier<? extends A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.Streamable
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
onEmptyGet(Supplier<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
onEmptyGet(Supplier<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
onEmptyGet(Supplier<? extends T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
onEmptyGet(Supplier<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Produce this stream, or an alternative stream from the supplier, in case this stream is empty.
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.OnEmpty
If this Container instance is empty, create a new instance containing the value returned from the provided Supplier
onEmptyGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.Traversable
 
onEmptySwitch(Supplier<? extends Stream<T>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
If this ReactiveSeq is empty replace it with a another Stream
onEmptySwitch(Supplier<Streamable<T>>) - Method in interface com.aol.cyclops.control.Streamable
If this Streamable is empty replace it with a another Stream
onEmptySwitch(Supplier<? extends PBag<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
onEmptySwitch(Supplier<? extends PMap<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
onEmptySwitch(Supplier<? extends POrderedSet<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
onEmptySwitch(Supplier<? extends PQueue<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
onEmptySwitch(Supplier<? extends PSet<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
onEmptySwitch(Supplier<? extends PStack<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
onEmptySwitch(Supplier<? extends PVector<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
onEmptySwitch(Supplier<? extends Deque<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
onEmptySwitch(Supplier<? extends List<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
onEmptySwitch(Supplier<? extends Map<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
onEmptySwitch(Supplier<? extends Queue<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
onEmptySwitch(Supplier<? extends Set<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
onEmptySwitch(Supplier<? extends SortedSet<T>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
onEmptySwitch(Supplier<? extends Stream<U>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
If this SequenceM is empty replace it with a another Stream
OnEmptySwitch<T,R> - Interface in com.aol.cyclops.types
Represents a container that may be empty for which we can switch a container with another value
onEmptySwitch(Supplier<? extends R>) - Method in interface com.aol.cyclops.types.OnEmptySwitch
Switch to container created by provided Supplier, if current Container empty
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.control.Streamable
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
onEmptyThrow(Supplier<? extends X>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Produce this stream, or an alternative stream from the supplier, in case this stream is empty.
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.OnEmpty
If this container instance is empty, throw the exception returned by the provided Supplier
onEmptyThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.Traversable
 
oneOrError(K) - Method in class com.aol.cyclops.control.Pipes
 
oneOrErrorAsync(K, Executor) - Method in class com.aol.cyclops.control.Pipes
 
onePer(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
emit one element per time period
onePer(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
emit one element per time period
onePer(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
emit one element per time period
onePer(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.operators.OnePerOperator
 
onePer(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
onePer(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Slow emissions down, emiting one element per specified time period
onePer(long, TimeUnit) - Method in interface com.aol.cyclops.types.Sequential
emit one element per time period
OnePerOperator<T> - Class in com.aol.cyclops.internal.stream.operators
 
OnePerOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.OnePerOperator
 
onError(Throwable) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
onError(Throwable) - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
onError(Throwable) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
oneValue(K) - Method in class com.aol.cyclops.control.Pipes
Extract one value from the selected pipe, if it exists
oneValueOrError(K, Class<X>...) - Method in class com.aol.cyclops.control.Pipes
 
oneValueOrError(K) - Method in class com.aol.cyclops.control.Pipes
 
onFail(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Failure
 
onFail(Class<? extends X>, Consumer<X>) - Method in class com.aol.cyclops.control.Try.Failure
 
onFail(Consumer<? super X>) - Method in interface com.aol.cyclops.control.Try
 
onFail(Class<? extends X>, Consumer<X>) - Method in interface com.aol.cyclops.control.Try
 
onFail(Consumer<? super X>) - Method in class com.aol.cyclops.control.Try.Success
 
onFail(Class<? extends X>, Consumer<X>) - Method in class com.aol.cyclops.control.Try.Success
 
onFail(Consumer<Throwable>) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
onFail - Variable in class com.aol.cyclops.internal.react.async.future.FinalPipeline
 
onFail(Consumer<Throwable>) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
React onFail Define a function that can be used to recover from exceptions during the preceeding stage of the dataflow.
onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Recover for a particular class of exceptions only.
onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
React onFail Define a function that can be used to recover from exceptions during the preceeding stage of the dataflow.
onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Recover for a particular class of exceptions only.
onFail(Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React onFail Define a function that can be used to recover from exceptions during the preceeding stage of the dataflow.
onFail(Class<? extends Throwable>, Function<? super SimpleReactFailedStageException, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Recover for a particular class of exceptions only.
onNext(T) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
onNext(T) - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
onNext(T) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
onSubscribe(Subscription) - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
onSubscribe(Subscription) - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
onSubscribe(Subscription) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
open - Variable in class com.aol.cyclops.internal.stream.IteratorHotStream
 
operation(Function<PipelineBuilder, PipelineBuilder>) - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
OperationsOnFutures<T> - Interface in com.aol.cyclops.types.futurestream
 
OperationsOnFuturesImpl<T> - Class in com.aol.cyclops.internal.react.stream.traits.future.operators
 
OperationsOnFuturesImpl() - Constructor for class com.aol.cyclops.internal.react.stream.traits.future.operators.OperationsOnFuturesImpl
 
optional() - Method in interface com.aol.cyclops.control.FeatureToggle
 
optional(Optional<T1>) - Static method in class com.aol.cyclops.control.For
Add a Optional as next nested level in the comprehension
optional(Optional<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
Add a Optional as next nested level in the comprehension
optional(Function<? super T1, Optional<T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
optional(Function<? super T1, Function<? super T2, Optional<T3>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
optional(Function<? super T1, Function<? super T2, Function<? super T3, Optional<T4>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
optional(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Optional<T5>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
optional(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Optional<T6>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
optional(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Optional<T7>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
optional(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, Optional<T8>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
optional(Optional<T>) - Static method in class com.aol.cyclops.Matchables
 
OptionalComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
OptionalComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
 
OptionalDoubleToOptionalConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
OptionalDoubleToOptionalConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.OptionalDoubleToOptionalConverter
 
OptionalIntToOptionalConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
OptionalIntToOptionalConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.OptionalIntToOptionalConverter
 
OptionalLongToOptionalConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
OptionalLongToOptionalConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.OptionalLongToOptionalConverter
 
optionalPresent() - Static method in class com.aol.cyclops.util.function.Predicates
 
Optionals - Class in com.aol.cyclops.util
 
Optionals() - Constructor for class com.aol.cyclops.util.Optionals
 
OptionalT<T> - Interface in com.aol.cyclops.control.monads.transformers
Monad transformer for JDK Optional OptionalT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Optional OptionalT allows the deeply wrapped Optional to be manipulating within it's nested /contained context
optionalT(OptionalT<T>) - Static method in class com.aol.cyclops.Matchables
 
optionalToStream(Optional<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Convert a Stream to an Optional
OptionalTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad transformer for JDK Optional nested within Sequential or non-scalar data types (e.g.
OptionalTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
OptionalTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
OptionalTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad transformer for JDK Optional nested within Scalar data types (e.g.
OptionalTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
OptionalTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
orElse(T) - Method in class com.aol.cyclops.control.Maybe.Just
 
orElse(T) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
orElse(T) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
orElse(T) - Method in class com.aol.cyclops.control.Try.Failure
 
orElse(T) - Method in interface com.aol.cyclops.control.Try
 
orElse(T) - Method in class com.aol.cyclops.control.Try.Success
 
orElse(T) - Method in interface com.aol.cyclops.types.Convertable
Get the contained value or else the provided alternative
orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Maybe.Just
 
orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Try.Failure
 
orElseGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.control.Try
 
orElseGet(Supplier<? extends T>) - Method in class com.aol.cyclops.control.Try.Success
 
orElseGet(Supplier<? extends T>) - Method in interface com.aol.cyclops.types.Convertable
An equivalent operation to Optional.orElseGet(Supplier) Returns a value generated by the provided Supplier if this Convertable is empty or contains a null value.
orElseThrow(Supplier<? extends X>) - Method in interface com.aol.cyclops.types.Convertable
Get the contained value or throw an exception if null
otherwise(R) - Static method in interface com.aol.cyclops.control.Matchable
 
otherwise(Supplier<? extends R>) - Static method in interface com.aol.cyclops.control.Matchable
 

P

p(Predicate<T>) - Static method in class com.aol.cyclops.util.function.Predicates
Method for point-free Predicate definition (helps with lambda type inferencing) e.g.
parallel() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
parallel() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
parallel() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
parallel(U...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Construct an SimpleReactStream from specified array, that will run in parallel on the common Parallel executor service (by default the Common ForkJoinPool) see ThreadPools#setUseCommon to change to a different pool
parallel() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
parallel(U...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Construct an parallel LazyFutureStream from specified array, using the configured standard parallel thread pool.
parallelBuilder() - Static method in class com.aol.cyclops.control.LazyReact
 
parallelBuilder(int) - Static method in class com.aol.cyclops.control.LazyReact
Construct a new LazyReact builder, with a new task executor and retry executor with configured number of threads
parallelBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
 
parallelBuilder(int) - Static method in class com.aol.cyclops.control.SimpleReact
Construct a new SimpleReact builder, with a new task executor and retry executor with configured number of threads
parallelCommonBuilder() - Static method in class com.aol.cyclops.control.LazyReact
 
parallelCommonBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
 
ParallelElasticPools - Class in com.aol.cyclops.react.threads
A ReactPool of each type for parallel Streams Thread pool will be sized to number of processors
ParallelElasticPools() - Constructor for class com.aol.cyclops.react.threads.ParallelElasticPools
 
parallelism(int) - Method in class com.aol.cyclops.react.RetryBuilder
 
parallelStream() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
parallelStream() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
param - Variable in class com.aol.cyclops.control.FluentFunctions.Advice1
 
param1 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice2
 
param1 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice3
 
param2 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice2
 
param2 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice3
 
param3 - Variable in class com.aol.cyclops.control.FluentFunctions.Advice3
 
partial(T1, Function<T1, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a function with 1 arguments applied to the supplied Function
partial2(T1, T2, BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a function with 2 arguments applied to the supplied BiFunction
partial2(T1, BiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a function with 1 arguments applied to the supplied BiFunction
partial3(T1, T2, T3, TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a function with 3 arguments applied to the supplied TriFunction
partial3(T1, T2, TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a function with 2 arguments applied to the supplied TriFunction
partial3(T1, TriFunction<T1, T2, T3, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 1 argument applied to the supplied TriFunction
partial4(T1, T2, T3, T4, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 3 arguments applied to the supplied QuadFunction
partial4(T1, T2, T3, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 3 arguments applied to the supplied QuadFunction
partial4(T1, T2, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 2 arguments applied to the supplied QuadFunction
partial4(T1, QuadFunction<T1, T2, T3, T4, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 1 argument applied to the supplied QuadFunction
partial5(T1, T2, T3, T4, T5, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 4 arguments applied to the supplied QuintFunction
partial5(T1, T2, T3, T4, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 4 arguments applied to the supplied QuintFunction
partial5(T1, T2, T3, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 3 arguments applied to the supplied QuintFunction
partial5(T1, T2, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a TriFunction with 2 arguments applied to the supplied QuintFunction
partial5(T1, QuintFunction<T1, T2, T3, T4, T5, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuadFunction with 1 argument applied to the supplied QuintFunction
partial6(T1, T2, T3, T4, T5, T6, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 5 arguments applied to the supplied HexFunction
partial6(T1, T2, T3, T4, T5, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 5 arguments applied to the supplied HexFunction
partial6(T1, T2, T3, T4, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 4 arguments applied to the supplied HexFunction
partial6(T1, T2, T3, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a TriFunction with 3 arguments applied to the supplied HexFunction
partial6(T1, T2, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuadFunction with 2 arguments applied to the supplied HexFunction
partial6(T1, HexFunction<T1, T2, T3, T4, T5, T6, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuintFunction with 1 argument applied to the supplied HexFunction
partial7(T1, T2, T3, T4, T5, T6, T7, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 6 arguments applied to the supplied HeptFunction
partial7(T1, T2, T3, T4, T5, T6, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 6 arguments applied to the supplied HeptFunction
partial7(T1, T2, T3, T4, T5, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 5 arguments applied to the supplied HeptFunction
partial7(T1, T2, T3, T4, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a TriFunction with 4 arguments applied to the supplied HeptFunction
partial7(T1, T2, T3, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuadFunction with 3 arguments applied to the supplied HeptFunction
partial7(T1, T2, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuintFunction with 2 arguments applied to the supplied HeptFunction
partial7(T1, HeptFunction<T1, T2, T3, T4, T5, T6, T7, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a HexFunction with 1 argument applied to the supplied HeptFunction
partial8(T1, T2, T3, T4, T5, T6, T7, T8, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 7 arguments applied to the supplied OctFunction
partial8(T1, T2, T3, T4, T5, T6, T7, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a Function with 7 arguments applied to the supplied OctFunction
partial8(T1, T2, T3, T4, T5, T6, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a BiFunction with 6 arguments applied to the supplied OctFunction
partial8(T1, T2, T3, T4, T5, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a TriFunction with 5 arguments applied to the supplied OctFunction
partial8(T1, T2, T3, T4, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuadFunction with 4 arguments applied to the supplied OctFunction
partial8(T1, T2, T3, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a QuintFunction with 3 arguments applied to the supplied OctFunction
partial8(T1, T2, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a HexFunction with 2 arguments applied to the supplied OctFunction
partial8(T1, OctFunction<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Static method in class com.aol.cyclops.util.function.PartialApplicator
Returns a HeptFunction with 1 argument applied to the supplied OctFunction
PartialApplicator - Class in com.aol.cyclops.util.function
This class consists exclusively of static methods that return functions that are partially applied with parameters.
PartialApplicator() - Constructor for class com.aol.cyclops.util.function.PartialApplicator
 
partiallyApply(T1) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Partially apply the provided parameter as the first parameter to this BiFunction to generate a Function (single input value)
partiallyApply(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Partially apply the provided parameters to this BiFunction to generate a Supplier (that takes no inputs)
partiallyApply(T) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Partially apply the provided value to this function, to turn it into a Supplier
partiallyApply(T1) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Partially apply the provided parameter as the first parameter to this TriFunction to generate a Function (single input value)
partiallyApply(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Partially apply the provided parameters to this BiFunction to generate a Function (single input)
partiallyApply(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Partially apply the provided parameters to this TriFunction to generate a Supplier (that takes no inputs)
partition(Predicate<T>) - Method in interface com.aol.cyclops.control.Streamable
Partition a Stream into two one a per element basis, based on predicate's boolean value
partition(Stream<T>, Predicate<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Partition a Stream into two one a per element basis, based on predicate's boolean value
partition(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Partition a stream in two given a predicate.
partitionFutureStream(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Partition an LazyFutureStream into two LazyFutureStreams given a predicate.
partitionSequence(Predicate<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Partition a Stream into two one a per element basis, based on predicate's boolean value
partitionSequence(Predicate<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
partitionSequence(Predicate<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
patternMatch(Function<Matchable.CheckValue1<F, R>, Matchable.CheckValue1<F, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
patternMatch(Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
patternMatch(Function<Matchable.CheckValue1<A, R>, Matchable.CheckValue1<A, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Try
 
patternMatch(Function<Matchable.CheckValue1<PT, R>, Matchable.CheckValue1<PT, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
patternMatch(Function<Matchable.CheckValue1<V, R>, Matchable.CheckValue1<V, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
patternMatch(Function<Matchable.CheckValue1<V, R>, Matchable.CheckValue1<V, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in class com.aol.cyclops.data.LazyImmutable
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
patternMatch(Function<Matchable.CheckValue1<T, R>, Matchable.CheckValue1<T, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.Functor
Transform the elements of this Stream with a Pattern Matching case and default value
patternMatch(Function<Matchable.CheckValue1<U, R>, Matchable.CheckValue1<U, R>>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Transform the elements of this Stream with a Pattern Matching case and default value
PatternMatcher - Class in com.aol.cyclops.internal.matcher2
PatternMatcher supports advanced pattern matching for Java 8 This is an API for creating Case instances and allows new type definitions to be supplied for each Case Features include -cases match by value -cases match by type -cases using predicates inCaseOfXXX caseOfXXX -cases using hamcrest Matchers inMatchOfXXX matchOfXXX -cases as expressions (return value) - inCaseOfXXX, inMatchOfXXX -cases as statements (no return value) - caseOfXXX, matchOfXXX -pre & post variable extraction via Extractor (@see com.aol.cyclops.matcher.Extractors) -match using iterables of predicates or hamcrest Matchers - see caseOfIterable, matchOfIterable, inCaseOfIterable, matchOfIterable -match using tuples of predicates or hamcreate Matchers - see caseOfTuple, matchOfTuple, inCaseOfTuple, inMatchOfTuple - single match (match method) - match many (matchMany) - match against a stream (single match, match many)
PatternMatcher() - Constructor for class com.aol.cyclops.internal.matcher2.PatternMatcher
 
pausableHotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
Turns this ReactiveSeq into a HotStream, a connectable & pausable Stream, being executed on a thread on the supplied executor, that is producing data.
pausableHotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
 
pausableHotStream(Executor) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
pausableHotStream(Executor) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
PausableHotStream<T> - Interface in com.aol.cyclops.types.stream
 
PausableHotStreamImpl<T> - Class in com.aol.cyclops.internal.stream
 
PausableHotStreamImpl(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.PausableHotStreamImpl
 
pause - Variable in class com.aol.cyclops.internal.stream.IteratorHotStream
 
pause() - Method in class com.aol.cyclops.internal.stream.IteratorHotStream
 
pause() - Method in class com.aol.cyclops.internal.stream.PausableHotStreamImpl
 
pause() - Method in interface com.aol.cyclops.types.stream.PausableHotStream
 
paused(Executor) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
paused(Executor) - Method in class com.aol.cyclops.internal.stream.PausableHotStreamImpl
 
PBagX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
pBagXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
PBagXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PBagXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.AnyM
Perform a peek operation on the wrapped monad e.g.
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Eval
 
peek(Consumer<? super F>) - Method in interface com.aol.cyclops.control.FeatureToggle
Peek at current switch value
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.FutureW
 
peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Both
 
peek(Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Ior
 
peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Primary
 
peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Maybe
 
peek(Consumer<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
Peek at the current value of the CompletableFuture
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
Peek at the current value of the Maybe
peek(Consumer<? super A>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
Peek at the current value of the CompletableFuture
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
Peek at the current value of the List
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
Peek at the current value of the Maybe
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
Peek at the current value of the Optional
peek(Consumer<? super R>) - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
Peek at the current value of the CompletableFuture
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
Peek at the current value of the Maybe
peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
Peek at the current value of the FutureW
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
Peek at the current value of the List
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
Peek at the current value of the Maybe
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
Peek at the current value of the Optional
peek(Consumer<? super R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
Peek at the current value of the Maybe
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
Peek at the current value of the Set
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
Peek at the current value of the Streamable
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
Peek at the current value of the Stream
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
Peek at the current value of the Try
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
Peek at the current value of the Xor
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
Peek at the current value of the Set
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
Peek at the current value of the Streamable
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
Peek at the current value of the Stream
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
Peek at the current value of the Try
peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
Peek at the current value of the CompletableFuture
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
Peek at the current value of the Maybe
peek(Consumer<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
Peek at the current value of the CompletableFuture
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
Peek at the current value of the List
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
Peek at the current value of the Maybe
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
Peek at the current value of the Optional
peek(Consumer<? super R>) - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
Peek at the current value of the Maybe
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
Peek at the current value of the Set
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
Peek at the current value of the Streamable
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
Peek at the current value of the Stream
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
Peek at the current value of the Try
peek(Consumer<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
Peek at the current value of the Xor
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
Peek at the current value of the Xor
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Streamable
Peek at each value in a Streamable as it passes through unchanged
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.control.Try
 
peek(Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Xor
 
peek(Consumer<? super ST>, Consumer<? super PT>) - Method in interface com.aol.cyclops.control.Xor
 
peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Primary
 
peek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Primary
 
peek(Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
peek(Consumer<? super ST>, Consumer<? super PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
peek() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
peek(Consumer<? super V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
peek() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
peek() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
peek(Consumer<? super V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
peek() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.data.LazyImmutable
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.internal.Monad
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
peek(Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.Functor
Peek at the current value of this Functor, without transforming it
peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Peek asynchronously at the results in the current stage.
peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Peek asynchronously at the results in the current stage.
peek(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Peek asynchronously at the results in the current stage.
peek(Consumer<? super T>) - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
 
peekFailed(Consumer<? super X>) - Method in interface com.aol.cyclops.control.Try
 
peekFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
peekInput(Consumer<? super X>) - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
 
peekInternal(Consumer<? super T>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
peekLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
peekStream(Consumer<? super R>) - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
 
peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Synchronous peek operator
peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Synchronous peek operator
peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
peekSync(Consumer<? super U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Synchronous peek operator
percentile(double) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
percentile(double) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
percentile(double, Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
percentile(double) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
percentile(double) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
percentile(double) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
percentile(double, Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
percentile(double) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
percentile(double, Comparator<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
percentileBy(double, Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
percentileBy(double, Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
percentileBy(double, Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
percentileBy(double, Function<? super T, ? extends U>, Comparator<? super U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
permutations() - Method in interface com.aol.cyclops.control.ReactiveSeq
Generate the permutations based on values in the ReactiveSeq Makes use of Streamable to store intermediate stages in a collection
permutations() - Method in interface com.aol.cyclops.control.Streamable
Generate the permutations based on values in the Streamable
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
permutations() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
permutations() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
permutations() - Method in interface com.aol.cyclops.types.ExtendedTraversable
Generate the permutations based on values in the ExtendedTraversable.
permutations() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Generate the permutations based on values in the LazyFutureStream Makes use of Streamable to store intermediate stages in a collection
PersistentCollectionX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
PipelineBuilder - Class in com.aol.cyclops.internal.react.async.future
 
PipelineBuilder() - Constructor for class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
PipelineBuilder(boolean, Executor, boolean, Cacheable) - Constructor for class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
Pipes<K,V> - Class in com.aol.cyclops.control
Store for Pipes for cross-thread communication Connected Streams will not be able to complete collect or reduce style methods unless the underlying Adapter for data transfer is closed.
Pipes() - Constructor for class com.aol.cyclops.control.Pipes
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
Add an element to this Collection
plus(K, V) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
 
plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
Add the supplied element at the supplied index
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
plus(K, V) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
plus(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
plus(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
plus(T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
plus(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
plus(K, V) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
plus(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
plus(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
Add all supplied elements to this Collection
plusAll(Map<? extends K, ? extends V>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentMapX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
 
plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
Add all of the supplied elements at the supplied index
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
plusAll(Map<? extends K, ? extends V>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
plusAll(Map<? extends K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
plusAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
plusAll(Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
plusAll(int, Collection<? extends T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
plusAll(Map<? extends K, ? extends V>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
plusAll(int, Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
plusAll(Collection<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
Add an element to the collection
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
plusInOrder(T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
PMapX<K,V> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
PMapXImpl<K,V> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PMapXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
PMapXs - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PMapXs() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
PMapXs.Builder<K,V> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
poll() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
poll(long, TimeUnit) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
poll(long, TimeUnit) - Method in class com.aol.cyclops.data.async.Queue
 
poll() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
Deprecated. 
poll() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
poll() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
pollFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
pollLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
pop() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
populate(REACTOR) - Method in class com.aol.cyclops.react.threads.ReactPool
 
populateFromCompletableFuture(CompletableFuture<T>) - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
 
POrderedSetX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
pOrderedSetXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
POrderedSetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
POrderedSetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
PQueueX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
pQueueXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
PQueueXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PQueueXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
PredicateBuilder1(Matchable.MTuple1<Predicate<? super T1>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder1
 
PredicateBuilder2(Matchable.MTuple2<Predicate<? super T1>, Predicate<? super T2>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder2
 
PredicateBuilder3(Matchable.MTuple3<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder3
 
PredicateBuilder4(Matchable.MTuple4<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder4
 
PredicateBuilder5(Matchable.MTuple5<Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>, Predicate<? super T5>>) - Constructor for class com.aol.cyclops.util.function.Predicates.PredicateBuilder5
 
Predicates - Class in com.aol.cyclops.util.function
Placeholder class for Predicates useful for pattern matching, filtering etc.
Predicates() - Constructor for class com.aol.cyclops.util.function.Predicates
 
Predicates.PredicateBuilder1<T1> - Class in com.aol.cyclops.util.function
 
Predicates.PredicateBuilder2<T1,T2> - Class in com.aol.cyclops.util.function
 
Predicates.PredicateBuilder3<T1,T2,T3> - Class in com.aol.cyclops.util.function
 
Predicates.PredicateBuilder4<T1,T2,T3,T4> - Class in com.aol.cyclops.util.function
 
Predicates.PredicateBuilder5<T1,T2,T3,T4,T5> - Class in com.aol.cyclops.util.function
 
prepend(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
prepend(T...) - Method in interface com.aol.cyclops.control.ReactiveSeq
Prepend given values to the start of the Stream
prepend(T) - Method in interface com.aol.cyclops.control.Streamable
Prepend given values to the start of the Stream
prepend(T...) - Method in interface com.aol.cyclops.control.Streamable
Prepend given values to the start of the Stream
prepend(Stream<T>, T...) - Static method in class com.aol.cyclops.control.StreamUtils
Prepend given values to the start of the Stream
prepend(U) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
prepend(T...) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
prepend(T) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
prepend(U...) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
prepend(T...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Prepend given values to the start of the Stream
prependFutures(CompletableFuture<T>...) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
List<String> result = of(1,2,3).actOnFutures() .prependFutures(CompletableFuture.completedFuture(100),CompletableFuture.completedFuture(200),CompletableFuture.completedFuture(300)) .map(it ->it+"!!") .collect(Collectors.toList()); assertThat(result,equalTo(Arrays.asList("100!!","200!!","300!!","1!!","2!!","3!!")));
prependStream(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Prepend Stream to this ReactiveSeq
prependStream(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Prepend Stream to this SequenceM
prependStream(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
prependStream(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
prependStream(Stream<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Prepend Stream to this SequenceM
prependStreamable(Streamable<T>) - Method in interface com.aol.cyclops.control.Streamable
Prepend Stream to this Streamable
prependStreamFutures(Stream<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Stream<CompletableFuture<Integer>> streamOfFutures = Stream.of(CompletableFuture.completedFuture(100),CompletableFuture.completedFuture(200),CompletableFuture.completedFuture(300)); List<String> result = of(1,2,3).actOnFutures() .prependStreamFutures(streamOfFutures) .map(it ->it+"!!") .collect(Collectors.toList()); assertThat(result,equalTo(Arrays.asList("100!!","200!!","300!!","1!!","2!!","3!!")));
primary(PT) - Static method in interface com.aol.cyclops.control.Ior
 
Primary() - Constructor for class com.aol.cyclops.control.Ior.Primary
 
primary(PT) - Static method in interface com.aol.cyclops.control.Xor
Create an instance of the primary type.
Primary() - Constructor for class com.aol.cyclops.control.Xor.Primary
 
primedHotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
Return a HotStream that will start emitting data when the first connecting Stream connects.
primedHotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
 
primedHotStream(Executor) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
primedHotStream(Executor) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
primedPausableHotStream(Executor) - Method in interface com.aol.cyclops.control.ReactiveSeq
Return a pausable HotStream that will start emitting data when the first connecting Stream connects.
primedPausableHotStream(Stream<T>, Executor) - Static method in class com.aol.cyclops.control.StreamUtils
 
primedPausableHotStream(Executor) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
primedPausableHotStream(Executor) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
print(PrintWriter) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
print(PrintStream) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
print(PrintStream) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
print(PrintWriter) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
print(PrintStream) - Method in interface com.aol.cyclops.types.Foldable
Write each element within this Foldable in turn to the supplied PrintStream
print(PrintWriter) - Method in interface com.aol.cyclops.types.Foldable
Write each element within this Foldable in turn to the supplied PrintWriter
print(T) - Method in interface com.aol.cyclops.types.mixins.Printable
 
Printable - Interface in com.aol.cyclops.types.mixins
Mixin a print method with a return value (can be used as a method reference to methods that accept Functions).
PrintableIterable() - Constructor for class com.aol.cyclops.control.Streamable.PrintableIterable
 
printErr() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
printErr() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
printErr() - Method in interface com.aol.cyclops.types.Foldable
Print each value in this Foldable to the error console in turn (left-to-right)
println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
 
println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
 
println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
 
println() - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
 
printOut() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
printOut() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
printOut() - Method in interface com.aol.cyclops.types.Foldable
Print each value in this Foldable to the console in turn (left-to-right)
priority - Static variable in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.BufferedReaderToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.BufferedReaderToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.CollectionToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.DoubleStreamToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.FileToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.IntStreamToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.LongStreamToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.LongStreamToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.NullToOptionalConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.NullToOptionalConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.OptionalDoubleToOptionalConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalDoubleToOptionalConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.OptionalIntToOptionalConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalIntToOptionalConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.OptionalLongToOptionalConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.OptionalLongToOptionalConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.PublisherToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.PublisherToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.StreamableToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.StreamableToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.StringToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.StringToStreamConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.SupplierToCompletableFutureConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.SupplierToCompletableFutureConverter
 
priority - Static variable in class com.aol.cyclops.internal.comprehensions.converters.URLToStreamConverter
 
priority() - Method in class com.aol.cyclops.internal.comprehensions.converters.URLToStreamConverter
 
priority() - Method in interface com.aol.cyclops.types.extensability.Comprehender
 
priority() - Method in interface com.aol.cyclops.types.extensability.MonadicConverter
 
proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice0
Proceed and execute wrapped Supplier
proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice1
Proceed and execute wrapped Function with it's input param as captured
proceed(T) - Method in class com.aol.cyclops.control.FluentFunctions.Advice1
Proceed and execute wrapped Function replacing it's input param
proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
Proceed and execute wrapped BiFunction with it's input params as captured
proceed(T1, T2) - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
Proceed and execute wrapped BiFunction with it's input params as captured
proceed() - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
Proceed and execute wrapped TriFunction with it's input params as captured
proceed(T1, T2, T3) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
Proceed and execute wrapped TriFunction with it's input params as captured
proceed() - Method in class com.aol.cyclops.types.futurestream.Continuation
 
proceed1(T1) - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
Proceed and execute wrapped BiFunction with it's second input parameter as a captured and the replacement parameter as provided
proceed1(T1) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
Proceed and execute wrapped TriFunction with it's second and third input parameters as a captured and the replacement parameter as provided
proceed2(T2) - Method in class com.aol.cyclops.control.FluentFunctions.Advice2
Proceed and execute wrapped BiFunction with it's first input parameter as a captured and the replacement parameter as provided
proceed2(T2) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
Proceed and execute wrapped TriFunction with it's first and third input parameters as a captured and the replacement parameter as provided
proceed3(T3) - Method in class com.aol.cyclops.control.FluentFunctions.Advice3
Proceed and execute wrapped TriFunction with it's first and second input parameters as a captured and the replacement parameter as provided
PSetX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
pSetXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
PSetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PSetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
PStackX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
pStackXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
PStackXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PStackXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
publisher(Publisher<T1>) - Static method in class com.aol.cyclops.control.For
 
publisher(Publisher<T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
 
publisher(Function<? super T1, Publisher<T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
publisher(Function<? super T1, Function<? super T2, Publisher<T3>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
publisher(Function<? super T1, Function<? super T2, Function<? super T3, Publisher<T4>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
publisher(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Publisher<T5>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
publisher(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Publisher<T6>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
publisher(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Publisher<T7>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
publisher(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, Publisher<T8>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
PublisherToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
PublisherToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.PublisherToStreamConverter
 
publishTo(K, Publisher<V>) - Method in class com.aol.cyclops.control.Pipes
 
publishToAsync(K, Publisher<V>) - Method in class com.aol.cyclops.control.Pipes
 
push(K, V) - Method in class com.aol.cyclops.control.Pipes
 
push(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
PushableLazyFutureStream<T> - Class in com.aol.cyclops.util.stream.pushable
A more concrete Tuple2 impl v1 is Queue<T> v2 is LazyFutureStream<T>
PushableLazyFutureStream(Queue<T>, LazyFutureStream<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.PushableLazyFutureStream
 
PushableReactiveSeq<T> - Class in com.aol.cyclops.util.stream.pushable
A more concrete Tuple2 impl v1 is Queue<T> v2 is Seq<T>
PushableReactiveSeq(Queue<T>, ReactiveSeq<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.PushableReactiveSeq
 
PushableStream<T> - Class in com.aol.cyclops.util.stream.pushable
A more concrete Tuple2 impl v1 is Queue<T> v2 is Stream<T>
PushableStream(Queue<T>, Stream<T>) - Constructor for class com.aol.cyclops.util.stream.pushable.PushableStream
 
put(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated. 
put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
put(K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
put(K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
put(K, V, K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
put(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
put(K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
put(K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
put(K, V, K, V, K, V, K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
putAll(Map<? extends K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated. 
putAll(Map<K, V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs.Builder
 
putAll(Map<? extends K, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
putAll(Map<K, V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXs.Builder
 
putIfAbsent(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated.
putIfAbsent(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
PVectorX<T> - Interface in com.aol.cyclops.data.collections.extensions.persistent
 
pVectorXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
PVectorXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.persistent
 
PVectorXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 

Q

QuadConsumer<T1,T2,T3,T4> - Interface in com.aol.cyclops.util.function
A FunctionalInterface for side-effecting statements that accept 4 inputs (with no result).
QuadFunction<T1,T2,T3,T4,R> - Interface in com.aol.cyclops.util.function
 
quadruplicate() - Method in interface com.aol.cyclops.control.ReactiveSeq
Makes four copies of a Stream Buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
quadruplicate() - Method in interface com.aol.cyclops.control.Streamable
 
quadruplicate(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Makes four copies of a Stream Buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
quadruplicate() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
quadruplicate() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
quadruplicate() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Makes four copies of a Stream Buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
Queue<T> - Class in com.aol.cyclops.data.async
Inspired by scalaz-streams async.Queue (functionally similar, but wraps a JDK Queue - wait-free or Blocking) A Queue that takes data from one or more input Streams and provides them to one or more output Streams Interface specifies a BlockingQueue, but non-BlockingQueues (such as ConcurrentLinkedQueue can be used in conjunction with an implementation of the Continuation interface
Queue() - Constructor for class com.aol.cyclops.data.async.Queue
Construct a Queue backed by a LinkedBlockingQueue
Queue(QueueFactory<T>) - Constructor for class com.aol.cyclops.data.async.Queue
 
Queue(BlockingQueue<T>) - Constructor for class com.aol.cyclops.data.async.Queue
Queue accepts a BlockingQueue to make use of Blocking semantics
Queue(Queue<T>, WaitStrategy<T>, WaitStrategy<T>) - Constructor for class com.aol.cyclops.data.async.Queue
 
queue - Variable in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
Queue.ClosedQueueException - Exception in com.aol.cyclops.data.async
Exception thrown if Queue closed
Queue.NIL - Class in com.aol.cyclops.data.async
 
Queue.QueueReader<T> - Class in com.aol.cyclops.data.async
 
Queue.QueueTimeoutException - Exception in com.aol.cyclops.data.async
Exception thrown if Queue polling timesout
queueBackedSignal() - Static method in class com.aol.cyclops.data.async.Signal
 
QueueBasedSubscriber<T> - Class in com.aol.cyclops.types.stream.reactive
A reactive-streams subscriber for merging data from multiple publishers into a single Stream
QueueBasedSubscriber(QueueBasedSubscriber.Counter, int) - Constructor for class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
QueueBasedSubscriber.Counter - Class in com.aol.cyclops.types.stream.reactive
 
QueueFactories - Class in com.aol.cyclops.data.async
 
QueueFactories() - Constructor for class com.aol.cyclops.data.async.QueueFactories
 
QueueFactory<T> - Interface in com.aol.cyclops.data.async
 
QueueReader() - Constructor for class com.aol.cyclops.data.async.Queue.QueueReader
 
QueueTimeoutException() - Constructor for exception com.aol.cyclops.data.async.Queue.QueueTimeoutException
 
QueueToBlockingQueueWrapper() - Constructor for class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
QueueX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
 
queueXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
QueueXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
 
QueueXImpl(Queue<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
QueueXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
QuintConsumer<T1,T2,T3,T4,T5> - Interface in com.aol.cyclops.util.function
A FunctionalInterface for side-effecting statements that accept 5 inputs (with no result).
QuintFunction<T1,T2,T3,T4,T5,R> - Interface in com.aol.cyclops.util.function
 

R

range(int, int) - Method in class com.aol.cyclops.control.LazyReact
 
range(int, int) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Create an efficiently reversable Sequence that produces the integers between start and end
range(int, int) - Method in class com.aol.cyclops.control.SimpleReact
 
range(int, int) - Static method in interface com.aol.cyclops.control.Streamable
Create an efficiently reversable Sequence that produces the integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Create a PBagX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Create a POrderedSetX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Create a PQueueX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Create a PSetX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Create a PStackX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Create a PVectorX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Create a DequeX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Create a ListX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Create a QueueX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Create a SetX that contains the Integers between start and end
range(int, int) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Create a SortedSetX that contains the Integers between start and end
range(int, int) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
 
rangeLong(long, long) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Create an efficiently reversable Sequence that produces the integers between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.control.Streamable
Create an efficiently reversable Sequence that produces the integers between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Create a PBagX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Create a POrderedSetX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Create a PQueueX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Create a PSetX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Create a PStackX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Create a PVectorX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Create a DequeX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Create a ListX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Create a QueueX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Create a SetX that contains the Longs between start and end
rangeLong(long, long) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Create a SortedSetX that contains the Longs between start and end
react(Collection<Supplier<U>>) - Method in class com.aol.cyclops.control.LazyReact
 
react(Collection<Supplier<U>>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive dataflow with a list of one-off-suppliers
react(Stream<Supplier<U>>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive dataflow with a list of one-off-suppliers
react(Iterator<Supplier<U>>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive dataflow with a list of one-off-suppliers
react(Supplier<U>...) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive dataflow with an array of one-off-suppliers
react(Function<? super REACTOR, ? extends T>) - Method in class com.aol.cyclops.react.threads.ReactPool
 
react(Supplier<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a 'free threaded' asynchronous stream that runs on a single thread (not current) The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
react(Supplier<T>...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a 'free threaded' asynchronous stream that runs on a single thread (not current) The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
react(Supplier<T>) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a 'free threaded' asynchronous stream that runs on a single thread (not current) The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
react(Supplier<T>...) - Static method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a 'free threaded' asynchronous stream that runs on a single thread (not current) The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
ReactBuilder - Interface in com.aol.cyclops.internal.react.stream
 
reactI(Supplier<U>...) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
This internal method has been left protected, so it can be mocked / stubbed as some of the entry points are final
reactIterable(Iterable<Supplier<U>>) - Method in class com.aol.cyclops.internal.react.stream.BaseSimpleReact
Start a reactive dataflow with a list of one-off-suppliers
reactiveSeq(K) - Method in class com.aol.cyclops.control.Pipes
 
ReactiveSeq<T> - Interface in com.aol.cyclops.control
 
reactiveSeq() - Method in class com.aol.cyclops.control.StreamSource
Create a pushable PushableReactiveSeq
reactiveSeq(Adapter<T>) - Static method in class com.aol.cyclops.control.StreamSource
Create a pushable ReactiveSeq
reactiveSeq(Stream<T>, Optional<ReversableSpliterator>) - Static method in class com.aol.cyclops.control.StreamUtils
 
reactiveSeq() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
reactiveSeq() - Method in interface com.aol.cyclops.types.stream.ConvertableToReactiveSeq
 
reactiveSeq() - Method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
reactiveSeq() - Method in interface com.aol.cyclops.types.stream.ToStream
 
reactiveSeq() - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
Create a pushable ReactiveSeq
ReactiveSeqFutureOpterationsImpl<T> - Class in com.aol.cyclops.internal.stream
 
ReactiveSeqFutureOpterationsImpl(Executor, ReactiveSeq<T>) - Constructor for class com.aol.cyclops.internal.stream.ReactiveSeqFutureOpterationsImpl
 
ReactiveSeqImpl<T> - Class in com.aol.cyclops.internal.stream
 
ReactiveSeqImpl(Stream<T>) - Constructor for class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
ReactiveSeqImpl(Stream<T>, ReversableSpliterator) - Constructor for class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
ReactiveStreamsTerminalFutureOperations<T> - Interface in com.aol.cyclops.types.stream.reactive
Interface for reactive-streams based terminal operations, requires simple-react to be on the classpath.
ReactiveStreamsTerminalOperations<T> - Interface in com.aol.cyclops.types.stream.reactive
Interface for reactive-streams based terminal operations, requires simple-react to be on the classpath.
ReactiveTask - Class in com.aol.cyclops.types.stream.reactive
Class that represents an active reactive-streams task
ReactiveTask() - Constructor for class com.aol.cyclops.types.stream.reactive.ReactiveTask
 
ReactPool<REACTOR extends ReactBuilder> - Class in com.aol.cyclops.react.threads
Maintain a pool of x-react builders x-react builders (SimpleReact,LazyReact) can be extracted and returned to the pool externally or Streams creating functions can be supplied to the ReactPool which will select an x-react builder, run the stream and return the x-react builder to the pool
reader(Reader<?, T1>) - Static method in class com.aol.cyclops.control.For
 
Reader<T,R> - Interface in com.aol.cyclops.control
An interface that represents the Reader monad
reader(Reader<?, T1>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
 
reader(Function<? super T1, Reader<?, ? extends T2>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
reader(Function<? super T1, Function<? super T2, Reader<?, ? extends T3>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
reader(Function<? super T1, Function<? super T2, Function<? super T3, Reader<?, ? extends T4>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
reader(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Reader<?, ? extends T5>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
reader(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Reader<?, ? super T6>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
reader(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Reader<?, ? extends T7>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
reader(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, Reader<?, ? extends T8>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
ReaderComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
ReaderComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
 
ReaderT<T,R> - Interface in com.aol.cyclops.control.monads.transformers
A monad transformer for working with nested Reader monad types
readerT(ReaderT<T, R>) - Static method in class com.aol.cyclops.Matchables
 
ReaderTSeq<T,R> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad transformer for Reader nested within Sequential or non-scalar data types (e.g.
ReaderTValue<T,R> - Class in com.aol.cyclops.control.monads.transformers.values
Monad transformer for Reader nested within Scalar data types (e.g.
recover(Class<X>, BiFunction<T1, T2, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
A BiFunction that can recover from the specified exception types, using the provided recovery Function
recover(Class<X>, Function<T, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
A Function that can recover from the specified exception types, using the provided recovery Function
recover(Class<X>, Supplier<R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
A supplier that can recover from the specified exception types, using the provided Supplier
recover(Class<X>, TriFunction<T1, T2, T3, R>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
A TriFunction that can recover from the specified exception types, using the provided recovery Function
recover(Function<Throwable, ? extends T>) - Method in class com.aol.cyclops.control.FutureW
Returns a new FutureW that, when this FutureW completes exceptionally is executed with this FutureW exception as the argument to the supplied function.
recover(T) - Method in class com.aol.cyclops.control.Maybe.Just
 
recover(Supplier<T>) - Method in class com.aol.cyclops.control.Maybe.Just
 
recover(T) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
recover(Supplier<T>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
recover(T) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
recover(Supplier<T>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
recover(Supplier<T>) - Method in interface com.aol.cyclops.control.Maybe
 
recover(T) - Method in interface com.aol.cyclops.control.Maybe
 
recover(Function<Throwable, ? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Recover from an exception with an alternative value
recover(Class<EX>, Function<EX, ? extends T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Recover from a particular exception type
recover(Function<Throwable, ? extends T>) - Method in interface com.aol.cyclops.control.Streamable
Recover from an exception with an alternative value
recover(Class<EX>, Function<EX, T>) - Method in interface com.aol.cyclops.control.Streamable
Recover from a particular exception type
recover(Stream<T>, Function<Throwable, ? extends T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
recover(Stream<T>, Class<EX>, Function<EX, ? extends T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
recover(Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Failure
 
recover(Function<? super X, ? extends T>) - Method in interface com.aol.cyclops.control.Try
 
recover(Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Success
 
recover(Function<Throwable, ? extends T>) - Method in class com.aol.cyclops.internal.stream.operators.RecoverOperator
 
recover(Function<Throwable, ? extends T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
recover(Class<EX>, Function<EX, ? extends T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
recover(Function<Throwable, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
recover(Class<EX>, Function<EX, ? extends U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
recoverFor(Class<? extends X>, Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Failure
 
recoverFor(Class<? extends X>, Function<? super X, ? extends T>) - Method in interface com.aol.cyclops.control.Try
Recover if exception is of specified type
recoverFor(Class<? extends X>, Function<? super X, ? extends T>) - Method in class com.aol.cyclops.control.Try.Success
 
RecoverOperator<T> - Class in com.aol.cyclops.internal.stream.operators
 
RecoverOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.RecoverOperator
 
recoverWith(Function<? super X, ? extends Try.Success<T, X>>) - Method in class com.aol.cyclops.control.Try.Failure
 
recoverWith(Function<? super X, ? extends Try.Success<T, X>>) - Method in interface com.aol.cyclops.control.Try
flatMap recovery
recoverWith(Function<? super X, ? extends Try.Success<T, X>>) - Method in class com.aol.cyclops.control.Try.Success
 
recoverWithFor(Class<? extends X>, Function<? super X, ? extends Try.Success<T, X>>) - Method in class com.aol.cyclops.control.Try.Failure
 
recoverWithFor(Class<? extends X>, Function<? super X, ? extends Try.Success<T, X>>) - Method in interface com.aol.cyclops.control.Try
FlatMap recovery function if exception is of specified type
recoverWithFor(Class<? extends X>, Function<? super X, ? extends Try.Success<T, X>>) - Method in class com.aol.cyclops.control.Try.Success
 
reduce(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
ReactiveSeq.of("hello","2","world","4").reduce(Reducers.toString(",")); //hello,2,world,4
reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
Streamable.of("hello","2","world","4").reduce(Reducers.toString(",")); //hello,2,world,4
reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
 
reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.control.Streamable
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.control.Streamable
 
reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.Streamable
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.control.Streamable
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Stream<R>, Iterable<? extends Monoid<R>>) - Static method in class com.aol.cyclops.control.StreamUtils
Simultaneously reduce a stream with multiple reducers
reduce(Stream<R>, Stream<? extends Monoid<R>>) - Static method in class com.aol.cyclops.control.StreamUtils
Simultanously reduce a stream with multiple reducers
reduce(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
reduce(T, BinaryOperator<T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
reduce(BinaryOperator<T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
reduce(Monoid<U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
reduce(Stream<? extends Monoid<U>>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
reduce(Iterable<? extends Monoid<U>>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously perform a Stream reduction
reduce(BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously perform a Stream reduction
reduce(T, BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously perform a Stream reduction
reduce(Iterable<? extends Monoid<R>>) - Method in class com.aol.cyclops.internal.stream.operators.MultiReduceOperator
 
reduce(U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(Monoid<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(T, BinaryOperator<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(Stream<? extends Monoid<T>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(Iterable<? extends Monoid<T>>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reduce(Stream<T>) - Method in interface com.aol.cyclops.Monoid
Perform a reduction operation on the supplied Stream
reduce(Function<FastFuture, T>, T, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduce(Function<FastFuture, T>, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduce(Function<FastFuture, T>, U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduce(Function<FastFuture, T>, U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduce(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
ReactiveSeq.of("hello","2","world","4").reduce(Reducers.toString(",")); //hello,2,world,4
reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Monoid<T>) - Method in interface com.aol.cyclops.types.Foldable
Reduce this Foldable to a single value, using the supplied Monoid.
reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Foldable
An equivalent function to Stream.reduce(BinaryOperator)
reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.Foldable
An equivalent function to Stream.reduce(Object, BinaryOperator)
reduce(U, BiFunction<U, ? super T, U>) - Method in interface com.aol.cyclops.types.Foldable
An equivalent function to java.util.stream.Stream#reduce(Object, BiFunction)
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.Foldable
An equivalent function to Stream.reduce(Object, BiFunction, BinaryOperator)
reduce(Stream<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.Foldable
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(Iterable<? extends Monoid<T>>) - Method in interface com.aol.cyclops.types.Foldable
Reduce with multiple reducers in parallel NB if this Monad is an Optional [Arrays.asList(1,2,3)] reduce will operate on the Optional as if the list was one value To reduce over the values on the list, called streamedMonad() first.
reduce(T, BiFunction<T, ? super U, T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
reduce(U, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
reduce(T, BiFunction<T, ? super U, T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
reduce(BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
reduce(BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
reduce(U, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
reduce(T, BiFunction<T, ? super U, T>, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
reduce(T, BiFunction<T, ? super U, T>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
reduce(BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Reduce a Stream
reduce(CompletableFuture<T>, BinaryOperator<CompletableFuture<T>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
reduce(CompletableFuture<U>, BiFunction<CompletableFuture<U>, ? super CompletableFuture<T>, CompletableFuture<U>>, BinaryOperator<CompletableFuture<U>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously perform a Stream reduction
reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously perform a Stream reduction
reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously perform a Stream reduction
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly perform a Stream reduction
reduce(BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly perform a Stream reduction
reduce(T, BinaryOperator<T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly perform a Stream reduction
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously perform a Stream reduction
reduce(BinaryOperator<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously perform a Stream reduction
reduce(T, BinaryOperator<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously perform a Stream reduction
reduceM(Monoid<R>) - Method in interface com.aol.cyclops.internal.Monad
Perform a reduction where NT is a (native) Monad type e.g.
reduceMSeq(Monoid<AnyMSeq<T>>) - Method in interface com.aol.cyclops.control.AnyM
Perform a monadic reduction using a Monoid that combines AnyM types.
reduceMSeq(Monoid<AnyMSeq<T>>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
reduceMValue(Monoid<AnyMValue<T>>) - Method in interface com.aol.cyclops.control.AnyM
Perform a monadic reduction using a Monoid that combines AnyM types.
reduceMValue(Monoid<AnyMValue<T>>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
Reducer<T> - Interface in com.aol.cyclops
A class that extends Monoid to include a map operation to map to the type of the identity element first (to make reduction to immutable collections, for example, easier to work with in Java 8 Streams).
reducer() - Method in interface com.aol.cyclops.Semigroup
 
reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, T, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, BinaryOperator<T>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
reduceResults(Collection<FastFuture<T>>, Function<FastFuture, T>, U, BiFunction<U, ? super T, U>) - Method in class com.aol.cyclops.react.collectors.lazy.IncrementalReducer
 
Reducers - Class in com.aol.cyclops
 
Reducers() - Constructor for class com.aol.cyclops.Reducers
 
ReflectionCache - Class in com.aol.cyclops.internal.invokedynamic
 
ReflectionCache() - Constructor for class com.aol.cyclops.internal.invokedynamic.ReflectionCache
 
register(K, Adapter<V>) - Method in class com.aol.cyclops.control.Pipes
Register a Queue, and get back a listening LazyFutureStream that runs on a single thread (not the calling thread)
registered() - Method in class com.aol.cyclops.control.Pipes
 
registerLimit(long) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
 
registerLimit(long) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
 
registerLimit(long) - Method in class com.aol.cyclops.react.async.subscription.Subscription
 
registerSkip(long) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
 
registerSkip(long) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
 
registerSkip(long) - Method in class com.aol.cyclops.react.async.subscription.Subscription
 
registerTimeLimit(long) - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
 
registerTimeLimit(long) - Method in interface com.aol.cyclops.react.async.subscription.Continueable
 
registerTimeLimit(long) - Method in class com.aol.cyclops.react.async.subscription.Subscription
 
remainingCapacity() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
remove(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
Remove all occurances of the specified element from the ReactiveSeq
remove(T) - Method in interface com.aol.cyclops.control.Streamable
Remove all occurances of the specified element from the SequenceM
remove() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
remove(Object) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated. 
remove(Object, Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated.
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
remove() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
Deprecated. 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
remove(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
Deprecated. 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
remove(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
Deprecated. 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
remove() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
remove(int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
remove(Object, Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
remove() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
remove(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
remove(U) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Remove all occurances of the specified element from the SequenceM
removeAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
Remove all elements from this collection that match the values in the provided Seq
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
removeAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
removeAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
removeAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
removeAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
removeAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
removeAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
removeAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
removeAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
Remove all elements in the supplied Stream from this filterable
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
Remove all elements in the supplied Iterable from this filterable
removeAll(T...) - Method in interface com.aol.cyclops.types.IterableFilterable
Remove all supplied elements from this filterable
removeAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
removeAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
removeAll(Seq<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
removeAll(T...) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
removeFirst() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
removeFirstOccurrence(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
removeIf(Predicate) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
removeIf(Predicate<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
removeLast() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
removeLastOccurrence(Object) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
RepeatableStream<T> - Class in com.aol.cyclops.types.futurestream
 
RepeatableStream() - Constructor for class com.aol.cyclops.types.futurestream.RepeatableStream
 
replace(K, V, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated.
replace(K, V) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated.
replace(K, V, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
replace(K, V) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
Deprecated.
replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
replaceAll(UnaryOperator<T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
replicateM(int) - Method in interface com.aol.cyclops.internal.Monad
Replicate given Monad
replicateM(int) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
replicateM(int) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
replicateM(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
replicateM(int) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
Replicate given Monad
request(long) - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
 
requestAll() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
Request all elements to be processed from the processing Stream
requestAllAsync() - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
Request all elements to be processed asynchronously in the processing stream
requestAsync(long) - Method in class com.aol.cyclops.types.stream.reactive.ReactiveTask
Asyncrhonously request more elements from the Stream
requestOne() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
resolveForCrossTypeFlatMap(Comprehender, CompletableFuture) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.CompletableFutureComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Eval) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.EvalComprehender
 
resolveForCrossTypeFlatMap(Comprehender, FeatureToggle<Object>) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FeatureToggleComprehender
 
resolveForCrossTypeFlatMap(Comprehender, FutureW) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.FutureFunctorComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.InvokeDynamicComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Ior) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.IorComprehender
 
resolveForCrossTypeFlatMap(Comprehender, List) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Maybe) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.MaybeComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Optional) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.OptionalComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Reader) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ReaderComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Set) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
resolveForCrossTypeFlatMap(Comprehender, SimpleReactStream) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
resolveForCrossTypeFlatMap(Comprehender, CompletableFutureTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.CompletableFutureTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, EvalTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.EvalTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, FutureWTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.FutureWTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, ListTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.ListTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, MaybeTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.MaybeTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, OptionalTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.OptionalTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, CompletableFutureTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.CompletableFutureTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, EvalTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.EvalTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, FutureWTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.FutureWTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, ListTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.ListTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, MaybeTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.MaybeTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, OptionalTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.OptionalTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, SetTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, StreamableTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, StreamTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, TryTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, XorTSeq) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
resolveForCrossTypeFlatMap(Comprehender, SetTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, StreamableTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, StreamTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, TryTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, XorTValue) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Try) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
 
resolveForCrossTypeFlatMap(Comprehender, Xor) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
 
resolveForCrossTypeFlatMap(Comprehender, T) - Method in interface com.aol.cyclops.types.extensability.Comprehender
Answers the question how should this type behave when returned in a flatMap function by another type? For example - Optional uses comp.of(opt.get()) when a value is present and comp.empty() when no value is present.
result() - Method in interface com.aol.cyclops.control.Trampoline
 
result - Variable in class com.aol.cyclops.internal.react.async.future.FastFuture.OnComplete
 
retainAll(Collection) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
Retain all elements from this collection that match the values in the provided Seq
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
Deprecated.
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
retainAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
retainAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
retainAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
Deprecated.
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
Deprecated.
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
Deprecated.
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
Deprecated.
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
Deprecated.
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
retainAll(Iterable<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
retainAll(Stream<? extends Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
retainAll(Tuple2<K, V>...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
retainAll(T...) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
retainAll(Collection<?>) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
Retain only the supplied elements in the returned Filterable
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.IterableFilterable
Retain only the supplied elements in the returned Filterable
retainAll(T...) - Method in interface com.aol.cyclops.types.IterableFilterable
Retain only the supplied elements in the returned Filterable
retainAll(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
retainAll(Seq<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
retainAll(Stream<? extends T>) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
retainAll(T...) - Method in interface com.aol.cyclops.types.stream.JoolManipulation
 
retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
A BiFunction capable of retrying on failure using an exponential backoff strategy
retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
A Function capable of retrying on failure using an exponential backoff strategy
retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentSupplier
A supplier capable of retrying on failure using an exponential backoff strategy
retry(int, int) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
A TriFunction capable of retrying on failure using an exponential backoff strategy
retry(Function<? super T, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Retry a transformation if it fails.
retry(Function<? super T, ? extends R>, int, long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
Retry a transformation if it fails.
retry(Function<T, R>) - Method in interface com.aol.cyclops.control.Streamable
Retry a transformation if it fails.
retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Will execute this phase on the RetryExecutor (default or user supplied).
retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
Will execute this phase on the RetryExecutor (default or user supplied).
retry(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Will execute this phase on the RetryExecutor (default or user supplied).
RetryBuilder - Class in com.aol.cyclops.react
 
RetryBuilder() - Constructor for class com.aol.cyclops.react.RetryBuilder
 
RetryBuilder.factory - Enum in com.aol.cyclops.react
 
returnPopulator(LazyReact) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
returnPopulator(LazyReact) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
reveresedJDKStream() - Method in interface com.aol.cyclops.types.stream.ToStream
 
reveresedStream() - Method in interface com.aol.cyclops.types.stream.ToStream
 
ReversableSpliterator - Interface in com.aol.cyclops.internal.stream.spliterators
 
reverse() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
reverse() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
reverse() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
reverse() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
reverse() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
reverse() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
reverse() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
reverse() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
reverse() - Method in interface com.aol.cyclops.control.Streamable
 
reverse(Stream<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Reverse a Stream
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
reverse() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
reverse() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
reverse(Stream<U>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
Reverse a Stream
reverse() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
reverse() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Reverse a stream.
reverse() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Reverse this Stream, by reversing the order in which the underlying Futures will be processed
reverse() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Reversed, operating on the underlying futures.
reverse() - Method in interface com.aol.cyclops.types.Traversable
 
ReversedIterator<U> - Class in com.aol.cyclops.internal.stream
 
ReversedIterator() - Constructor for class com.aol.cyclops.internal.stream.ReversedIterator
 
reversedIterator() - Method in class com.aol.cyclops.internal.stream.ReversedIterator
 
reversedListOf(List<T>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a Reveresed Sequence from the provided elements Can be reversed (again) efficiently
reversedListOf(List<T>) - Static method in interface com.aol.cyclops.control.Streamable
Construct a Reveresed Sequence from the provided elements Can be reversed (again) efficiently
reversedOf(T...) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Construct a Reveresed Sequence from the provided elements Can be reversed (again) efficiently
reversedOf(T...) - Static method in interface com.aol.cyclops.control.Streamable
Construct a Reveresed Sequence from the provided elements Can be reversed (again) efficiently
reversedStream(List<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a reversed Stream from a List
reversedStream(List<U>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
Create a reversed Stream from a List
ReversingArraySpliterator<T> - Class in com.aol.cyclops.internal.stream.spliterators
 
ReversingArraySpliterator() - Constructor for class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
 
ReversingListSpliterator<T> - Class in com.aol.cyclops.internal.stream.spliterators
 
ReversingListSpliterator(List<T>, boolean) - Constructor for class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
 
ReversingRangeIntSpliterator - Class in com.aol.cyclops.internal.stream.spliterators
 
ReversingRangeIntSpliterator(int, int, boolean) - Constructor for class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
 
ReversingRangeLongSpliterator - Class in com.aol.cyclops.internal.stream.spliterators
 
ReversingRangeLongSpliterator(long, long, boolean) - Constructor for class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
 
rightOuterJoin(Stream<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
rightOuterJoin(Iterable<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
rightOuterJoin(Seq<? extends U>, BiPredicate<? super T, ? super U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
rightOuterJoin(Streamable<U>, BiPredicate<T, U>) - Method in interface com.aol.cyclops.control.Streamable
 
rightOuterJoin(Stream<? extends T>, BiPredicate<? super U, ? super T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Right outer join 2 streams into one.
run() - Method in interface com.aol.cyclops.control.Try.CheckedRunnable
 
run(Try.CheckedRunnable<X>) - Method in interface com.aol.cyclops.control.Try.Init
Run the supplied CheckedRunnable and trap any Exceptions Return type is Void
run(Try.CheckedRunnable<X>) - Method in class com.aol.cyclops.control.Try.MyInit
 
run(LazyStreamWrapper<U>, EmptyCollector<U>) - Method in class com.aol.cyclops.internal.react.stream.Runner
 
run() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
Trigger a lazy stream as a task on the provided Executor
run(Collector<U, A, R>) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
Trigger a lazy stream and return the results in the Collection created by the collector
run() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
runContinuation(Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
runContinuations(LazyStreamWrapper, EmptyCollector) - Method in class com.aol.cyclops.internal.react.stream.Runner
 
Runner<U> - Class in com.aol.cyclops.internal.react.stream
 
Runner() - Constructor for class com.aol.cyclops.internal.react.stream.Runner
 
runOnCurrent() - Method in interface com.aol.cyclops.types.futurestream.LazyStream
Trigger a lazy stream
runThread(Runnable) - Method in interface com.aol.cyclops.types.futurestream.LazyStream
 
runWithCatch(Try.CheckedRunnable<X>, Class<? extends X>...) - Static method in interface com.aol.cyclops.control.Try
Try to execute supplied Runnable and will Catch specified Excpetions or java.lang.Exception if none specified.

S

s(Supplier<T>) - Static method in class com.aol.cyclops.util.function.Lambda
E.g.
safeJoin(FastFuture<T>) - Method in class com.aol.cyclops.internal.react.stream.traits.future.operators.OperationsOnFuturesImpl
 
safeJoin(FastFuture<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
SamplingCollector<T> - Class in com.aol.cyclops.react.collectors.lazy
Class that allows client code to only collect a sample of results from an Infinite SimpleReact Stream The SamplingCollector won't collect results itself, but hand of control to a consumer that can when Sampling triggered.
SamplingCollector(int, LazyResultConsumer<T>) - Constructor for class com.aol.cyclops.react.collectors.lazy.SamplingCollector
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
scanLeft(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
scanLeft(U, BiFunction<? super U, ? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
scanLeft(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
scanLeft(U, BiFunction<? super U, ? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Scan left using supplied Monoid
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Scan left
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
Scan left using supplied Monoid
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
Scan left
scanLeft(Stream<T>, Monoid<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Scan left using supplied Monoid
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
scanLeft(Monoid<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
scanLeft(T, BiFunction<? super T, ? super U, ? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Scan a stream to the left.
scanLeft(Monoid<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
scanLeft(Monoid<T>) - Method in interface com.aol.cyclops.types.Traversable
Scan left using supplied Monoid
scanLeft(U, BiFunction<? super U, ? super T, ? extends U>) - Method in interface com.aol.cyclops.types.Traversable
Scan left
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
scanRight(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
scanRight(U, BiFunction<? super A, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
scanRight(Monoid<A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
scanRight(U, BiFunction<? super A, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Scan right
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Scan right
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.control.Streamable
Scan right
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
Scan right
scanRight(Stream<T>, U, BiFunction<? super T, ? super U, ? extends U>) - Static method in class com.aol.cyclops.control.StreamUtils
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
scanRight(Monoid<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
scanRight(R, BiFunction<? super U, ? super R, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Scan a stream to the right.
scanRight(Monoid<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
scanRight(Monoid<T>) - Method in interface com.aol.cyclops.types.Traversable
Scan right
scanRight(U, BiFunction<? super T, ? super U, ? extends U>) - Method in interface com.aol.cyclops.types.Traversable
Scan right
schedule(String, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.control.FutureW
Schedule the population of a FutureW from the provided Supplier, the provided Cron (Quartz format) expression will be used to trigger the population of the FutureW.
schedule(long, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.control.FutureW
Schedule the population of a FutureW from the provided Supplier after the specified delay.
schedule(String, ScheduledExecutorService) - Method in interface com.aol.cyclops.control.ReactiveSeq
Execute this Stream on a schedule
schedule(Stream<T>, String, ScheduledExecutorService) - Static method in class com.aol.cyclops.control.StreamUtils
Execute this Stream on a schedule
schedule(String, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
schedule(String, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
schedule(String, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
schedule(String, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Execute this Stream on a schedule
schedule(String, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.Foldable
Execute this Stream on a schedule
schedule(String, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
schedule(long, ScheduledExecutorService, Supplier<T>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
scheduleFixedDelay(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.control.ReactiveSeq
Execute this Stream on a schedule
scheduleFixedDelay(Stream<T>, long, ScheduledExecutorService) - Static method in class com.aol.cyclops.control.StreamUtils
Execute this Stream on a schedule
scheduleFixedDelay(long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
scheduleFixedDelay(long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
scheduleFixedDelay(long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
scheduleFixedDelay(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Execute this Stream on a schedule
scheduleFixedDelay(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.Foldable
Execute this Stream on a schedule
scheduleFixedDelayInternal(Iterator<T>, long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.IteratorHotStream
 
scheduleFixedRate(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.control.ReactiveSeq
Execute this Stream on a schedule
scheduleFixedRate(Stream<T>, long, ScheduledExecutorService) - Static method in class com.aol.cyclops.control.StreamUtils
Execute this Stream on a schedule
scheduleFixedRate(long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
scheduleFixedRate(long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
scheduleFixedRate(Iterator<T>, long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.IteratorHotStream
 
scheduleFixedRate(long, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
scheduleFixedRate(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Execute this Stream on a schedule
scheduleFixedRate(long, ScheduledExecutorService) - Method in interface com.aol.cyclops.types.Foldable
Execute this Stream on a schedule
scheduleInternal(Iterator<T>, String, ScheduledExecutorService) - Method in class com.aol.cyclops.internal.stream.IteratorHotStream
 
SECOND - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
secondary(ST) - Static method in interface com.aol.cyclops.control.Ior
 
Secondary() - Constructor for class com.aol.cyclops.control.Ior.Secondary
 
secondary(ST) - Static method in interface com.aol.cyclops.control.Xor
Create an instance of the secondary type.
Secondary() - Constructor for class com.aol.cyclops.control.Xor.Secondary
 
secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, RT1>>) - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, RT1>>) - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, RT1>>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryFlatMap(Function<? super ST, ? extends Ior<LT1, RT1>>) - Method in interface com.aol.cyclops.control.Ior
 
secondaryFlatMap(Function<? super ST, ? extends Xor<LT1, RT1>>) - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryFlatMap(Function<? super ST, ? extends Xor<LT1, RT1>>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryFlatMap(Function<? super ST, ? extends Xor<LT1, RT1>>) - Method in interface com.aol.cyclops.control.Xor
 
secondaryGet() - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryGet() - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryGet() - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryGet() - Method in interface com.aol.cyclops.control.Ior
 
secondaryGet() - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryGet() - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryGet() - Method in interface com.aol.cyclops.control.Xor
 
secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryMap(Function<? super ST, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryMap(Function<? super ST, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryMap(Function<? super ST, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryPeek(Consumer<? super ST>) - Method in interface com.aol.cyclops.control.Ior
 
secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryPeek(Consumer<? super ST>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryPeek(Consumer<? super ST>) - Method in interface com.aol.cyclops.control.Xor
 
secondaryToOptional() - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryToOptional() - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryToOptional() - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryToOptional() - Method in interface com.aol.cyclops.control.Ior
 
secondaryToOptional() - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryToOptional() - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryToOptional() - Method in interface com.aol.cyclops.control.Xor
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Ior<ST, PT>>) - Method in interface com.aol.cyclops.control.Ior
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Xor<ST, PT>>) - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Xor<ST, PT>>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryToPrimayFlatMap(Function<? super ST, ? extends Xor<ST, PT>>) - Method in interface com.aol.cyclops.control.Xor
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in interface com.aol.cyclops.control.Ior
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryToPrimayMap(Function<? super ST, ? extends PT>) - Method in interface com.aol.cyclops.control.Xor
 
secondaryToStream() - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryToStream() - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryToStream() - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryToStream() - Method in interface com.aol.cyclops.control.Ior
 
secondaryToStream() - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryToStream() - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryToStream() - Method in interface com.aol.cyclops.control.Xor
 
secondaryValue() - Method in class com.aol.cyclops.control.Ior.Both
 
secondaryValue() - Method in class com.aol.cyclops.control.Ior.Primary
 
secondaryValue() - Method in class com.aol.cyclops.control.Ior.Secondary
 
secondaryValue() - Method in interface com.aol.cyclops.control.Ior
 
secondaryValue() - Method in class com.aol.cyclops.control.Xor.Primary
 
secondaryValue() - Method in class com.aol.cyclops.control.Xor.Secondary
 
secondaryValue() - Method in interface com.aol.cyclops.control.Xor
 
seconds - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
selectComprehender(Class) - Method in class com.aol.cyclops.internal.monads.ComprehenderSelector
 
selectComprehender(Object) - Method in class com.aol.cyclops.internal.monads.ComprehenderSelector
 
self(Consumer<LazyFutureStream<U>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Give a consumer access to this Stream
self(Consumer<SimpleReactStream<U>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Give a function access to the current stage of a SimpleReact Stream
Semigroup<T> - Interface in com.aol.cyclops
 
SemigroupApplyer() - Constructor for class com.aol.cyclops.types.applicative.ApplicativeFunctor.ApplyFunctions.SemigroupApplyer
 
Semigroups - Interface in com.aol.cyclops
 
seq(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
Non-type safe way to wrap a supported monad type in an AnyMSeq
seq(Object) - Static method in class com.aol.cyclops.internal.matcher2.SeqUtils
 
seq() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
SeqSubscriber<T> - Class in com.aol.cyclops.types.stream.reactive
A reactive-streams Subscriber that can generate various forms of sequences from a publisher
SeqSubscriber() - Constructor for class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
sequence(Collection<? extends AnyM<T1>>) - Static method in interface com.aol.cyclops.control.AnyM
Convert a Collection of Monads to a Monad with a List
sequence(Stream<? extends AnyM<T>>, Supplier<? extends AnyM<Stream<T>>>) - Static method in interface com.aol.cyclops.control.AnyM
Convert a Stream of Monads to a Monad with a Stream
sequence(CollectionX<Eval<T>>) - Static method in interface com.aol.cyclops.control.Eval
Turn a collection of Evals into a single Eval with a List of values.
sequence(Stream<Eval<T>>) - Static method in interface com.aol.cyclops.control.Eval
Turn a Stream of Evals into a single Eval with a Stream of values.
sequence(CollectionX<FutureW<T>>) - Static method in class com.aol.cyclops.control.FutureW
Sequence operation that convert a Collection of FutureWs to a FutureW with a List
sequence(Stream<FutureW<T>>) - Static method in class com.aol.cyclops.control.FutureW
Sequence operation that convert a Stream of FutureWs to a FutureW with a Stream
sequence(CollectionX<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
 
sequence(Stream<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
 
sequence() - Method in interface com.aol.cyclops.internal.Monad
 
sequence(Collection<? extends AnyM<T1>>) - Method in class com.aol.cyclops.internal.monads.AnyMonads
Convert a Collection of Monads to a Monad with a List
sequence(Stream<? extends AnyM<T1>>) - Method in class com.aol.cyclops.internal.monads.AnyMonads
Convert a Stream of Monads to a Monad with a List
sequence() - Method in class com.aol.cyclops.internal.monads.MonadWrapper
 
sequence(Collection<? extends AnyMSeq<T1>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Convert a Collection of Monads to a Monad with a List
sequence(Stream<AnyMSeq<T>>, Supplier<AnyMSeq<Stream<T>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Convert a Stream of Monads to a Monad with a Stream
sequence(Stream<AnyMValue<T>>, Supplier<AnyMValue<Stream<T>>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Convert a Stream of Monads to a Monad with a Stream
sequence(Collection<? extends AnyMValue<T1>>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Convert a Collection of Monads to a Monad with a List
sequence(CollectionX<CompletableFuture<T>>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
sequence(Stream<CompletableFuture<T>>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
sequence(CollectionX<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
 
sequence(Stream<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
 
sequenceJust(CollectionX<Maybe<T>>) - Static method in interface com.aol.cyclops.control.Maybe
 
sequencePresent(CollectionX<Optional<T>>) - Static method in class com.aol.cyclops.util.Optionals
 
sequencePrimary(CollectionX<Ior<ST, PT>>) - Static method in interface com.aol.cyclops.control.Ior
 
sequencePrimary(CollectionX<Xor<ST, PT>>) - Static method in interface com.aol.cyclops.control.Xor
 
sequenceSecondary(CollectionX<Ior<ST, PT>>) - Static method in interface com.aol.cyclops.control.Ior
 
sequenceSecondary(CollectionX<Xor<ST, PT>>) - Static method in interface com.aol.cyclops.control.Xor
 
sequential() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sequential() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
sequential() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
SEQUENTIAL - Static variable in class com.aol.cyclops.react.collectors.lazy.MaxActive
 
sequential() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
Sequential<T> - Interface in com.aol.cyclops.types
A sequential non-scalar data type
sequentialBuilder() - Static method in class com.aol.cyclops.control.LazyReact
 
sequentialBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
 
sequentialCommonBuilder() - Static method in class com.aol.cyclops.control.LazyReact
 
sequentialCommonBuilder() - Static method in class com.aol.cyclops.control.SimpleReact
 
sequentialCurrentBuilder() - Static method in class com.aol.cyclops.control.LazyReact
 
SequentialElasticPools - Class in com.aol.cyclops.react.threads
A ReactPool of each type for sequential Streams
SequentialElasticPools() - Constructor for class com.aol.cyclops.react.threads.SequentialElasticPools
 
SeqUtils - Class in com.aol.cyclops.internal.matcher2
 
SeqUtils() - Constructor for class com.aol.cyclops.internal.matcher2.SeqUtils
 
SeqUtils - Class in com.aol.cyclops.internal.stream
 
SeqUtils() - Constructor for class com.aol.cyclops.internal.stream.SeqUtils
 
SeqUtils.EMPTY - Class in com.aol.cyclops.internal.matcher2
 
set(T) - Method in class com.aol.cyclops.data.async.Signal
Set the current value of this signal
set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
Deprecated. 
set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
Deprecated. 
set(int, T) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
set(T) - Method in class com.aol.cyclops.data.Mutable
 
set(boolean) - Method in class com.aol.cyclops.data.MutableBoolean
 
set(byte) - Method in class com.aol.cyclops.data.MutableByte
 
set(char) - Method in class com.aol.cyclops.data.MutableChar
 
set(double) - Method in class com.aol.cyclops.data.MutableDouble
 
set(float) - Method in class com.aol.cyclops.data.MutableFloat
 
set(int) - Method in class com.aol.cyclops.data.MutableInt
 
set(long) - Method in class com.aol.cyclops.data.MutableLong
 
set(short) - Method in class com.aol.cyclops.data.MutableShort
 
set(T) - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
 
setAssigned(PStack<DoBuilderModule.Entry>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp
 
setCalendarHour(Calendar, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
SetComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
SetComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
setOnce(T) - Method in class com.aol.cyclops.data.LazyImmutable
Set the value of this ImmutableClosedValue If it has already been set will throw an exception
setReverse(boolean) - Method in interface com.aol.cyclops.internal.stream.spliterators.ReversableSpliterator
 
setSizeSignal(int, Signal<Integer>) - Method in class com.aol.cyclops.data.async.Topic
 
SetT<T> - Interface in com.aol.cyclops.control.monads.transformers
'Monad' Transformer for Java Sets (will break laws as map will lose duplicates) SetT consists of an AnyM instance that in turns wraps anoter Monad type that contains an Set SetT allows the deeply wrapped Set to be manipulating within it's nested /contained context
setT(SetT<T>) - Static method in class com.aol.cyclops.Matchables
 
setT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
setTimeZone(TimeZone) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Sets the time zone for which this CronExpression will be resolved.
SetTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
'Monad' Transformer for Java Sets (will break laws as map will lose duplicates) nested within Sequential or non-scalar data types (e.g.
SetTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
SetTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.SetTSeqComprehender
 
SetTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Java Sets (will break laws as map will lose duplicates) nested within Scalar data types (e.g.
SetTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
SetTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.SetTValueComprehender
 
setUseCommon(boolean) - Static method in class com.aol.cyclops.react.ThreadPools
 
SetX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
 
setXCollector() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
setXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
SetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
 
SetXImpl(Set<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
SetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
shard(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Break a stream into multiple Streams based of some characteristic of the elements of the Stream e.g.
shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
shuffle() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
shuffle(Random) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
shuffle() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
shuffle(Random) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
shuffle() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
shuffle(Random) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
shuffle() - Method in interface com.aol.cyclops.control.Streamable
 
shuffle(Random) - Method in interface com.aol.cyclops.control.Streamable
 
shuffle(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
shuffle() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
shuffle(Random) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
shuffle() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
shuffle(Random) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
shuffle() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
shuffle(Random) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
shuffle() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Shuffle a stream // e.g.
shuffle(Random) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Shuffle a stream using specified source of randomness // e.g.
shuffle() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
shuffle(Random) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Shuffle a stream using specified source of randomness // e.g.
shuffle() - Method in interface com.aol.cyclops.types.Traversable
 
shuffle(Random) - Method in interface com.aol.cyclops.types.Traversable
 
Signal<T> - Class in com.aol.cyclops.data.async
Datastructure that accepts a Stream of data and outputs a Stream of changes
Signal(Adapter<T>, Adapter<T>) - Constructor for class com.aol.cyclops.data.async.Signal
Construct a new Signal
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue1
 
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue2
 
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue3
 
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue4
 
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValue5
 
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValueOpt
 
simplerCase - Variable in class com.aol.cyclops.control.Matchable.CheckValues
 
SimpleReact - Class in com.aol.cyclops.control
Builder class for FutureStream react methods - submit Suppliers to task executor of methods - build Streams directly from data
SimpleReact() - Constructor for class com.aol.cyclops.control.SimpleReact
Construct a SimpleReact builder using standard thread pool.
SimpleReact(Executor, RetryExecutor, Boolean) - Constructor for class com.aol.cyclops.control.SimpleReact
 
SimpleReact(Executor) - Constructor for class com.aol.cyclops.control.SimpleReact
 
SimpleReact(Executor, RetryExecutor) - Constructor for class com.aol.cyclops.control.SimpleReact
 
SimpleReact(Executor, RetryExecutor, Executor) - Constructor for class com.aol.cyclops.control.SimpleReact
 
SimpleReact(Executor, Executor, RetryExecutor, Boolean) - Constructor for class com.aol.cyclops.control.SimpleReact
 
simpleReact - Static variable in class com.aol.cyclops.react.threads.ParallelElasticPools
 
simpleReact - Static variable in class com.aol.cyclops.react.threads.SequentialElasticPools
 
SimpleReactCompletionException - Exception in com.aol.cyclops.internal.react.exceptions
 
SimpleReactCompletionException(Throwable) - Constructor for exception com.aol.cyclops.internal.react.exceptions.SimpleReactCompletionException
 
SimpleReactFailedStageException - Exception in com.aol.cyclops.react
 
SimpleReactFailedStageException() - Constructor for exception com.aol.cyclops.react.SimpleReactFailedStageException
 
SimpleReactProcessingException - Exception in com.aol.cyclops.internal.react.exceptions
 
SimpleReactProcessingException() - Constructor for exception com.aol.cyclops.internal.react.exceptions.SimpleReactProcessingException
 
SimpleReactProcessingException(String, Throwable, boolean, boolean) - Constructor for exception com.aol.cyclops.internal.react.exceptions.SimpleReactProcessingException
 
SimpleReactProcessingException(String, Throwable) - Constructor for exception com.aol.cyclops.internal.react.exceptions.SimpleReactProcessingException
 
SimpleReactProcessingException(String) - Constructor for exception com.aol.cyclops.internal.react.exceptions.SimpleReactProcessingException
 
SimpleReactProcessingException(Throwable) - Constructor for exception com.aol.cyclops.internal.react.exceptions.SimpleReactProcessingException
 
simpleReactStream(CompletableFuture<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked , in which it will switch to the common 'free' thread executor) Subsequent tasks will be executed synchronously unless the async() operator is invoked.
simpleReactStream(CompletableFuture<T>...) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a 'free threaded' asynchronous stream that runs on a single thread (not current) The supplier will be executed asyncrhonously, subsequent tasks will be executed synchronously unless the async() operator is invoked.
simpleReactStream(Stream<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Wrap a Stream into a SimpleReactStream.
simpleReactStream(Iterator<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Wrap an Iterator into a FutureStream.
SimpleReactStream<U> - Interface in com.aol.cyclops.types.futurestream
 
SimpleReactStreamComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
SimpleReactStreamComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.SimpleReactStreamComprehender
 
simpleReactStreamFrom(Stream<CompletableFuture<T>>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Create a 'free threaded' asynchronous stream that runs on the supplied CompletableFutures executor service (unless async operator invoked , in which it will switch to the common 'free' thread executor) Subsequent tasks will be executed synchronously unless the async() operator is invoked.
simpleReactStreamFromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
Wrap an Iterable into a FutureStream.
SimpleReactStreamImpl<U> - Class in com.aol.cyclops.internal.react
 
SimpleReactStreamImpl(SimpleReact, Stream<CompletableFuture<U>>) - Constructor for class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
SimpleTimer - Class in com.aol.cyclops.util
Simple Timer class that returns elapsed milliseconds since construction
SimpleTimer() - Constructor for class com.aol.cyclops.util.SimpleTimer
 
single() - Method in interface com.aol.cyclops.control.ReactiveSeq
//1 ReactiveSeq.of(1).single(); //UnsupportedOperationException ReactiveSeq.of().single(); //UnsupportedOperationException ReactiveSeq.of(1,2,3).single();
single(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
single() - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(1).single(),equalTo(1));
single() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
single(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
single() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
single(Predicate<T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
single() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
//1 ReactiveSeq.of(1).single(); //UnsupportedOperationException ReactiveSeq.of().single(); //UnsupportedOperationException ReactiveSeq.of(1,2,3).single();
single(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
single() - Method in interface com.aol.cyclops.types.Foldable
//1 ReactiveSeq.of(1).single(); //UnsupportedOperationException ReactiveSeq.of().single(); //UnsupportedOperationException ReactiveSeq.of(1,2,3).single();
single(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Foldable
 
single() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
 
single(Predicate<T>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
 
single() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
single(Predicate<T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
single() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
single(Predicate<T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
SingleContinuation(Queue<?>) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.SingleContinuation
 
singleOptional() - Method in interface com.aol.cyclops.control.ReactiveSeq
//Optional[1] ReactiveSeq.of(1).singleOptional(); //Optional.empty ReactiveSeq.of().singleOpional(); //Optional.empty ReactiveSeq.of(1,2,3).singleOptional();
singleOptional() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
singleOptional() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
singleOptional() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
//Optional[1] ReactiveSeq.of(1).singleOptional(); //Optional.empty ReactiveSeq.of().singleOpional(); //Optional.empty ReactiveSeq.of(1,2,3).singleOptional();
singleOptional() - Method in interface com.aol.cyclops.types.Foldable
//Optional[1] ReactiveSeq.of(1).singleOptional(); //Optional.empty ReactiveSeq.of().singleOpional(); //Optional.empty ReactiveSeq.of(1,2,3).singleOptional();
singleOptional() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
 
singleOptional() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
singleOptional() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
singleton(K, V) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Construct a PStack containing a single value
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Construct a PVector containing a single value
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Construct a DequeX with a single value
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
singleton(T) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
singleWriterboundedNonBlockingQueue(int) - Static method in class com.aol.cyclops.data.async.QueueFactories
Creates an async.Queue backed by an Agrona OneToOneConcurrentArrayQueue bounded by specified queueSize Wait strategy used is NoWaitRetry by default for both Consumers and Producers (both Consumers and Producers will repeatedly retry until successful).
singleWriterboundedNonBlockingQueue(int, WaitStrategy<T>) - Static method in class com.aol.cyclops.data.async.QueueFactories
 
size() - Method in class com.aol.cyclops.control.Pipes
 
size() - Method in interface com.aol.cyclops.control.ReactiveSeq
[equivalent to count]
size() - Method in interface com.aol.cyclops.control.Streamable
[equivalent to count]
size() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
size() - Method in class com.aol.cyclops.data.async.Queue
 
size() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
size() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
size() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
size() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
size() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
size() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
size() - Method in class com.aol.cyclops.internal.matcher2.Cases
 
skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
skip(long) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
skip(long) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
skip(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertThat(ReactiveSeq.of(4,3,6,7).skip(2).toList(),equalTo(Arrays.asList(6,7)));
skip(long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
Skip all elements until specified time period has passed
skip(long) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).skip(2).toList(),equalTo(Arrays.asList(6,7)));
skip(long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
Skip all elements until specified time period has passed
skip(Stream<U>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
skip(long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
skip(long) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
skip(long) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
skip(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
skip(long) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
skip(long) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
skip(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
skip(long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
skip(long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
assertThat(of(1,2,3,4,5).actOnFutures().skip(2).collect(Collectors.toList()).size(),is(3));
skip(long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
In contast to EagerFutureStream#skip skipFutures will skip the first n entries of the underlying Stream of Futures.
skip(long) - Method in interface com.aol.cyclops.types.Traversable
assertThat(ReactiveSeq.of(4,3,6,7).skip(2).toList(),equalTo(Arrays.asList(6,7)));
skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
skipLast(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
skipLast(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
skipLast(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertThat(ReactiveSeq.of(1,2,3,4,5) .skipLast(2) .collect(Collectors.toList()),equalTo(Arrays.asList(1,2,3)));
skipLast(int) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(1,2,3,4,5) .skipLast(2) .collect(Collectors.toList()),equalTo(Arrays.asList(1,2,3)));
skipLast(Stream<U>, int) - Static method in class com.aol.cyclops.control.StreamUtils
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
skipLast(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
skipLast() - Method in class com.aol.cyclops.internal.stream.operators.SkipLastOperator
 
skipLast(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
skipLast(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
skipLast(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
skipLast(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Skip the last num of elements from this Stream
skipLast(int) - Method in interface com.aol.cyclops.types.Traversable
assertThat(ReactiveSeq.of(1,2,3,4,5) .skipLast(2) .collect(Collectors.toList()),equalTo(Arrays.asList(1,2,3)));
SkipLastOperator<T> - Class in com.aol.cyclops.internal.stream.operators
 
SkipLastOperator(Stream<T>, int) - Constructor for class com.aol.cyclops.internal.stream.operators.SkipLastOperator
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
skipUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
skipUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Drop elements from the Stream until the predicate returns true, after which all elements are included
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).skipUntil(i->i==6).toList(),equalTo(Arrays.asList(6,7)));
skipUntil(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
skip elements in Stream until Predicate holds true
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
skipUntil(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
skipUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Returns a stream with all elements skipped for which a predicate evaluates to false.
skipUntil(SimpleReactStream<T>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Return a Stream with the same values as this Stream, but with all values omitted until the provided stream starts emitting values.
skipUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Drop elements from the Stream until the predicate returns true, after which all elements are included
skipUntilClosed(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
skipWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
skipWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
SkipWhile drops elements from the Stream while the predicate holds, once the predicte returns true all subsequent elements are included *
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).sorted().skipWhile(i->i<6).toList(),equalTo(Arrays.asList(6,7)));
skipWhile(Stream<U>, Predicate<? super U>) - Static method in class com.aol.cyclops.control.StreamUtils
skip elements in a Stream while Predicate holds true
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
skipWhile(Predicate<? super U>) - Method in class com.aol.cyclops.internal.stream.operators.SkipWhileOperator
 
skipWhile(long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.operators.SkipWhileTimeOperator
 
skipWhile(Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
skipWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Returns a stream with all elements skipped for which a predicate evaluates to true.
skipWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
SkipWhile drops elements from the Stream while the predicate holds, once the predicte returns true all subsequent elements are included *
SkipWhileOperator<U> - Class in com.aol.cyclops.internal.stream.operators
 
SkipWhileOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.SkipWhileOperator
 
SkipWhileTimeOperator<U> - Class in com.aol.cyclops.internal.stream.operators
 
SkipWhileTimeOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.SkipWhileTimeOperator
 
skipWhiteSpace(int, String) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
slice(long, long) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
slice(long, long) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
slice(long, long) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
slice(long, long) - Method in interface com.aol.cyclops.control.Streamable
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
slice(long, long) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
slice(long, long) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
slice(long, long) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
slice(long, long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
slice(long, long) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Returns a limited interval from a given Stream.
slice(long, long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Returns a limited interval from a given Stream.
slice(long, long) - Method in interface com.aol.cyclops.types.Traversable
 
sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
sliding(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
sliding(int, int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
sliding(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
sliding(int, int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
sliding(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create a sliding view over this Sequence
sliding(int, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Create a sliding view over this Sequence
sliding(int) - Method in interface com.aol.cyclops.control.Streamable
Create a sliding view over this Sequence
sliding(int, int) - Method in interface com.aol.cyclops.control.Streamable
Create a sliding view over this Sequence
sliding(Stream<T>, int, int) - Static method in class com.aol.cyclops.control.StreamUtils
Create a sliding view over this Stream
sliding(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
Create a sliding view over this Stream
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
sliding(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
sliding(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
sliding(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
sliding(int, int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
sliding(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
sliding(int, int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
sliding(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a sliding view over this Stream
sliding(int, int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Create a sliding view over this Stream
sliding(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Create a sliding view over this Sequence
sliding(int, int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Create a sliding view over this Sequence
sliding(int) - Method in interface com.aol.cyclops.types.Traversable
Create a sliding view over this Sequence
sliding(int, int) - Method in interface com.aol.cyclops.types.Traversable
Create a sliding view over this Sequence
slidingT(int, int) - Method in interface com.aol.cyclops.types.TransformerTraversable
Create a Sliding window into the data in this traversble.
slidingT(int) - Method in interface com.aol.cyclops.types.TransformerTraversable
Create a Sliding window into the data in this traversble.
soften() - Method in interface com.aol.cyclops.util.function.Cacheable
 
softenBiConsumer(CheckedBiConsumer<T1, T2>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedBiConsumer that can throw Checked Exceptions to a standard BiConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenBiFunction(CheckedBiFunction<T1, T2, R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedBiFunction that can throw Checked Exceptions to a standard BiFunction that can also throw Checked Exceptions (without declaring them)
softenBiPredicate(CheckedBiPredicate<T1, T2>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedBiPredicate that can throw Checked Exceptions to a standard BiPredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenBooleanSupplier(CheckedBooleanSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a BooleanSuppler that throws a checked exception into one that still throws the exception, but doesn't need to declare it.
softenCallable(Callable<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a Callable that throws a ChecekdException into a Supplier
softenConsumer(CheckedConsumer<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedConsumer that can throw Checked Exceptions to a standard Consumer that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleConsumer(CheckedDoubleConsumer) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedDoubleConsumer that can throw Checked Exceptions to a standard DoubleConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleFunction(CheckedDoubleFunction<R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedDoubleFunction that can throw Checked Exceptions to a standard DoubleFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenDoublePredicate(CheckedDoublePredicate) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedDoublePredicate that can throw Checked Exceptions to a standard DoublePredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleSupplier(CheckedDoubleSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedDoubleSupplier to an DoubleSupplier that doesn't need to declare any checked exceptions thrown e.g.
softenDoubleToIntFunction(CheckedDoubleToIntFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedDoubleToIntFunction that can throw Checked Exceptions to a standard DoubleToIntFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenDoubleToLongFunction(CheckedDoubleToLongFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedDoubleToLongFunction that can throw Checked Exceptions to a standard DoubleToLongFunction that can also throw Checked Exceptions (without declaring them) e.g.
SoftenedCacheable<OUT> - Interface in com.aol.cyclops.util.function
Interface that represents a pluggable cache
softenFunction(CheckedFunction<T, R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedFunction that can throw Checked Exceptions to a standard Function that can also throw Checked Exceptions (without declaring them) e.g.
softenIntConsumer(CheckedIntConsumer) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedIntConsumer that can throw Checked Exceptions to a standard IntConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenIntFunction(CheckedIntFunction<R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedIntFunction that can throw Checked Exceptions to a standard IntFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenIntPredicate(CheckedIntPredicate) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedIntPredicate that can throw Checked Exceptions to a standard IntPredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenIntSupplier(CheckedIntSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedIntSupplier to an IntSupplier that doesn't need to declare any checked exceptions thrown e.g.
softenIntToDoubleFunction(CheckedIntToDoubleFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedIntToDoubleFunction that can throw Checked Exceptions to a standard IntToDoubleFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenIntToLongFunction(CheckedIntToLongFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedIntToLongFunction that can throw Checked Exceptions to a standard IntToLongFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenLongConsumer(CheckedLongConsumer) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedLongConsumer that can throw Checked Exceptions to a standard LongConsumer that can also throw Checked Exceptions (without declaring them) e.g.
softenLongFunction(CheckedLongFunction<R>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedLongFunction that can throw Checked Exceptions to a standard LongFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenLongPredicate(CheckedLongPredicate) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedLongPredicate that can throw Checked Exceptions to a standard LongPredicate that can also throw Checked Exceptions (without declaring them) e.g.
softenLongSupplier(CheckedLongSupplier) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedLongSupplier to an LongSupplier that doesn't need to declare any checked exceptions thrown e.g.
softenLongToDoubleFunction(CheckedLongToDoubleFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedLongToDoubleFunction that can throw Checked Exceptions to a standard LongToDoubleFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenLongToIntFunction(CheckedLongToIntFunction) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedLongToIntFunction that can throw Checked Exceptions to a standard LongToIntFunction that can also throw Checked Exceptions (without declaring them) e.g.
softenPredicate(CheckedPredicate<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a CheckedPredicate that can throw Checked Exceptions to a standard Predicate that can also throw Checked Exceptions (without declaring them) e.g.
softenRunnable(CheckedRunnable) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a Runnable that throws a ChecekdException into a plain old Runnable
softenSupplier(CheckedSupplier<T>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Soften a Supplier that throws a ChecekdException into a plain old Supplier
some() - Static method in class com.aol.cyclops.util.function.Predicates
 
some(T) - Static method in class com.aol.cyclops.util.function.Predicates
Alias for eq (results in nicer pattern matching dsl).
sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
sort(Comparator<? super T>) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
sorted() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
sorted(Comparator<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
sorted(Function<? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
sorted(Comparator<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
sorted(Function<? super A, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
sorted() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
sorted() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
sorted() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
sorted() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
sorted() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
sorted() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
sorted() - Method in interface com.aol.cyclops.control.ReactiveSeq
assertThat(ReactiveSeq.of(4,3,6,7)).sorted().toList(),equalTo(Arrays.asList(3,4,6,7)));
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertThat(ReactiveSeq.of(4,3,6,7).sorted((a,b) -> b-a).toList(),equalTo(Arrays.asList(7,6,4,3)));
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sorted() - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7)).sorted().toList(),equalTo(Arrays.asList(3,4,6,7)));
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.control.Streamable
assertThat(Streamable.of(4,3,6,7).sorted((a,b) -> b-a).toList(),equalTo(Arrays.asList(7,6,4,3)));
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.Streamable
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
sorted() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
sorted() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
sorted() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
sorted(Comparator<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
sorted(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
sorted() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
sorted() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
sorted(Comparator<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
sorted(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
sorted() - Method in interface com.aol.cyclops.types.Traversable
assertThat(ReactiveSeq.of(4,3,6,7)).sorted().toList(),equalTo(Arrays.asList(3,4,6,7)));
sorted(Comparator<? super T>) - Method in interface com.aol.cyclops.types.Traversable
assertThat(ReactiveSeq.of(4,3,6,7).sorted((a,b) -> b-a).toList(),equalTo(Arrays.asList(7,6,4,3)));
sorted(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.Traversable
 
SortedSetX<T> - Interface in com.aol.cyclops.data.collections.extensions.standard
 
SortedSetX.Comparables - Class in com.aol.cyclops.data.collections.extensions.standard
 
sortedSetXConcat() - Static method in interface com.aol.cyclops.Semigroups
 
SortedSetXImpl<T> - Class in com.aol.cyclops.data.collections.extensions.standard
 
SortedSetXImpl(SortedSet<T>) - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
SortedSetXImpl() - Constructor for class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
SpinWait<T> - Class in com.aol.cyclops.data.async.wait
Repeatedly retry to take or offer element to Queue if full or data unavailable, with a wait of 1 nano second between retries
SpinWait() - Constructor for class com.aol.cyclops.data.async.wait.SpinWait
 
spinWait() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
 
splitAt(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Split at supplied location
splitAt(int) - Method in interface com.aol.cyclops.control.Streamable
Split at supplied location
splitAt(Stream<T>, int) - Static method in class com.aol.cyclops.control.StreamUtils
Split at supplied location
splitAt(int) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
splitAt(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
splitAt(int) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Split at supplied location
splitAt(long) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Split a stream at a given position.
splitAtHead() - Method in interface com.aol.cyclops.control.Streamable
Split this Streamable after the first element (if present)
splitAtHead() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Split a Stream at it's head (similar to headAndTail)
splitBy(Predicate<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Split stream at point where predicate no longer holds
splitBy(Predicate<T>) - Method in interface com.aol.cyclops.control.Streamable
Split stream at point where predicate no longer holds
splitBy(Stream<T>, Predicate<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Split stream at point where predicate no longer holds
splitBy(Predicate<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
splitBy(Predicate<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
spliterator() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
spliterator() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
spliterator() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
spliterator() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
spliterator() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
spliterator() - Method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
splitSequenceAtHead() - Method in interface com.aol.cyclops.control.ReactiveSeq
Split a Stream at it's head (similar to headAndTail)
splitSequenceAtHead() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
splitSequenceAtHead() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
StageWithResults<RS,U> - Class in com.aol.cyclops.react
 
StageWithResults(ConfigurableStream<U, Object>, RS) - Constructor for class com.aol.cyclops.react.StageWithResults
 
startsWith(Stream<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Stream.of(1,2,3)))
startsWith(Stream<T>) - Method in interface com.aol.cyclops.control.Streamable
assertTrue(Streamable.of(1,2,3,4).startsWith(Stream.of(1,2,3)))
startsWith(Stream<T>, Iterable<T>) - Static method in class com.aol.cyclops.control.StreamUtils
assertTrue(StreamUtils.startsWith(Stream.of(1,2,3,4),Arrays.asList(1,2,3)));
startsWith(Stream<T>, Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
startsWith(Stream<T>, Iterator<T>) - Static method in class com.aol.cyclops.control.StreamUtils
assertTrue(StreamUtils.startsWith(Stream.of(1,2,3,4),Arrays.asList(1,2,3).iterator()))
startsWith(Stream<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
startsWith(Stream<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3).iterator()))
startsWith(Stream<T>) - Method in interface com.aol.cyclops.types.Foldable
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Stream.of(1,2,3)))
startsWith(Stream<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
startsWith(T1...) - Static method in class com.aol.cyclops.util.function.Predicates
 
startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.control.Streamable
assertTrue(Streamable.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
startsWithIterable(Iterable<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
startsWithIterable(Iterable<T>) - Method in interface com.aol.cyclops.types.Foldable
assertTrue(ReactiveSeq.of(1,2,3,4).startsWith(Arrays.asList(1,2,3)));
startsWithIterable(Iterable<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
Status<T> - Class in com.aol.cyclops.react
Class that returned to blocking predicates for short circuiting result collection
Status() - Constructor for class com.aol.cyclops.react.Status
 
steps() - Method in interface com.aol.cyclops.control.Eval
 
storeExpressionVals(int, String, int) - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
stream() - Method in interface com.aol.cyclops.control.AnyM
 
stream() - Method in interface com.aol.cyclops.control.FeatureToggle
 
stream(BaseStream<T1, ?>) - Static method in class com.aol.cyclops.control.For
Add a Stream as next nested level in the comprehension
stream() - Method in class com.aol.cyclops.control.FutureW
 
stream() - Method in class com.aol.cyclops.control.Ior.Both
 
stream() - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
stream() - Method in interface com.aol.cyclops.control.monads.transformers.values.FoldableTransformerSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
stream() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
stream() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
stream() - Method in interface com.aol.cyclops.control.ReactiveSeq
Convert this ReactiveSeq into a Stream
stream() - Method in interface com.aol.cyclops.control.Streamable
 
stream() - Method in class com.aol.cyclops.control.StreamSource
Create a pushable JDK 8 Stream
stream(Adapter<T>) - Static method in class com.aol.cyclops.control.StreamSource
Create a JDK 8 Stream from the supplied Adapter
stream(Iterable<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a stream from an iterable
stream(Spliterator<U>) - Static method in class com.aol.cyclops.control.StreamUtils
 
stream(Iterator<U>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a stream from an iterator
stream(Map<K, V>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a stream from a map
stream() - Method in class com.aol.cyclops.control.Try.Failure
 
stream() - Method in interface com.aol.cyclops.control.Try
 
stream() - Method in class com.aol.cyclops.control.Try.Success
 
stream() - Method in interface com.aol.cyclops.data.async.Adapter
 
stream(Continueable) - Method in interface com.aol.cyclops.data.async.Adapter
 
stream() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
stream() - Method in class com.aol.cyclops.data.async.Queue
 
stream(Continueable) - Method in class com.aol.cyclops.data.async.Queue
 
stream() - Method in class com.aol.cyclops.data.async.Topic
Generating a stream will register the Stream as a subscriber to this topic.
stream(Continueable) - Method in class com.aol.cyclops.data.async.Topic
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
stream() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.LazyFluentCollection
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
stream() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
stream() - Method in class com.aol.cyclops.data.LazyImmutable
 
stream(BaseStream<T1, ?>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp0
Add a Stream as next nested level in the comprehension
stream(Function<? super T1, BaseStream<T2, ?>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
 
stream(Function<? super T1, Function<? super T2, BaseStream<T3, ?>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
stream(Function<? super T1, Function<? super T2, Function<? super T3, BaseStream<T4, ?>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
stream(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, BaseStream<T5, ?>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
stream(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, BaseStream<T6, ?>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
stream(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, BaseStream<T7, ?>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
stream(Function<? super T1, Function<? super T2, Function<? super T3, Function<T4, Function<? super T5, Function<? super T6, Function<? super T7, BaseStream<T8, ?>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
stream() - Method in class com.aol.cyclops.internal.matcher2.Cases
 
stream(Object) - Static method in class com.aol.cyclops.internal.matcher2.SeqUtils
 
stream() - Method in interface com.aol.cyclops.internal.Monad
Unwrap this Monad into a Stream.
stream() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
stream() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
stream() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
stream(Function<Stream<CompletableFuture>, Stream<CompletableFuture>>) - Method in class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
stream() - Method in class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
stream() - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
stream() - Method in interface com.aol.cyclops.internal.react.stream.StreamWrapper
 
stream - Variable in class com.aol.cyclops.internal.stream.BaseHotStreamImpl
 
stream() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
stream() - Method in class com.aol.cyclops.internal.stream.ReversedIterator
 
stream() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
stream() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
stream() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
stream() - Method in interface com.aol.cyclops.types.ConvertableSequentialFunctor
 
stream() - Method in interface com.aol.cyclops.types.ExtendedTraversable
 
stream() - Method in interface com.aol.cyclops.types.Foldable
 
stream() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
stream() - Method in class com.aol.cyclops.types.futurestream.RepeatableStream
 
stream() - Method in interface com.aol.cyclops.types.IterableFunctor
 
stream() - Method in interface com.aol.cyclops.types.Sequential
 
stream() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
stream() - Method in interface com.aol.cyclops.types.stream.ToStream
 
stream() - Method in interface com.aol.cyclops.types.TransformerTraversable
 
stream() - Method in interface com.aol.cyclops.types.Traversable
 
stream() - Method in interface com.aol.cyclops.types.Value
 
stream() - Method in class com.aol.cyclops.util.stream.pushable.MultipleStreamSource
Create a pushable JDK 8 Stream
Streamable<T> - Interface in com.aol.cyclops.control
Represents something that can generate a Stream, repeatedly
Streamable.Impl - Class in com.aol.cyclops.control
 
Streamable.PrintableIterable<T> - Class in com.aol.cyclops.control
 
StreamableComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
StreamableComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.StreamableComprehender
 
StreamableImpl<T> - Class in com.aol.cyclops.internal.stream
 
StreamableImpl() - Constructor for class com.aol.cyclops.internal.stream.StreamableImpl
 
StreamableT<T> - Interface in com.aol.cyclops.control.monads.transformers
Monad Transformer for Cyclops Streamables StreamableT allows the deeply wrapped Streamable to be manipulating within it's nested /contained context
streamableT(StreamableT<T>) - Static method in class com.aol.cyclops.Matchables
 
streamableT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
StreamableToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
StreamableToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.StreamableToStreamConverter
 
StreamableTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad Transformer for Streamables nested within Sequential or non-scalar data types (e.g.
StreamableTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
StreamableTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamableTSeqComprehender
 
StreamableTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Streamables nested within Scalar data types (e.g.
StreamableTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
StreamableTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamableTValueComprehender
 
streamApply(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
streamBatch(Continueable, Function<BiFunction<Long, TimeUnit, T>, Supplier<Collection<T>>>) - Method in class com.aol.cyclops.data.async.Queue
 
streamBatchNoTimeout(Continueable, Function<Supplier<T>, Supplier<Collection<T>>>) - Method in class com.aol.cyclops.data.async.Queue
 
streamCompletableFutures() - Method in interface com.aol.cyclops.data.async.Adapter
 
streamCompletableFutures() - Method in class com.aol.cyclops.data.async.Queue
 
streamCompletableFutures() - Method in class com.aol.cyclops.data.async.Topic
Generating a streamCompletableFutures will register the Stream as a subscriber to this topic.
streamCompletableFutures() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
streamCompletableFutures() - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
streamCompletableFutures() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
StreamComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
StreamComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
streamControl(Continueable, Function<Supplier<T>, Supplier<T>>) - Method in class com.aol.cyclops.data.async.Queue
 
streamControlFutures(Continueable, Function<Supplier<T>, CompletableFuture<T>>) - Method in class com.aol.cyclops.data.async.Queue
 
streamedMonad() - Method in interface com.aol.cyclops.internal.Monad
Transform the contents of a Monad into a Monad wrapping a Stream e.g.
streamOf(T...) - Static method in interface com.aol.cyclops.control.AnyM
Create an AnyM wrapping a Stream of the supplied data Identical to fromArray, exists as it may appear functionally more obvious to users than fromArray (which fits the convention)
StreamOfContinuations(Queue<?>) - Constructor for class com.aol.cyclops.data.async.AdaptersModule.StreamOfContinuations
 
StreamSource - Class in com.aol.cyclops.control
Create Java 8 Streams that data can be pushed into
StreamT<T> - Interface in com.aol.cyclops.control.monads.transformers
Monad Transformer for Java Streams StreamT allows the deeply wrapped Stream to be manipulating within it's nested /contained context
streamT(StreamT<T>) - Static method in class com.aol.cyclops.Matchables
 
streamT() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
streamToCompletableFuture(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Create a CompletableFuture containing a List materialized from a Stream
streamToOptional(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Create an Optional containing a List materialized from a Stream
StreamTSeq<T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad Transformer for Streams nested within Sequential or non-scalar data types (e.g.
StreamTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
StreamTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.StreamTSeqComprehender
 
StreamTValue<T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad Transformer for Streams nested within Scalar data types (e.g.
StreamTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
StreamTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.StreamTValueComprehender
 
StreamUpscaler<T,X> - Interface in com.aol.cyclops.internal.comprehensions.converters
 
StreamUtils - Class in com.aol.cyclops.control
 
StreamUtils() - Constructor for class com.aol.cyclops.control.StreamUtils
 
StreamWrapper<U> - Interface in com.aol.cyclops.internal.react.stream
 
stringBufferConcat - Static variable in interface com.aol.cyclops.Semigroups
StringBuffer concatenation
stringBufferJoin(String) - Static method in interface com.aol.cyclops.Semigroups
 
stringBuilderConcat - Static variable in interface com.aol.cyclops.Semigroups
StringBuilder concatenation
stringBuilderJoin(String) - Static method in interface com.aol.cyclops.Semigroups
 
stringConcat - Static variable in interface com.aol.cyclops.Semigroups
String concatenation
stringJoin(String) - Static method in interface com.aol.cyclops.Semigroups
 
StringToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
StringToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.StringToStreamConverter
 
subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
Create a sub sequence between the two supplied index
subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
subList(int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
subList(int, int) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
subList(int, int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
submit(Function<RS, R>) - Method in class com.aol.cyclops.react.StageWithResults
This method allows the SimpleReact Executor to be reused by JDK parallel streams.
submit(Callable<T>) - Method in class com.aol.cyclops.react.StageWithResults
This method allows the SimpleReact Executor to be reused by JDK parallel streams
subscribe(Subscriber<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
subscribe(Subscriber<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
subscribe(Subscriber<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
subscribe(Subscriber<? super Tuple2<K, V>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
subscribe(Subscriber<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
subscribe(Subscriber<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
 
subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.Traversable
 
subscribe(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.Value
 
subscriber() - Static method in interface com.aol.cyclops.control.ReactiveSeq
Create a subscriber that can listen to Reactive Streams (simple-react, RxJava AkkaStreams, Kontraktor, QuadarStreams etc)
subscriber(QueueBasedSubscriber.Counter, int) - Static method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
subscriber(Queue<T>, QueueBasedSubscriber.Counter, int) - Static method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
subscriber(QueueFactory<T>, QueueBasedSubscriber.Counter, int) - Static method in class com.aol.cyclops.types.stream.reactive.QueueBasedSubscriber
 
subscriber(Runnable) - Static method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
subscriber() - Static method in class com.aol.cyclops.types.stream.reactive.SeqSubscriber
 
subscriber(Runnable) - Static method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
subscriber() - Static method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
subscribeSync(Subscriber<? super T>) - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
 
subscribeTo(K, Subscriber<V>) - Method in class com.aol.cyclops.control.Pipes
Subscribe synchronously to a pipe
subscribeTo(K, Subscriber<V>, Executor) - Method in class com.aol.cyclops.control.Pipes
Subscribe asynchronously to a pipe
Subscription - Class in com.aol.cyclops.react.async.subscription
 
Subscription() - Constructor for class com.aol.cyclops.react.async.subscription.Subscription
 
subSet(T, T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
subStream(int, int) - Method in interface com.aol.cyclops.control.ReactiveSeq
Return a Stream with elements before the provided start index removed, and elements after the provided end index removed
subStream(int, int) - Method in interface com.aol.cyclops.control.Streamable
Return a Streamable with elements before the provided start index removed, and elements after the provided end index removed
subStream(int, int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Return a Stream with elements before the provided start index removed, and elements after the provided end index removed
success(T) - Static method in interface com.aol.cyclops.control.Try
 
Success() - Constructor for class com.aol.cyclops.control.Try.Success
 
success() - Method in class com.aol.cyclops.util.validation.ValidationResult.FailedResult
 
success() - Method in interface com.aol.cyclops.util.validation.ValidationResult
 
success(T) - Static method in class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
Create a successful result instance with specified result
success() - Method in class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
 
SuccessfulResult() - Constructor for class com.aol.cyclops.util.validation.ValidationResult.SuccessfulResult
 
sum() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sum() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
sum(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
sum() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
sum() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
sum() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
sum(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
sum() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
sum(Function<? super T, ? extends U>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sumDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
Perform an asynchronous sum operation
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
Perform an asynchronous sum operation
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
Perform an asynchronous sum operation
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
Perform an asynchronous sum operation
sumDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
sumDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sumInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
Perform an asynchronous sum operation
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
Perform an asynchronous sum operation
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
Perform an asynchronous sum operation
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
Perform an asynchronous sum operation
sumInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
sumInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
sumLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
Perform an asynchronous sum operation
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
Perform an asynchronous sum operation
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
sumLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
Perform an asynchronous sum operation
sumLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
Perform an asynchronous sum operation
summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperators
Perform an asynchronous summaryStatistics operation
summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.DoubleOperatorsMixin
Perform an asynchronous summaryStatistics operation
summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperators
Perform an asynchronous summaryStatistics operation
summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.DoubleOperatorsMixin
Perform an asynchronous summaryStatistics operation
summaryStatisticsDouble(ToDoubleFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
summaryStatisticsInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperators
Perform an asynchronous summaryStatistics operation
summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.IntOperatorsMixin
Perform an asynchronous summaryStatistics operation
summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperators
Perform an asynchronous summaryStatistics operation
summaryStatisticsInt(ToIntFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.IntOperatorsMixin
Perform an asynchronous summaryStatistics operation
summaryStatisticsInt(ToIntFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
summaryStatisticsLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperators
Perform an asynchronous summaryStatistics operation
summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.future.LongOperatorsMixin
Perform an asynchronous summaryStatistics operation
summaryStatisticsLong(ToLongFunction<? super T>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperators
Perform an asynchronous summaryStatistics operation
summaryStatisticsLong(ToLongFunction<? super T>) - Method in interface com.aol.cyclops.types.stream.lazy.LongOperatorsMixin
Perform an asynchronous summaryStatistics operation
supplier(Supplier<T1>) - Static method in class com.aol.cyclops.Matchables
 
supplier2(Supplier<T1>, Supplier<T2>) - Static method in class com.aol.cyclops.Matchables
 
supplier3(Supplier<T1>, Supplier<T2>, Supplier<T3>) - Static method in class com.aol.cyclops.Matchables
 
supplier4(Supplier<T1>, Supplier<T2>, Supplier<T3>, Supplier<T4>) - Static method in class com.aol.cyclops.Matchables
 
supplier5(Supplier<T1>, Supplier<T2>, Supplier<T3>, Supplier<T4>, Supplier<T5>) - Static method in class com.aol.cyclops.Matchables
 
SupplierToCompletableFutureConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
SupplierToCompletableFutureConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.SupplierToCompletableFutureConverter
 
SupplierToConvertable() - Constructor for class com.aol.cyclops.types.Convertable.SupplierToConvertable
 
swap() - Method in class com.aol.cyclops.control.Ior.Both
 
swap() - Method in class com.aol.cyclops.control.Ior.Primary
 
swap() - Method in class com.aol.cyclops.control.Ior.Secondary
 
swap() - Method in interface com.aol.cyclops.control.Ior
 
swap() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
swap() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
swap() - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
swap() - Method in class com.aol.cyclops.control.Xor.Primary
 
swap() - Method in class com.aol.cyclops.control.Xor.Secondary
 
swap() - Method in interface com.aol.cyclops.control.Xor
 
switchOnNextValue(Stream<LazyFutureStream>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Merges this stream and the supplied Streams into a single Stream where the next value is the next returned across any of the involved Streams.
sync() - Method in class com.aol.cyclops.control.LazyReact
Start any created Streams in syncrhonous mode - that is tasks will be executed on the calling thread
sync() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
sync() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
sync() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
synchronizedFromIterable(Iterable<T>) - Static method in interface com.aol.cyclops.control.Streamable
 
synchronizedFromStream(Stream<T>) - Static method in interface com.aol.cyclops.control.Streamable
 
synchronousQueue() - Static method in class com.aol.cyclops.data.async.QueueFactories
 
syncrhonousPool() - Static method in class com.aol.cyclops.react.threads.ReactPool
 

T

tail() - Method in interface com.aol.cyclops.control.Streamable
Streamable.of(1,2,3,4,5).tail() //Streamable[2,3,4,5]
tail() - Method in class com.aol.cyclops.types.stream.HeadAndTail
 
tailSet(T) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
take(long) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
take() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.DirectWaitStrategy
 
take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.ExponentialBackofWaitStrategy
 
take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.NoWaitRetry
 
take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.SpinWait
 
take(WaitStrategy.Takeable<T>) - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy
 
take() - Method in interface com.aol.cyclops.data.async.wait.WaitStrategy.Takeable
 
take(WaitStrategy.Takeable<T>) - Method in class com.aol.cyclops.data.async.wait.YieldWait
 
take(long) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
takeRight(int) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
takeRight(int) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
takeRight(int) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
takeRight(int) - Method in interface com.aol.cyclops.control.Streamable
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
takeRight(int) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
takeRight(int) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
takeRight(int) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
takeRight(int) - Method in interface com.aol.cyclops.types.Traversable
Generate a new Traversable that takes the specified number elements from the end of this Traversable
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
takeUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
takeUntil(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
takeUntil(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
takeUntil(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
takeUntil(SimpleReactStream<T>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Return a Stream with the same values, but will stop emitting values once the provided Stream starts to emit values.
takeUntil(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Generate a new Traversable that takes elements from this Traversable until the predicate holds
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
takeWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
takeWhile(Predicate<? super A>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
takeWhile(Predicate<? super T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
takeWhile(Predicate<? super U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
takeWhile(Predicate<? super T>) - Method in interface com.aol.cyclops.types.Traversable
Generate a new Traversable that takes elements from this Traversable as long as the predicate holds
test(A) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
test(A) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
test(T) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
test(T) - Method in interface com.aol.cyclops.types.Value
 
test(Matchable.MTuple1<T1>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder1
 
test(Matchable.MTuple2<T1, T2>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder2
 
test(Matchable.MTuple3<T1, T2, T3>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder3
 
test(Matchable.MTuple4<T1, T2, T3, T4>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder4
 
test(Matchable.MTuple5<T1, T2, T3, T4, T5>) - Method in class com.aol.cyclops.util.function.Predicates.PredicateBuilder5
 
then(R) - Static method in interface com.aol.cyclops.control.Matchable
Matchable DSL operator for outcomes
then(Supplier<? extends R>) - Static method in interface com.aol.cyclops.control.Matchable
 
then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
React then Unlike 'with' this method is fluent, and returns another Stage Builder that can represent the next stage in the dataflow.
then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
React then Unlike 'with' this method is fluent, and returns another Stage Builder that can represent the next stage in the dataflow.
then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
then(Function<? super U, ? extends R>, Executor) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
then(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React then Unlike 'with' this method is fluent, and returns another Stage Builder that can represent the next stage in the dataflow.
thenApply(Function<T, R>) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
thenApply(Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
thenApplyAsync(Function<? super T, ? extends R>, Executor) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
thenApplyAsync(Function<T, R>, Executor) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
thenCombine(BiFunction<T, T, R>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Combines every pair of values (any odd remaining value will be dropped)
thenCompose(Function<? super T, CompletableFuture<? extends R>>) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
thenCompose(Function<? super T, CompletableFuture<? extends R>>) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
thenComposeAsync(Function<Object, CompletableFuture<?>>, Executor) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
thenComposeAsync(Function<? super T, CompletableFuture<? extends R>>, Executor) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
thenSync(Function<? super U, ? extends R>) - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
 
thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
thenSync(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
ThreadPools - Class in com.aol.cyclops.react
 
ThreadPools() - Constructor for class com.aol.cyclops.react.ThreadPools
 
ThreadPools.ExecutionMode - Enum in com.aol.cyclops.react
 
throwable(X) - Static method in class com.aol.cyclops.Matchables
 
throwException() - Method in class com.aol.cyclops.control.Try.Failure
 
throwException() - Method in class com.aol.cyclops.control.Try.Success
 
throwException() - Method in interface com.aol.cyclops.control.Try
Throw exception if Failure, do nothing if success
throwIf(X, Predicate<X>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Throw the exception as upwards if the predicate holds, otherwise do nothing
throwOrHandle(X, Predicate<X>, Consumer<X>) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Throw the exception as upwards if the predicate holds, otherwise pass to the handler
throwSoftenedException(Throwable) - Static method in class com.aol.cyclops.util.ExceptionSoftener
Convert any throwable into an unchecked exception.
ThrowsSoftened - Annotation Type in com.aol.cyclops.util
 
timeLimit() - Method in class com.aol.cyclops.react.async.subscription.AlwaysContinue
 
timeLimit() - Method in interface com.aol.cyclops.react.async.subscription.Continueable
 
timeLimit() - Method in class com.aol.cyclops.react.async.subscription.Subscription
 
timestamp() - Method in interface com.aol.cyclops.control.ReactiveSeq
ReactiveSeq.of(1,2,3,4,5) .timestamp() .forEach(System.out::println)
timestamp() - Method in interface com.aol.cyclops.control.Streamable
Streamable.of(1,2,3,4,5) .timestamp() .forEach(System.out::println)
toArray() - Method in interface com.aol.cyclops.control.Streamable
 
toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.control.Streamable
 
toArray() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
toArray(Object[]) - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
toArray() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
toArray(T[]) - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
toArray() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
toArray(IntFunction<A[]>) - Method in class com.aol.cyclops.internal.react.DelegateStream
 
toArray(IntFunction<A[]>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asyncrhonously generate an Array
toArray() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asyncrhonously generate an Array
toArray() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toArray(IntFunction<A[]>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toArray() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asyncrhonously generate an Array
toArray() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asyncrhonously generate an Array
toArray(IntFunction<A[]>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly generate an Array
toArray() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly generate an Array
toArray(IntFunction<A[]>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asyncrhonously generate an Array
toArray() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asyncrhonously generate an Array
toAtomicReference() - Method in interface com.aol.cyclops.types.Convertable
 
toBufferingCopier(Iterator<A>, int) - Static method in class com.aol.cyclops.control.StreamUtils
 
toBufferingDuplicator(Iterator<A>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toBufferingDuplicator(Iterator<A>, long) - Static method in class com.aol.cyclops.control.StreamUtils
 
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.control.Streamable
Add the contents of this Stream to the mutable collection supplied by the provided collectionFactory
toCollection(Supplier<C>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously perform a Stream collection
toCollection(Supplier<C>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Collect a Stream into a Collection
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously perform a Stream collection
toCollection(Supplier<C>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly perform a Stream collection
toCollection(Supplier<C>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously perform a Stream collection
toCompletableFuture() - Method in class com.aol.cyclops.control.FutureW
 
toCompletableFuture() - Method in interface com.aol.cyclops.control.Streamable
CompletableFuture<List<String>> cf = Streamable.of("hello","world") .toCompletableFuture(); assertThat(cf.join(),equalTo(Arrays.asList("hello","world")));
toCompletableFuture() - Method in class com.aol.cyclops.internal.react.async.future.FastFuture
 
toCompletableFuture() - Method in interface com.aol.cyclops.types.Convertable
 
toCompletableFuture() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toCompletableFuture() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
CompletableFuture<List<String>> cf = anyM("hello","world") .asSequence() .unwrapCompletableFuture(); assertThat(cf.join(),equalTo(Arrays.asList("hello","world")));
toCompletableFutureAsync() - Method in class com.aol.cyclops.control.FutureW
 
toCompletableFutureAsync(Executor) - Method in class com.aol.cyclops.control.FutureW
 
toCompletableFutureAsync() - Method in interface com.aol.cyclops.types.Convertable
 
toCompletableFutureAsync(Executor) - Method in interface com.aol.cyclops.types.Convertable
 
toConcurrentLazyCollection() - Method in interface com.aol.cyclops.control.ReactiveSeq
Lazily converts this ReactiveSeq into a Collection.
toConcurrentLazyCollection() - Method in interface com.aol.cyclops.control.Streamable
Lazily converts this Streamable into a Collection.
toConcurrentLazyCollection(Stream<A>) - Static method in class com.aol.cyclops.control.StreamUtils
Lazily constructs a Collection from specified Stream.
toConcurrentLazyCollection(Iterator<A>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toConcurrentLazyCollection() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toConcurrentLazyCollection(Stream<A>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
Lazily constructs a Collection from specified Stream.
toConcurrentLazyCollection(Iterator<A>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
 
toConcurrentLazyCollection() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Lazily converts this SequenceM into a Collection.
toConcurrentLazyCollection() - Method in interface com.aol.cyclops.types.Foldable
Lazily converts this SequenceM into a Collection.
toConcurrentLazyCollection() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.control.ReactiveSeq
{ @code Streamable<Integer> repeat = ReactiveSeq.of(1, 2, 3, 4, 5, 6).map(i -> i + 2).toConcurrentLazyStreamable(); assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12))); assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12))); }
toConcurrentLazyStreamable(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toConcurrentLazyStreamable() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
{ @code Streamable<Integer> repeat = ReactiveSeq.of(1, 2, 3, 4, 5, 6).map(i -> i + 2).toConcurrentLazyStreamable(); assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12))); assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12))); }
toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.types.Foldable
{ @code Streamable<Integer> repeat = ReactiveSeq.of(1, 2, 3, 4, 5, 6).map(i -> i + 2).toConcurrentLazyStreamable(); assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12))); assertThat(repeat.sequenceM().toList(), equalTo(Arrays.asList(2, 4, 6, 8, 10, 12))); }
toConcurrentLazyStreamable() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toCountDouble() - Static method in class com.aol.cyclops.Reducers
 
toCountInt() - Static method in class com.aol.cyclops.Reducers
 
toDequeX() - Static method in interface com.aol.cyclops.CyclopsCollectors
 
toDequeX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
toDequeX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Convert this MapX to a DequeX via the provided transformation function
toDequeX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toDequeX() - Method in interface com.aol.cyclops.types.Value
Returns a DequeX created with a list which is result of a get() call.
toDoubleStream() - Method in class com.aol.cyclops.data.MutableDouble
 
toErrorSequence() - Method in class com.aol.cyclops.util.validation.ValidationResults
 
toEvalAlways() - Method in class com.aol.cyclops.control.Eval.Module.Always
 
toEvalAlways() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toEvalAlways() - Method in interface com.aol.cyclops.types.Value
Return the value of this object, evaluated always.
toEvalLater() - Method in class com.aol.cyclops.control.Eval.Module.Later
 
toEvalLater() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toEvalLater() - Method in interface com.aol.cyclops.types.Value
Return the value, evaluated later.
toEvalNow() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toEvalNow() - Method in interface com.aol.cyclops.types.Value
Return the value, evaluated right now.
toFailedOptional() - Method in class com.aol.cyclops.control.Try.Failure
 
toFailedOptional() - Method in class com.aol.cyclops.control.Try.Success
 
toFailedOptional() - Method in interface com.aol.cyclops.control.Try
 
toFailedStream() - Method in class com.aol.cyclops.control.Try.Failure
 
toFailedStream() - Method in class com.aol.cyclops.control.Try.Success
 
toFailedStream() - Method in interface com.aol.cyclops.control.Try
 
toFeatureToggle() - Method in interface com.aol.cyclops.control.FeatureToggle
 
toFeatureToggle() - Method in interface com.aol.cyclops.types.Value
Returns a enabled FeatureToggle in case there is an Optional in this object, otherwise returns a disabled FeatureToogle
toFinalPipeline() - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
toFirstValue() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
toFirstValue() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
toFutureStream(LazyReact) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toFutureStream() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toFutureStream(LazyReact) - Method in interface com.aol.cyclops.types.Value
Creates a LazyFutureStream with the input LazyReact the data-flow initialized with an array of one-off-suppliers.
toFutureStream() - Method in interface com.aol.cyclops.types.Value
Returns a new LazyFutureStream with the data-flow open with an array of one-off-suppliers.
toFutureW() - Method in class com.aol.cyclops.control.FutureW
 
toFutureW() - Method in interface com.aol.cyclops.types.Convertable
 
toFutureW() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toFutureWAsync() - Method in class com.aol.cyclops.control.FutureW
 
toFutureWAsync(Executor) - Method in class com.aol.cyclops.control.FutureW
 
toFutureWAsync() - Method in interface com.aol.cyclops.types.Convertable
 
toFutureWAsync(Executor) - Method in interface com.aol.cyclops.types.Convertable
This convertable converted to a FutureW asyncrhonously using the supplied Executor
toIntStream() - Method in class com.aol.cyclops.data.MutableInt
 
toIor() - Method in class com.aol.cyclops.control.FutureW
 
toIor() - Method in interface com.aol.cyclops.control.Ior
 
toIor() - Method in class com.aol.cyclops.control.Try.Failure
 
toIor() - Method in class com.aol.cyclops.control.Try.Success
 
toIor() - Method in interface com.aol.cyclops.control.Try
 
toIor() - Method in class com.aol.cyclops.control.Xor.Primary
 
toIor() - Method in class com.aol.cyclops.control.Xor.Secondary
 
toIor() - Method in interface com.aol.cyclops.control.Xor
 
toIor() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toIor() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
toIor() - Method in interface com.aol.cyclops.types.Value
Return an Ior that can be this object or a Ior.primary or Ior.secondary
toIorSecondary() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toLazyCollection() - Method in interface com.aol.cyclops.control.ReactiveSeq
Lazily converts this ReactiveSeq into a Collection.
toLazyCollection() - Method in interface com.aol.cyclops.control.Streamable
Lazily converts this Streamable into a Collection.
toLazyCollection(Stream<A>) - Static method in class com.aol.cyclops.control.StreamUtils
Projects an immutable collection of this stream.
toLazyCollection(Iterator<A>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toLazyCollection() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toLazyCollection(Stream<A>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
Projects an immutable collection of this stream.
toLazyCollection(Iterator<A>) - Static method in class com.aol.cyclops.internal.stream.SeqUtils
 
toLazyCollection() - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Lazily converts this NestedFoldable into a Collection.
toLazyCollection() - Method in interface com.aol.cyclops.types.Foldable
Lazily converts this SequenceM into a Collection.
toLazyCollection() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toLazyImmutable() - Method in class com.aol.cyclops.data.LazyImmutable
 
toLazyImmutable() - Method in interface com.aol.cyclops.types.Value
 
toLazyStreamable(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toLazyStreamable() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toList() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toList(Supplier<L>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toList() - Method in interface com.aol.cyclops.control.Streamable
Streamable.of(1,2,3) .toList(); //List[1,2,3]
toList(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toList() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously convert this Stream into a List
toList(Supplier<L>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
toList() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toList() - Method in interface com.aol.cyclops.types.Convertable
 
toList() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toList() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Collect a Stream into a List.
toList() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toList(Supplier<L>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toList() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
toList(Supplier<L>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
toList() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously convert this Stream into a List
toList(Supplier<L>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
toList() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly convert this Stream into a List
toList() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously convert this Stream into a List
toList(Supplier<L>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
toList() - Method in interface com.aol.cyclops.types.Value
 
toListOfLists() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
toListX() - Static method in interface com.aol.cyclops.CyclopsCollectors
 
toListX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a ListX via the provided transformation function
toListX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
toListX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Convert this MapX to a ListX via the provided transformation function
toListX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toListX() - Method in interface com.aol.cyclops.types.Value
Returns a ListX created with a list which is result of a get() call.
toLongStream() - Method in class com.aol.cyclops.data.MutableLong
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
toMap() - Method in interface com.aol.cyclops.types.mixins.Mappable
default implementation maps field values on the host object by name
toMap(Function<? super T, ? extends K>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
toMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
toMapX() - Static method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
toMapX(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toMaybe() - Method in class com.aol.cyclops.control.Ior.Secondary
 
toMaybe() - Method in interface com.aol.cyclops.control.Maybe
 
toMaybe() - Method in class com.aol.cyclops.control.Xor.Secondary
 
toMaybe() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toMaybe() - Method in interface com.aol.cyclops.types.Value
Returns a function result or a supplier result.
toMutable() - Method in class com.aol.cyclops.data.Mutable
 
toMutable() - Method in interface com.aol.cyclops.types.Value
 
toNestedListX() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
toNestedSetX() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
toOptional() - Method in class com.aol.cyclops.control.FutureW
 
toOptional() - Method in class com.aol.cyclops.control.Ior.Secondary
 
toOptional() - Method in interface com.aol.cyclops.control.Matchable.MatchableOptional
 
toOptional() - Method in interface com.aol.cyclops.control.Matchable.ValueAndOptionalMatcher
 
toOptional() - Method in class com.aol.cyclops.control.Maybe.Nothing
 
toOptional() - Method in interface com.aol.cyclops.control.Streamable
Type safe unwrap
toOptional() - Method in class com.aol.cyclops.control.Try.Failure
 
toOptional() - Method in class com.aol.cyclops.control.Try.Success
 
toOptional() - Method in interface com.aol.cyclops.control.Try
 
toOptional() - Method in class com.aol.cyclops.control.Xor.Secondary
 
toOptional() - Method in interface com.aol.cyclops.control.Xor
 
toOptional() - Method in interface com.aol.cyclops.types.Convertable
 
toOptional() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toOptional() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
Optional<List<String>> stream = anyM("hello","world") .asSequence() .unwrapOptional(); assertThat(stream.get(),equalTo(Arrays.asList("hello","world")));
toOptionalAtomicReference() - Method in interface com.aol.cyclops.types.Convertable
 
toOptionalDouble() - Method in class com.aol.cyclops.data.MutableDouble
 
toOptionalInt() - Method in class com.aol.cyclops.data.MutableInt
 
toOptionalLong() - Method in class com.aol.cyclops.data.MutableLong
 
toPBag() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
toPBag() - Static method in class com.aol.cyclops.Reducers
 
toPBagX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
toPBagX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a PBagX via the provided transformation function
toPBagX() - Static method in class com.aol.cyclops.Reducers
 
toPBagX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPBagX() - Method in interface com.aol.cyclops.types.Value
Returns a PBagX created with a list which is result of a get() call.
Topic<T> - Class in com.aol.cyclops.data.async
A class that can accept input streams and generate output streams where data sent in the Topic is guaranteed to be provided to all Topic subsribers
Topic() - Constructor for class com.aol.cyclops.data.async.Topic
Construct a new Topic
Topic(Queue<T>) - Constructor for class com.aol.cyclops.data.async.Topic
Construct a Topic using the Queue provided
topicBackedSignal() - Static method in class com.aol.cyclops.data.async.Signal
 
toPMap() - Static method in class com.aol.cyclops.Reducers
 
toPMapX(Stream<Tuple2<K, V>>) - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
toPMapX() - Static method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXs
 
toPMapX(Stream<Tuple2<K, V>>) - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
toPMapX() - Static method in class com.aol.cyclops.data.collections.extensions.standard.MapXs
 
toPMapX() - Static method in class com.aol.cyclops.Reducers
 
toPMapX(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPOrderedSet(Stream<T>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
toPOrderedSet() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
toPOrderedSet() - Static method in class com.aol.cyclops.Reducers
 
toPOrderedSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a POrderdSetX via the provided transformation function
toPOrderedSetX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
toPOrderedSetX() - Static method in class com.aol.cyclops.Reducers
 
toPOrderedSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPOrderedSetX() - Method in interface com.aol.cyclops.types.Value
Returns a POrderedSetX created with a list which is result of a get() call.
toPQueue() - Static method in class com.aol.cyclops.Reducers
 
toPQueueX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a QueueX via the provided transformation function
toPQueueX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
toPQueueX() - Static method in class com.aol.cyclops.Reducers
 
toPQueueX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPQueueX() - Method in interface com.aol.cyclops.types.Value
Returns a PQueueX created with a list which is result of a get() call.
toPSet() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
toPSet() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
toPSet() - Static method in class com.aol.cyclops.Reducers
 
toPSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a PSetX via the provided transformation function
toPSetX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
toPSetX() - Static method in class com.aol.cyclops.Reducers
 
toPSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPSetX() - Method in interface com.aol.cyclops.types.Value
Returns a PSetX created with a list which is result of a get() call.
toPStack() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
toPStack() - Static method in class com.aol.cyclops.Reducers
 
toPStackReversed() - Static method in class com.aol.cyclops.Reducers
 
toPStackX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a PStackX via the provided transformation function
toPStackX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
toPStackX() - Static method in class com.aol.cyclops.Reducers
 
toPStackX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPStackX() - Method in interface com.aol.cyclops.types.Value
Returns a PStackX created with a list which is result of a get() call.
toPVector() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
toPVector() - Static method in class com.aol.cyclops.Reducers
 
toPVectorX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
Convert this MapX to a PVectorX via the provided transformation function
toPVectorX() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
toPVectorX() - Static method in class com.aol.cyclops.Reducers
 
toPVectorX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toPVectorX() - Method in interface com.aol.cyclops.types.Value
Returns a PVectosX created with a list which is result of a get() call.
toQueue() - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
toQueue() - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
toQueue() - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
Convert the current Stream to a SimpleReact Queue
toQueue(Function<Queue, Queue>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
 
toQueue(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.EagerToQueue
 
toQueue() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toQueue() - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
Convert the current Stream to a simple-react Queue
toQueue(Function<Queue, Queue>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
toQueue(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.LazyToQueue
 
ToQueue<U> - Interface in com.aol.cyclops.types.futurestream
interface that defines the conversion of an object to a queue
toQueue() - Method in interface com.aol.cyclops.types.futurestream.ToQueue
 
toQueue(Map<K, Queue<U>>, Function<? super U, ? extends K>) - Method in interface com.aol.cyclops.types.futurestream.ToQueue
Sharded data in queues
toQueue(Function<Queue, Queue>) - Method in interface com.aol.cyclops.types.futurestream.ToQueue
Method to create a Queue that can be modified by supplied funciton
toQueue() - Method in interface com.aol.cyclops.types.stream.reactive.FutureStreamSynchronousPublisher
 
toQueueX() - Static method in interface com.aol.cyclops.CyclopsCollectors
 
toQueueX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Convert this MapX to a QueueX via the provided transformation function
toQueueX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
toQueueX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toQueueX() - Method in interface com.aol.cyclops.types.Value
REturns a QueueX created with a list which is result of a get() call.
toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in interface com.aol.cyclops.control.AnyM
Sequence the contents of a Monad.
toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
Sequence the contents of a Monad.
toReactiveSeq(Function<? super T, ? extends Stream<? extends NT>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
Sequence the contents of a Monad.
toSequence() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
toSequence() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
Optional<List<Integer>> into Stream<Integer>
toSequence() - Method in interface com.aol.cyclops.types.anyM.AnyMValue
Optional<List<Integer>> into Stream<Integer>
toSet() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toSet(Supplier<S>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toSet(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toSet() - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
Asynchronously convert this Stream into a List
toSet(Supplier<S>) - Method in class com.aol.cyclops.internal.stream.BaseFutureOperationsImpl
 
toSet() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toSet() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toSet() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Collect a Stream into a Set.
toSet() - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toSet(Supplier<S>) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toSet() - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
toSet(Supplier<S>) - Method in interface com.aol.cyclops.types.stream.future.FutureCollectable
 
toSet() - Method in interface com.aol.cyclops.types.stream.future.FutureOperations
Asynchronously convert this Stream into a List
toSet(Supplier<S>) - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
 
toSet() - Method in interface com.aol.cyclops.types.stream.lazy.LazyCollectable
Lazyly convert this Stream into a List
toSet() - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
Asynchronously convert this Stream into a List
toSet(Supplier<S>) - Method in class com.aol.cyclops.types.stream.lazy.LazyOperations
 
toSetOfSets() - Method in interface com.aol.cyclops.types.anyM.NestedCollectable
 
toSetX() - Static method in interface com.aol.cyclops.CyclopsCollectors
 
toSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Convert this MapX to a SetX via the provided transformation function
toSetX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
toSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toSetX() - Method in interface com.aol.cyclops.types.Value
Returns a SetX created with a list which is result of a get() call.
toSimpleReact(SimpleReact) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toSimpleReact() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toSimpleReact(SimpleReact) - Method in interface com.aol.cyclops.types.Value
Returns the input SimpleReact with the data-flow initialized with an array of one-off-suppliers.
toSimpleReact() - Method in interface com.aol.cyclops.types.Value
Returns a SimpleReactStream with the dataflow open with an array of one-off-suppliers
toSortedSetX() - Static method in interface com.aol.cyclops.CyclopsCollectors
 
toSortedSetX(Function<? super Tuple2<? super K, ? super V>, ? extends T>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
Convert this MapX to a SortedSetX via the provided transformation function
toSortedSetX() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
toSortedSetX() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toSortedSetX() - Method in interface com.aol.cyclops.types.Value
Returns a SortedSetX created with a list which is result of a get() call.
toStream() - Method in interface com.aol.cyclops.control.ReactiveSeq
Convert this ReactiveSeq into a Stream
toStream() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toStream() - Method in interface com.aol.cyclops.types.Convertable
 
toStream() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toStream() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Convert this FutureStream to a Stream of CompletableFutures
ToStream<T> - Interface in com.aol.cyclops.types.stream
 
toStreamable() - Method in interface com.aol.cyclops.control.ReactiveSeq
Streamable<Integer> repeat = ReactiveSeq.of(1,2,3,4,5,6) .map(i->i*2) .toStreamable(); repeat.sequenceM().toList(); //Arrays.asList(2,4,6,8,10,12)); repeat.sequenceM().toList() //Arrays.asList(2,4,6,8,10,12));
toStreamable(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
 
toStreamable() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
toStreamable() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
toStreamable() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toString() - Method in interface com.aol.cyclops.control.AnyM
 
toString() - Method in class com.aol.cyclops.control.Eval.Module.Always
 
toString() - Method in class com.aol.cyclops.control.Eval.Module.Later
 
toString() - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
toString() - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
toString() - Method in class com.aol.cyclops.control.FutureW
 
toString() - Method in class com.aol.cyclops.control.Ior.Both
 
toString() - Method in class com.aol.cyclops.control.Ior.Primary
 
toString() - Method in class com.aol.cyclops.control.Ior.Secondary
 
toString() - Method in class com.aol.cyclops.control.Maybe.Just
 
toString() - Method in class com.aol.cyclops.control.Maybe.Lazy
 
toString() - Method in class com.aol.cyclops.control.Maybe.Nothing
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
toString() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
toString(CharSequence) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toString(CharSequence, CharSequence, CharSequence) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
toString() - Method in class com.aol.cyclops.control.Streamable.PrintableIterable
 
toString() - Method in class com.aol.cyclops.control.Xor.Primary
 
toString() - Method in class com.aol.cyclops.control.Xor.Secondary
 
toString() - Method in class com.aol.cyclops.data.async.AdaptersModule.QueueToBlockingQueueWrapper
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PBagXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.POrderedSetXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PQueueXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PSetXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.DequeXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.ListXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.QueueXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.SetXImpl
 
toString() - Method in class com.aol.cyclops.data.collections.extensions.standard.SortedSetXImpl
 
toString() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
toString() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
toString() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
toString() - Method in class com.aol.cyclops.internal.monads.MonadWrapper
 
toString() - Method in class com.aol.cyclops.internal.stream.StreamableImpl
 
toString(String) - Static method in class com.aol.cyclops.Reducers
 
toString(CharSequence) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toString(CharSequence, CharSequence, CharSequence) - Method in interface com.aol.cyclops.types.stream.CyclopsCollectable
 
toString() - Method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
Returns the string representation of the CronExpression
toString() - Method in class com.aol.cyclops.util.validation.ValidationResults
 
toSuccessSequence() - Method in class com.aol.cyclops.util.validation.ValidationResults
 
toTotalDouble() - Static method in class com.aol.cyclops.Reducers
 
toTotalInt() - Static method in class com.aol.cyclops.Reducers
 
toTry() - Method in interface com.aol.cyclops.control.Try
 
toTry() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toTry(Class<X>...) - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
toTry(X) - Method in interface com.aol.cyclops.types.Value
 
toTry() - Method in interface com.aol.cyclops.types.Value
 
toTry(Class<X>...) - Method in interface com.aol.cyclops.types.Value
Convert this Value to a Try that will catch the provided exception types on subsequent operations
toTuple5(Object) - Static method in interface com.aol.cyclops.control.Matchable.MatchableIterable.MIUtil
 
toValue() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toValueMap(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toValueSet() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toXor() - Method in class com.aol.cyclops.control.FutureW
 
toXor() - Method in class com.aol.cyclops.control.Ior.Both
 
toXor() - Method in class com.aol.cyclops.control.Ior.Primary
 
toXor() - Method in class com.aol.cyclops.control.Ior.Secondary
 
toXor() - Method in interface com.aol.cyclops.control.Ior
 
toXor(ST2) - Method in interface com.aol.cyclops.control.Ior
 
toXor() - Method in class com.aol.cyclops.control.Try.Failure
 
toXor() - Method in class com.aol.cyclops.control.Try.Success
 
toXor() - Method in interface com.aol.cyclops.control.Try
 
toXor() - Method in interface com.aol.cyclops.control.Xor
 
toXor(ST2) - Method in interface com.aol.cyclops.control.Xor
 
toXor() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
toXor() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toXor() - Method in class com.aol.cyclops.types.stream.reactive.ValueSubscriber
 
toXor() - Method in interface com.aol.cyclops.types.Value
 
toXor(ST) - Method in interface com.aol.cyclops.types.Value
Convert to an Xor where the secondary value will be used if no primary value is present
toXor() - Method in interface com.aol.cyclops.util.validation.ValidationResult
 
toXorDropPrimary() - Method in class com.aol.cyclops.control.Ior.Both
 
toXorDropPrimary() - Method in class com.aol.cyclops.control.Ior.Primary
 
toXorDropPrimary() - Method in class com.aol.cyclops.control.Ior.Secondary
 
toXorDropPrimary() - Method in interface com.aol.cyclops.control.Ior
 
toXors() - Method in class com.aol.cyclops.util.validation.ValidationResults
 
toXorSecondary() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
toXorSecondary() - Method in interface com.aol.cyclops.types.stream.ConvertableSequence
 
toXorWithError() - Method in interface com.aol.cyclops.control.Try
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Eval
 
trampoline(Function<? super F, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.FutureW
 
trampoline(Function<? super PT, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Ior
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Maybe
 
trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
trampoline(Function<? super A, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Performs a map operation that can call a recursive method without running out of stack space
Trampoline<T> - Interface in com.aol.cyclops.control
simple Trampoline implementation : inspired by excellent TotallyLazy Java 8 impl and Mario Fusco presentation
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Try
 
trampoline(Function<? super PT, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.control.Xor
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
Performs a map operation that can call a recursive method without running out of stack space
trampoline(Function<? super V, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PMapX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
trampoline(Function<? super V, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MapX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in class com.aol.cyclops.data.LazyImmutable
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
trampoline(Function<? super T, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.Functor
Performs a map operation that can call a recursive method without running out of stack space
trampoline(Function<? super U, ? extends Trampoline<? extends R>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
TransformerSeq<T> - Interface in com.aol.cyclops.control.monads.transformers.values
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
transformerStream() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
transformerStream() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
TransformerTraversable<T> - Interface in com.aol.cyclops.types
Represents a Traversable Monad Transformer, the monad transformer instance manipulates a nested non-scalar data type
TransformerValue<T> - Interface in com.aol.cyclops.control.monads.transformers.values
 
traversable() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
Traversable<T> - Interface in com.aol.cyclops.types
A non-scalar navigatable data type
traversable() - Method in interface com.aol.cyclops.types.Traversable
 
traverse(Collection<? extends AnyM<T>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Convert a Collection of Monads to a Monad with a List applying the supplied function in the process
traverse(Stream<AnyM<T>>, Supplier<AnyM<Stream<T>>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.control.AnyM
Convert a Stream of Monads to a Monad with a Stream applying the supplied function in the process
traverse(Collection<? extends AnyM<T>>, Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.monads.AnyMonads
Convert a Collection of Monads to a Monad with a List applying the supplied function in the process
traverse(Stream<? extends AnyM<T>>, Function<? super T, ? extends R>) - Method in class com.aol.cyclops.internal.monads.AnyMonads
Convert a Stream of Monads to a Monad with a List applying the supplied function in the process
traverse(Collection<? extends AnyMSeq<T>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Convert a Stream of Monads to a Monad with a List applying the supplied function in the process
traverse(Stream<AnyMSeq<T>>, Supplier<AnyMSeq<Stream<T>>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMSeq
Convert a Stream of Monads to a Monad with a Stream applying the supplied function in the process
traverse(Collection<? extends AnyMValue<T>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Convert a Stream of Monads to a Monad with a List applying the supplied function in the process
traverse(Stream<AnyMValue<T>>, Supplier<AnyMValue<Stream<T>>>, Function<? super T, ? extends R>) - Static method in interface com.aol.cyclops.types.anyM.AnyMValue
Convert a Stream of Monads to a Monad with a Stream applying the supplied function in the process
TriConsumer<S1,S2,S3> - Interface in com.aol.cyclops.util.function
A FunctionalInterface for side-effecting statements that accept 3 inputs (with no result).
TriFunction<S1,S2,S3,R> - Interface in com.aol.cyclops.util.function
 
triplicate() - Method in interface com.aol.cyclops.control.ReactiveSeq
Triplicates a Stream Buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
triplicate() - Method in interface com.aol.cyclops.control.Streamable
 
triplicate(Stream<T>) - Static method in class com.aol.cyclops.control.StreamUtils
Triplicates a Stream Buffers intermediate values, leaders may change positions so a limit can be safely applied to the leading stream.
triplicate() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
triplicate() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
triplicate() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Triplicates a Stream.
Try<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
Light weight Try Monad Fail fast behaviour with more explicit declararions required compared to with scala.util.Try and javaslang.monad.Try.
Try.AndFinally<T,V,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
Try.CheckedConsumer<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
Try.CheckedFunction<T,R,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
Try.CheckedRunnable<X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
Try.CheckedSupplier<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
Try.Failure<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
Class that represents the Failure of a Try
Try.Init<X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
Try.MyFinallyBlock<T,V,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
 
Try.MyInit<X extends java.lang.Throwable> - Class in com.aol.cyclops.control
 
Try.MyTryCatch<V,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
 
Try.Success<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control
Class that represents a Successful Try
Try.TryCatch<V,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control
 
tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
 
tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliterator
 
tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliteratorFromSupplier
 
tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.spliterators.ClosingSpliterator
 
tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
 
tryAdvance(Consumer<? super T>) - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
 
tryAdvance(IntConsumer) - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
 
tryAdvance(LongConsumer) - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
 
TryComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
Comprehender for performant for-comprehensions for Try Behaviour in cross-type flatMap is to create an empty instance for Failures, but always pass Successes on
TryComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.TryComprehender
 
tryMatch(Try<T1, X>) - Static method in class com.aol.cyclops.Matchables
 
trySplit() - Method in class com.aol.cyclops.data.async.AdaptersModule.ClosingSpliterator
 
trySplit() - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliterator
 
trySplit() - Method in class com.aol.cyclops.internal.react.stream.InfiniteClosingSpliteratorFromSupplier
 
trySplit() - Method in class com.aol.cyclops.internal.stream.spliterators.ClosingSpliterator
 
trySplit() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingArraySpliterator
 
trySplit() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingListSpliterator
 
trySplit() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeIntSpliterator
 
trySplit() - Method in class com.aol.cyclops.internal.stream.spliterators.ReversingRangeLongSpliterator
 
TryT<T,X extends java.lang.Throwable> - Interface in com.aol.cyclops.control.monads.transformers
Monad transformer for cyclops-react Try TryT allows the deeply wrapped Try to be manipulating within it's nested /contained context
tryT(TryT<T, X>) - Static method in class com.aol.cyclops.Matchables
 
tryThis(Try.CheckedSupplier<V, X>) - Method in interface com.aol.cyclops.control.Try.Init
Run the supplied CheckedSupplier and trap the return value or an Exception inside a Try
tryThis(Try.CheckedSupplier<V, X>) - Method in class com.aol.cyclops.control.Try.MyInit
 
tryThis(Try.CheckedFunction<V, T, X>) - Method in class com.aol.cyclops.control.Try.MyTryCatch
 
tryThis(Try.CheckedFunction<V, T, X>) - Method in interface com.aol.cyclops.control.Try.TryCatch
Build another stage in try / catch / finally block This defines the CheckedFunction that will be run in the main body of the catch block Next step can define the finally block
TryTSeq<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad transformer for Try nested within Sequential or non-scalar data types (e.g.
TryTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
TryTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.TryTSeqComprehender
 
TryTValue<T,X extends java.lang.Throwable> - Class in com.aol.cyclops.control.monads.transformers.values
Monad transformer for Try nested within Scalar data types (e.g.
TryTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
TryTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.TryTValueComprehender
 
tryWithResources(Try.CheckedFunction<V, T, X>) - Method in class com.aol.cyclops.control.Try.MyTryCatch
 
tryWithResources(Try.CheckedFunction<V, T, X>) - Method in interface com.aol.cyclops.control.Try.TryCatch
Will execute and run the CheckedFunction supplied and will automatically safely close any Closeables supplied during init (either individually or inside an iterable)
tuple1(Tuple1<T1>) - Static method in class com.aol.cyclops.Matchables
 
tuple2(Tuple2<T1, T2>) - Static method in class com.aol.cyclops.Matchables
 
tuple3(Tuple3<T1, T2, T3>) - Static method in class com.aol.cyclops.Matchables
 
tuple4(Tuple4<T1, T2, T3, T4>) - Static method in class com.aol.cyclops.Matchables
 
tuple5(Tuple5<T1, T2, T3, T4, T5>) - Static method in class com.aol.cyclops.Matchables
 
TupleWrapper - Interface in com.aol.cyclops.types.mixins
 
type(Class<T>) - Static method in class com.aol.cyclops.util.function.Predicates
Recursively decompose and match against case classes of specified type.

U

unapply() - Method in class com.aol.cyclops.control.Ior.Secondary
 
unapply() - Method in class com.aol.cyclops.control.Try.Failure
 
unapply() - Method in class com.aol.cyclops.control.Try.Success
 
unapply() - Method in class com.aol.cyclops.control.Xor.Secondary
 
unapply(Decomposable) - Method in class com.aol.cyclops.internal.matcher2.Cases
Decomposes the supplied input via it's unapply method Provides a List to the Matcher of values to match on
unapply(Decomposable) - Method in class com.aol.cyclops.internal.matcher2.PatternMatcher
Decomposes the supplied input via it's unapply method Provides a List to the Matcher of values to match on
unapply() - Method in interface com.aol.cyclops.types.Decomposable
 
unapply() - Method in interface com.aol.cyclops.types.Value
 
unbound() - Static method in class com.aol.cyclops.data.LazyImmutable
Create an intermediate unbound (or unitialised) ImmutableClosedValue)
unboundedNonBlockingQueue() - Static method in class com.aol.cyclops.data.async.QueueFactories
Creates an async.Queue backed by a JDK Wait Free unbounded ConcurrentLinkedQueue Wait strategy used is NoWaitRetry by default for both Consumers and Producers (both Consumers and Producers will repeatedly retry until successful).
unboundedNonBlockingQueue(WaitStrategy<T>) - Static method in class com.aol.cyclops.data.async.QueueFactories
 
unboundedPool(Collection<REACTOR>) - Static method in class com.aol.cyclops.react.threads.ReactPool
If all REACTORs are in use calling react will block.
unboundedQueue() - Static method in class com.aol.cyclops.data.async.QueueFactories
 
unboundedWaitFree() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
This is the default setting, internal queues are backed by a ConcurrentLinkedQueue This operator will return the next stage to using this Queue type if it has been changed
Uncurry - Class in com.aol.cyclops.util.function
 
Uncurry() - Constructor for class com.aol.cyclops.util.function.Uncurry
 
uncurry(Function<T1, Supplier<R>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry2(Function<T2, Function<T1, R>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry3(Function<T1, Function<T2, Function<T3, R>>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry4(Function<T1, Function<T2, Function<T3, Function<T4, R>>>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry5(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, R>>>>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry6(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, R>>>>>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry7(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, Function<T7, R>>>>>>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurry8(Function<T1, Function<T2, Function<T3, Function<T4, Function<T5, Function<T6, Function<T7, Function<T8, R>>>>>>>>) - Static method in class com.aol.cyclops.util.function.Uncurry
 
uncurryC2(Function<T2, Consumer<T1>>) - Static method in class com.aol.cyclops.util.function.UncurryConsumer
 
uncurryC3(Function<T3, Function<T2, Consumer<T1>>>) - Static method in class com.aol.cyclops.util.function.UncurryConsumer
 
uncurryC4(Function<T4, Function<T3, Function<T2, Consumer<T1>>>>) - Static method in class com.aol.cyclops.util.function.UncurryConsumer
 
uncurryC5(Function<T5, Function<T4, Function<T3, Function<T2, Consumer<T1>>>>>) - Static method in class com.aol.cyclops.util.function.UncurryConsumer
 
UncurryConsumer - Class in com.aol.cyclops.util.function
 
UncurryConsumer() - Constructor for class com.aol.cyclops.util.function.UncurryConsumer
 
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Unfold a function into a ReactiveSeq
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
Unfold a function into a PBagX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
Unfold a function into a POrderedSetX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
Unfold a function into a PQueueX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
Unfold a function into a PSetX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
Unfold a function into a PStackX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
Unfold a function into a PVectorX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
Unfold a function into a DequeX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
Unfold a function into a ListX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
Unfold a function into a QueueX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
Unfold a function into a SetX
unfold(U, Function<? super U, Optional<Tuple2<T, U>>>) - Static method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
Unfold a function into a SortedSetX
unit(T) - Method in interface com.aol.cyclops.control.AnyM
Construct a new instanceof AnyM using the type of the underlying wrapped monad
unit(T) - Method in class com.aol.cyclops.control.Eval.Module.Always
 
unit(T) - Method in class com.aol.cyclops.control.Eval.Module.Later
 
unit(T) - Method in interface com.aol.cyclops.control.Eval
 
unit(T) - Method in interface com.aol.cyclops.control.FeatureToggle
 
unit(T) - Method in class com.aol.cyclops.control.FutureW
 
unit(T) - Method in interface com.aol.cyclops.control.Ior
 
unit(T) - Method in interface com.aol.cyclops.control.Maybe
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
unit(T) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
unit(T) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
unit(R) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
unit(R) - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
unit(T) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
unit(T) - Method in interface com.aol.cyclops.control.Streamable
 
unit(T) - Method in interface com.aol.cyclops.control.Try
 
unit(T) - Method in interface com.aol.cyclops.control.Xor
 
unit(R) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
unit(Collection<R>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.FluentCollectionX
Create a new instance of the same colleciton type from the supplied collection
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
unit(R) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
unit(Collection<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
unit(T) - Method in class com.aol.cyclops.data.LazyImmutable
 
unit(T) - Method in interface com.aol.cyclops.internal.Monad
Generate a new instance of the underlying monad with given value
unit(T) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
unit(T) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
unit(T) - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
unit(T) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
unit(T) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
unit(T) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
unit(T) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
unit(T) - Method in interface com.aol.cyclops.types.MonadicValue
 
unit(T) - Method in interface com.aol.cyclops.types.MonadicValue1
 
unit(T2) - Method in interface com.aol.cyclops.types.MonadicValue2
 
Unit<T> - Interface in com.aol.cyclops.types
A Data type that supports instantiation of instances of the same type
unit(T) - Method in interface com.aol.cyclops.types.Unit
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
unitAnyM(AnyM<Traversable<T>>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
unitAnyM(AnyM<Traversable<T>>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
unitIterator(Iterator<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
unitIterator(Iterator<U>) - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
unitIterator(Iterator<U>) - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
unitIterator(Iterator<U>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
unitIterator(Iterator<U>) - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
unitIterator(Iterator<T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
unitIterator(Iterator<T>) - Method in interface com.aol.cyclops.control.Streamable
 
unitIterator(Iterator<U>) - Method in class com.aol.cyclops.data.collections.extensions.CollectionXImpl
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
unitIterator(Iterator<R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
unitIterator(Iterator<U>) - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
unitIterator(Iterator<T>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
unitIterator(Iterator<T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
unitIterator(Iterator<U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
unitIterator(Iterator<U>) - Method in interface com.aol.cyclops.types.IterableFunctor
Create an IterableFunctor instance of the same type from an Iterator
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
unitStream(ReactiveSeq<T>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
unitStream(ReactiveSeq<T>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
unordered() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
unordered() - Method in class com.aol.cyclops.internal.react.DelegateStream
 
unordered() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
unordered() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
unpause() - Method in class com.aol.cyclops.internal.stream.IteratorHotStream
 
unpause() - Method in class com.aol.cyclops.internal.stream.PausableHotStreamImpl
 
unpause() - Method in interface com.aol.cyclops.types.stream.PausableHotStream
 
UNSET - Class in com.aol.cyclops.internal
 
UNSET() - Constructor for class com.aol.cyclops.internal.UNSET
 
unwrap() - Method in interface com.aol.cyclops.control.AnyM
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.CompletableFutureT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.EvalT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.FutureWT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.MaybeT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.OptionalT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.ReaderT
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.ReaderTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.TryT
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.ListTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.ReaderTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.SetTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamableTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.StreamTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
unwrap() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
unwrap() - Method in interface com.aol.cyclops.control.monads.transformers.XorT
 
unwrap() - Method in interface com.aol.cyclops.control.ReactiveSeq
 
unwrap(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.ListComprehender
 
unwrap(Object) - Method in class com.aol.cyclops.internal.comprehensions.comprehenders.SetComprehender
 
unwrap() - Method in class com.aol.cyclops.internal.matcher2.AsDecomposable.CoercedDecomposable
 
unwrap() - Method in interface com.aol.cyclops.internal.Monad
 
unwrap() - Method in class com.aol.cyclops.internal.monads.AnyMSeqImpl
 
unwrap() - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
unwrap() - Method in class com.aol.cyclops.internal.monads.BaseAnyMImpl
 
unwrap() - Method in class com.aol.cyclops.internal.monads.MonadWrapper
 
unwrap() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
Deprecated.
unwrap() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
unwrap() - Method in interface com.aol.cyclops.types.Decomposable
unwrap will return any Wrapped typed.
unwrap(Object) - Method in interface com.aol.cyclops.types.extensability.Comprehender
 
unwrap() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
START SEQUENCEM
unwrap() - Method in class com.aol.cyclops.types.mixins.AsMappable.CoercedMappable
 
unwrap() - Method in interface com.aol.cyclops.types.mixins.Mappable
 
unwrap() - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
 
unwrap() - Method in interface com.aol.cyclops.types.Unwrapable
Unwrap a wrapped value
Unwrapable - Interface in com.aol.cyclops.types
Data type that represents a wrapper type
unwrapOtherMonadTypes(Comprehender<T>, Object) - Static method in class com.aol.cyclops.internal.comprehensions.comprehenders.StreamComprehender
 
unwrapOtherMonadTypes(Comprehender<T>, Object) - Static method in interface com.aol.cyclops.types.extensability.Comprehender
 
unwrapStream() - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
unzip(ReactiveSeq<Tuple2<T, U>>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Unzip a zipped Stream
unzip(Streamable<Tuple2<T, U>>) - Static method in interface com.aol.cyclops.control.Streamable
Unzip a zipped Stream
unzip3(ReactiveSeq<Tuple3<T1, T2, T3>>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Unzip a zipped Stream into 3
unzip3(Streamable<Tuple3<T1, T2, T3>>) - Static method in interface com.aol.cyclops.control.Streamable
Unzip a zipped Stream into 3
unzip4(ReactiveSeq<Tuple4<T1, T2, T3, T4>>) - Static method in interface com.aol.cyclops.control.ReactiveSeq
Unzip a zipped Stream into 4
unzip4(Streamable<Tuple4<T1, T2, T3, T4>>) - Static method in interface com.aol.cyclops.control.Streamable
Unzip a zipped Stream into 4
upscaleIfStream(Object) - Method in interface com.aol.cyclops.internal.comprehensions.converters.StreamUpscaler
 
url(URL) - Static method in class com.aol.cyclops.Matchables
Break an URL down into protocol, host, port, path, query
URLToStreamConverter - Class in com.aol.cyclops.internal.comprehensions.converters
 
URLToStreamConverter() - Constructor for class com.aol.cyclops.internal.comprehensions.converters.URLToStreamConverter
 
Utils - Class in com.aol.cyclops.internal
 
Utils() - Constructor for class com.aol.cyclops.internal.Utils
 

V

Val<T> - Class in com.aol.cyclops.types.futurestream
 
Val() - Constructor for class com.aol.cyclops.types.futurestream.Val
 
validate(Validator<T, S, F>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
 
validate(Validator<T, S, F>) - Method in interface com.aol.cyclops.types.Foldable
Apply the specified validator to all elements in this foldable, resulting in a failure Stream and success Stream.
validateExpression(String) - Static method in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
ValidationResult<T,E> - Interface in com.aol.cyclops.util.validation
Interface that represents a Validation Result
ValidationResult.FailedResult<T,E> - Class in com.aol.cyclops.util.validation
Store a failed validation result
ValidationResult.SuccessfulResult<T,E> - Class in com.aol.cyclops.util.validation
Store a Successful Validation Result
ValidationResults<T,E> - Class in com.aol.cyclops.util.validation
A class that represents Validation Results from multiple validation events
ValidationResults() - Constructor for class com.aol.cyclops.util.validation.ValidationResults
 
Validator<T,R,E> - Class in com.aol.cyclops.control
A Cumulative Validator, that processes all validation steps and accumulates all results & errors Supports Lazy Validation (natively via isValid and add(Validator) ) And Eager Validation via FunctionalJava
Validator() - Constructor for class com.aol.cyclops.control.Validator
 
value(Object) - Method in class com.aol.cyclops.control.AnyM.AnyMFactory
Non-type safe way to wrap a supported monad type in an AnyMValue
value() - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
value() - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
value() - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
value() - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
value() - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
value() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerValue
 
value() - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
value() - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
Value<T> - Interface in com.aol.cyclops.types
A data type that stores at most 1 Values
Value.ValueImpl<T> - Class in com.aol.cyclops.types
 
ValueComprehender<T> - Interface in com.aol.cyclops.types.extensability
 
ValueImpl() - Constructor for class com.aol.cyclops.types.Value.ValueImpl
 
valueOf(String) - Static method in enum com.aol.cyclops.react.RetryBuilder.factory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aol.cyclops.react.ThreadPools.ExecutionMode
Returns the enum constant of this type with the specified name.
valuePresent() - Static method in class com.aol.cyclops.util.function.Predicates
 
values() - Method in class com.aol.cyclops.data.collections.extensions.persistent.PMapXImpl
 
values() - Method in class com.aol.cyclops.data.collections.extensions.standard.MapXImpl
 
values() - Static method in enum com.aol.cyclops.react.RetryBuilder.factory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aol.cyclops.react.ThreadPools.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface com.aol.cyclops.types.mixins.TupleWrapper
 
ValueSubscriber<T> - Class in com.aol.cyclops.types.stream.reactive
A reactive-streams Subscriber that can take 1 value from a reactive-streams publisher and convert it into various forms
ValueTransformerSeq<T> - Interface in com.aol.cyclops.control.monads.transformers.values
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Eval
 
visit(Function<? super F, ? extends R>, Function<? super F, ? extends R>) - Method in class com.aol.cyclops.control.FeatureToggle.Disabled
 
visit(Function<? super F, ? extends R>, Function<? super F, ? extends R>) - Method in class com.aol.cyclops.control.FeatureToggle.Enabled
 
visit(Function<? super F, ? extends R>, Function<? super F, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
If this FeatureToggle is enabled the enabled function will be executed If this FeatureToggle is disabled the disabled function will be executed
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>, BiFunction<? super ST, ? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Both
 
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>, BiFunction<? super ST, ? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Primary
 
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>, BiFunction<? super ST, ? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Ior.Secondary
 
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>, BiFunction<? super ST, ? super PT, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
visit(BiFunction<? super TYPE, ? super Matchable.MatchableIterable<TYPE>, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableOptional
 
visit(Function<? super T1, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple1
 
visit(BiFunction<? super T1, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple2
 
visit(TriFunction<? super T1, ? super T2, ? super T3, ? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple3
 
visit(QuadFunction<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple4
 
visit(QuintFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MTuple5
 
visit(Function<? super T1, ? extends R>, Function<? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MXor
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.ValueAndOptionalMatcher
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Maybe.Just
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Maybe.Lazy
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in class com.aol.cyclops.control.Maybe.Nothing
 
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
visit(Function<? super T, ? extends R>, Function<? super X, ? extends R>, Monoid<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
visit(Function<ST, ? extends R>, Function<? super T, ? extends R>, Monoid<R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
visit(Function<? super T, ? extends R>, Function<? super X, ? extends R>, Supplier<R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
visit(Function<?, ? extends R>, Function<? super T, ? extends R>, Supplier<R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
visit(Function<? super T, ? extends R>, Function<? super X, ? extends R>) - Method in class com.aol.cyclops.control.Try.Failure
 
visit(Function<? super T, ? extends R>, Function<? super X, ? extends R>) - Method in class com.aol.cyclops.control.Try.Success
 
visit(Function<? super T, ? extends R>, Function<? super X, ? extends R>) - Method in interface com.aol.cyclops.control.Try
 
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Primary
 
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>) - Method in class com.aol.cyclops.control.Xor.Secondary
 
visit(Function<? super ST, ? extends R>, Function<? super PT, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
visit(Function<? super Queue<T>, ? extends R>, Function<? super Topic<T>, ? extends R>) - Method in interface com.aol.cyclops.data.async.Adapter
 
visit(Function<? super Queue<T>, ? extends R>, Function<? super Topic<T>, ? extends R>) - Method in class com.aol.cyclops.data.async.Queue
 
visit(Function<? super Queue<T>, ? extends R>, Function<? super Topic<T>, ? extends R>) - Method in class com.aol.cyclops.data.async.Topic
 
visit(BiFunction<? super T, ? super ReactiveSeq<T>, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.anyM.NestedFoldable
Destructures this Traversable into it's head and tail.
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.Convertable
 
visit(BiFunction<? super T, ? super ReactiveSeq<T>, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.IterableFoldable
Destructures this Traversable into it's head and tail.
visit(Function<? super T, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.types.Visitable
The provided function is executed with the value stored in this Visitable if one is present, otherwise the provided Supplier is executed instead.
visit(BiFunction<? super X, ? super R, ? extends U>) - Method in class com.aol.cyclops.util.stream.pushable.AbstractPushableStream
 
Visitable<T> - Interface in com.aol.cyclops.types
Data type that may contain a single visitable element
visitEvent(Consumer<R>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentBiFunction
Visit the result of this BiFunction once it has been executed, if the Function executes successfully the result will be passes to the eventConsumer, if there is an error it will be passed to the errorConsumer
visitEvent(Consumer<R>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentFunction
Visit the result of this Function once it has been executed, if the Function executes successfully the result will be passes to the eventConsumer, if there is an error it will be passed to the errorConsumer
visitEvent(Consumer<R>, Consumer<Throwable>) - Method in class com.aol.cyclops.control.FluentFunctions.FluentTriFunction
Visit the result of this TriFunction once it has been executed, if the Function executes successfully the result will be passes to the eventConsumer, if there is an error it will be passed to the errorConsumer
visitSeq(BiFunction<? super TYPE, ? super ReactiveSeq<TYPE>, ? extends R>, Supplier<? extends R>) - Method in interface com.aol.cyclops.control.Matchable.MatchableIterable
 
VOID - Static variable in class com.aol.cyclops.internal.UNSET
 

W

WaitStrategy<T> - Interface in com.aol.cyclops.data.async.wait
 
WaitStrategy.Offerable - Interface in com.aol.cyclops.data.async.wait
 
WaitStrategy.Takeable<T> - Interface in com.aol.cyclops.data.async.wait
 
when(T1) - Static method in interface com.aol.cyclops.control.Matchable
 
when(Predicate<? super T1>) - Static method in interface com.aol.cyclops.control.Matchable
 
when(T1, T2) - Static method in interface com.aol.cyclops.control.Matchable
 
when(Predicate<? super T1>, Predicate<? super T2>) - Static method in interface com.aol.cyclops.control.Matchable
 
when(T1, T2, T3) - Static method in interface com.aol.cyclops.control.Matchable
 
when(Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>) - Static method in interface com.aol.cyclops.control.Matchable
 
when(T1, T2, T3, T4) - Static method in interface com.aol.cyclops.control.Matchable
 
when(Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>) - Static method in interface com.aol.cyclops.control.Matchable
 
when(T1, T2, T3, T4, T5) - Static method in interface com.aol.cyclops.control.Matchable
 
when(Predicate<? super T1>, Predicate<? super T2>, Predicate<? super T3>, Predicate<? super T4>, Predicate<? super T5>) - Static method in interface com.aol.cyclops.control.Matchable
 
whenComplete(BiConsumer<? super T, ? super X>) - Method in class com.aol.cyclops.internal.react.async.future.ExecutionPipeline
 
whenComplete(BiConsumer<? super T, ? super X>) - Method in class com.aol.cyclops.internal.react.async.future.PipelineBuilder
 
whenGuard(V...) - Static method in interface com.aol.cyclops.control.Matchable
 
whenGuard2(V...) - Static method in interface com.aol.cyclops.control.Matchable
 
whenTrue(Predicate<? super T1>...) - Static method in interface com.aol.cyclops.control.Matchable
 
whenValues(T1...) - Static method in interface com.aol.cyclops.control.Matchable
 
window(Stream<T>, int, int) - Static method in class com.aol.cyclops.control.StreamUtils
Create a sliding view over this Stream
window() - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using the default partition and order.
window(long, long) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using the default partition and order with frame.
window(Comparator<? super T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using the default partition and a specific order.
window(Comparator<? super T>, long, long) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using the default partition and a specific order with frame.
window(Function<? super T, ? extends U>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using a specific partition and the default order.
window(Function<? super T, ? extends U>, long, long) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using a specific partition and the default order.
window(Function<? super T, ? extends U>, Comparator<? super T>, long, long) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream using a specific partition and order with frame.
window(WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 1 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 2 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 3 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 4 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 5 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 6 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 7 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 8 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 9 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 10 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 11 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 12 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 13 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 14 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 15 distinct windows.
window(WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>, WindowSpecification<T>) - Method in interface com.aol.cyclops.types.stream.JoolWindowing
Map this stream to a windowed stream with 16 distinct windows.
windowByTime(Stream<T>, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
 
windowStatefullyWhile(BiPredicate<ListX<? super T>, ? super T>) - Method in class com.aol.cyclops.internal.stream.operators.WindowStatefullyWhileOperator
 
WindowStatefullyWhileOperator<T> - Class in com.aol.cyclops.internal.stream.operators
 
WindowStatefullyWhileOperator() - Constructor for class com.aol.cyclops.internal.stream.operators.WindowStatefullyWhileOperator
 
with(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.FluentSequenceX
Replace the value at the specifed index with the supplied value
with(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
with(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PStackXImpl
 
with(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
with(int, T) - Method in class com.aol.cyclops.data.collections.extensions.persistent.PVectorXImpl
 
with(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
with(int, T) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableSequenceX
 
with(Function<? super U, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
React with Asynchronously apply the function supplied to the currently active event tasks in the dataflow.
withAsync(boolean) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
withAsync(boolean) - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
withAsync(boolean) - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
withAsync(boolean) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withAsync(boolean) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withAsync(boolean) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withCatch(Try.CheckedSupplier<T, X>, Class<? extends X>...) - Static method in interface com.aol.cyclops.control.Try
Try to execute supplied Supplier and will Catch specified Excpetions or java.lang.Exception if none specified.
withErrorHandler(Optional<Consumer<Throwable>>) - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
withErrorHandler(Optional<Consumer<Throwable>>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withErrorHandler(Optional<Consumer<Throwable>>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withFilterable(T) - Method in interface com.aol.cyclops.internal.Monad
 
withFilterable(T) - Method in interface com.aol.cyclops.types.mixins.WrappingFilterable
 
withFunctor(T) - Method in interface com.aol.cyclops.internal.Monad
 
withFunctor(T) - Method in class com.aol.cyclops.types.mixins.FunctorWrapper
 
withFunctor(T) - Method in interface com.aol.cyclops.types.mixins.WrappingFunctor
Will attempt to create a new instance of this functor type via constructor reflection if this is a wrapped Functor (i.e.
withLastActive(LazyStreamWrapper) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
withLastActive(LazyStreamWrapper<T>) - Method in class com.aol.cyclops.internal.react.stream.traits.future.operators.OperationsOnFuturesImpl
 
withLastActive(LazyStreamWrapper<R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withLastActive(LazyStreamWrapper<R>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withLastActive(LazyStreamWrapper<T>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
 
withLastActive(EagerStreamWrapper) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withLatest(SimpleReactStream<T2>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withLazyCollector(Supplier<LazyResultConsumer<U>>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withMonad(Object) - Method in interface com.aol.cyclops.internal.Monad
 
withNewStream(Stream<CompletableFuture>, SimpleReact) - Method in class com.aol.cyclops.internal.react.stream.EagerStreamWrapper
 
withNewStream(Stream<R>, LazyReact) - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
withNewStreamFutures(Stream<R>) - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
withQueueCopyExecutor(Executor) - Method in class com.aol.cyclops.control.SimpleReact
 
withQueueFactory(QueueFactory<U>) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
withQueueFactory(QueueFactory<T>) - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
withQueueFactory(QueueFactory<U>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withQueueFactory(QueueFactory<U>) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withQueueFactory(QueueFactory<U>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withResults(Collection<FastFuture<T>>) - Method in class com.aol.cyclops.react.collectors.lazy.EmptyCollector
 
withResults(Collection<FastFuture<T>>) - Method in interface com.aol.cyclops.react.collectors.lazy.LazyResultConsumer
Used to generate a new instance for result collection - populates the supplied Collection
withResults(Collection<FastFuture<T>>) - Method in class com.aol.cyclops.react.collectors.lazy.SamplingCollector
 
withRetrier(RetryExecutor) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
withRetrier(RetryExecutor) - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
withRetrier(RetryExecutor) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
withRetrier(RetryExecutor) - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
withRetrier(RetryExecutor) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withRetrier(RetryExecutor) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withRetrier(RetryExecutor) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withStream(Stream) - Method in class com.aol.cyclops.internal.react.stream.LazyStreamWrapper
 
withSubscription(Continueable) - Method in interface com.aol.cyclops.types.futurestream.BaseSimpleReactStream
 
withSubscription(Continueable) - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
withSubscription(Continueable) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withSubscription(Continueable) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withSubscription(Continueable) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withTaskExecutor(Executor) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
withTaskExecutor(Executor) - Method in class com.aol.cyclops.internal.react.SimpleReactStreamImpl
 
withTaskExecutor(Executor) - Method in interface com.aol.cyclops.types.futurestream.ConfigurableStream
 
withTaskExecutor(Executor) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
withTaskExecutor(Executor) - Method in interface com.aol.cyclops.types.futurestream.LazySimpleReactStream
 
withTaskExecutor(Executor) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
 
withType(Class<T>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
withType1(Class<Tuple1<T1>>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
withType2(Class<Tuple2<T1, T2>>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
withType3(Class<Tuple3<T1, T2, T3>>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
withType4(Class<Tuple4<T1, T2, T3, T4>>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
withType5(Class<Tuple5<T1, T2, T3, T4, T5>>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
withTypeOpt(Class<Tuple1<T1>>) - Method in class com.aol.cyclops.internal.matcher2.MatchableCase
 
words(CharSequence) - Static method in class com.aol.cyclops.Matchables
 
WrappingFilterable<T> - Interface in com.aol.cyclops.types.mixins
 
WrappingFunctor<T> - Interface in com.aol.cyclops.types.mixins
An interoperability trait that wraps & encapsulates any Functor type Uses InvokeDynamic to call Map if no suitable Comprehender present Uses (cached) JDK Dynamic Proxies to coerce function types to java.util.Function

X

xMatch(int, Predicate<? super T>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Check that there are specified number of matches of predicate in the Stream
xMatch(int, Predicate<? super T>) - Method in interface com.aol.cyclops.control.Streamable
Check that there are specified number of matches of predicate in the Stream
xMatch(Stream<T>, int, Predicate<? super T>) - Static method in class com.aol.cyclops.control.StreamUtils
Check that there are specified number of matches of predicate in the Stream
xMatch(int, Predicate<? super U>) - Method in class com.aol.cyclops.internal.react.LazyFutureStreamImpl
 
xMatch(int, Predicate<? super T>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
xMatch(int, Predicate<? super T>) - Method in interface com.aol.cyclops.types.Foldable
Check that there are specified number of matches of predicate in the Stream
xOf(int, Runnable, FastFuture...) - Static method in class com.aol.cyclops.internal.react.async.future.FastFuture
 
xOf(int, Predicate<? super T1>...) - Static method in class com.aol.cyclops.util.function.Predicates
 
Xor<ST,PT> - Interface in com.aol.cyclops.control
eXclusive Or (Xor) 'Right' (or primary type) biased disjunct union.
xor(Xor<ST, PT>) - Static method in class com.aol.cyclops.Matchables
 
Xor.Primary<ST,PT> - Class in com.aol.cyclops.control
 
Xor.Secondary<ST,PT> - Class in com.aol.cyclops.control
 
XorComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders
 
XorComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.XorComprehender
 
XorT<ST,T> - Interface in com.aol.cyclops.control.monads.transformers
Monad transformer for cyclops-react Xor XorT allows the deeply wrapped Xor to be manipulating within it's nested /contained context
xorT(XorT<ST, T>) - Static method in class com.aol.cyclops.Matchables
 
XorTSeq<ST,T> - Class in com.aol.cyclops.control.monads.transformers.seq
Monad transformer for Xor nested within Sequential or non-scalar data types (e.g.
XorTSeqComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq
 
XorTSeqComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.seq.XorTSeqComprehender
 
XorTValue<ST,T> - Class in com.aol.cyclops.control.monads.transformers.values
Monad transformer for Xor nested within Scalar data types (e.g.
XorTValueComprehender - Class in com.aol.cyclops.internal.comprehensions.comprehenders.transformers
 
XorTValueComprehender() - Constructor for class com.aol.cyclops.internal.comprehensions.comprehenders.transformers.XorTValueComprehender
 
xPer(int, long, TimeUnit) - Method in interface com.aol.cyclops.control.ReactiveSeq
emit x elements per time period
xPer(int, long, TimeUnit) - Method in interface com.aol.cyclops.control.Streamable
emit x elements per time period
xPer(Stream<T>, int, long, TimeUnit) - Static method in class com.aol.cyclops.control.StreamUtils
 
xPer(int, long, TimeUnit) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
xPer(int, long, TimeUnit) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Allows x (specified number of) emissions with a time period before stopping emmissions until specified time has elapsed since last emission
xPer(int, long, TimeUnit) - Method in interface com.aol.cyclops.types.Sequential
emit x elements per time period
xValues(K, long) - Method in class com.aol.cyclops.control.Pipes
 

Y

YEAR - Static variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
years - Variable in class com.aol.cyclops.util.stream.scheduling.cron.CronExpression
 
yield(Supplier<R>) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.ComprehensionData
Define the yeild section of a for comprehension and kick of processing for a comprehension
yield(ComprehensionsModule.ExecutionState<T>) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Foreach
 
Yield() - Constructor for class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.Yield
 
yield(Function<? super T1, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp1
Execute and Yield a result from this for comprehension using the supplied function e.g.
yield(Function<? super T1, Function<? super T2, ? extends R>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
Execute and Yield a result from this for comprehension using the supplied function e.g.
yield(Function<? super T1, Function<? super T2, Function<? super T3, ? extends R>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
yield(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, ? extends R>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
yield(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, ? extends R>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
yield(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, Function<? super T6, ? extends R>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
yield(Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, Function<? super T6, Function<? super T7, ? extends R>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
yield(Function<? super T, Function<? super T1, Function<? super T2, Function<? super T3, Function<? super T4, Function<? super T5, Function<? super T6, Function<? super T7, ? extends R>>>>>>>>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp8
 
yield2(BiFunction<? super T1, ? super T2, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp2
 
yield3(TriFunction<? super T1, ? super T2, ? super T3, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp3
 
yield4(QuadFunction<? super T1, ? super T2, ? super T3, ? super T4, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp4
 
yield5(QuintFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp5
 
yield6(HexFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp6
 
yield7(HeptFunction<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp7
 
yield8(OctFunction<? super T, ? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R>) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp8
 
yieldInternal(Supplier) - Method in class com.aol.cyclops.internal.comprehensions.ComprehensionsModule.BaseComprehensionData
 
yieldInternal(Function) - Method in class com.aol.cyclops.internal.comprehensions.donotation.DoComp
 
yieldWait() - Static method in interface com.aol.cyclops.data.async.wait.WaitStrategy
 
YieldWait<T> - Class in com.aol.cyclops.data.async.wait
 
YieldWait() - Constructor for class com.aol.cyclops.data.async.wait.YieldWait
 

Z

zero() - Method in interface com.aol.cyclops.Monoid
An element that when provided as a parameter to the combiner with another value, results in the other value being returned e.g.
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.control.Eval
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Eval
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.Eval
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.Eval
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.Eval
 
zip(Iterable<? extends T2>, BiFunction<? super F, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
Equivalent to ap, but accepts an Iterable and takes the first value only from that iterable.
zip(BiFunction<? super F, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.control.FeatureToggle
Equivalent to ap, but accepts a Publisher and takes the first value only from that publisher.
zip(Seq<? extends U>, BiFunction<? super F, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
zip(Stream<? extends U>, BiFunction<? super F, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.FeatureToggle
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.FutureW
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.FutureW
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.FutureW
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.FutureW
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.FutureW
 
zip(Iterable<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
zip(BiFunction<? super PT, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.control.Ior
 
zip(Seq<? extends U>, BiFunction<? super PT, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
zip(Stream<? extends U>, BiFunction<? super PT, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Ior
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.Ior
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.Ior
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.Ior
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.control.Maybe
Equivalent to combine, but accepts a Publisher and takes the first value only from that publisher.
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Maybe
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.Maybe
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip(Iterable<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip(Seq<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip(Stream<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip(Iterable<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip(Stream<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip(Seq<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip(Iterable<? extends T2>, BiFunction<? super A, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(BiFunction<? super A, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(Seq<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(Stream<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.CompletableFutureTValue
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.EvalTValue
 
zip(Iterable<? extends T2>, BiFunction<? super A, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(BiFunction<? super A, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(Seq<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(Stream<? extends U>, BiFunction<? super A, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.FutureWTValue
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.MaybeTValue
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.OptionalTValue
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.TryTValue
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(Iterable<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.values.XorTValue
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Zip 2 streams into one
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Zip 2 streams into one
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Streamable
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Streamable
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Streamable
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
Zip 2 streams into one
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Try
Equivalent to ap, but accepts an Iterable and takes the first value only from that iterable.
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.control.Try
Equivalent to ap, but accepts a Publisher and takes the first value only from that publisher.
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Try
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Try
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.Try
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.Try
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.Try
 
zip(Iterable<? extends T2>, BiFunction<? super PT, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
zip(BiFunction<? super PT, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.control.Xor
 
zip(Seq<? extends U>, BiFunction<? super PT, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
zip(Stream<? extends U>, BiFunction<? super PT, ? super U, ? extends R>) - Method in interface com.aol.cyclops.control.Xor
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.control.Xor
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.control.Xor
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.control.Xor
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
Zip (merge) this collection with the supplied Iterable into a Colleciton containing Tuples Each Tuple contains one element from this collection and one from the other
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in class com.aol.cyclops.internal.monads.AnyMValueImpl
 
zip(Stream<? extends S>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
zip(Seq<? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.types.anyM.AnyMValue
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.applicative.ApplicativeFunctor
 
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.types.applicative.ApplicativeFunctor
 
zip(Seq<? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Zip two streams into one.
zip(Stream<? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zip(Iterable<? extends T>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zip(Seq<? extends T>, BiFunction<? super U, ? super T, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Zip two streams into one using a BiFunction to produce resulting values.
zip(Stream<? extends T>, BiFunction<? super U, ? super T, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zip(Iterable<? extends T>, BiFunction<? super U, ? super T, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zip(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Zip two Streams.
zip(Stream<R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Zip two Streams, zipping against the underlying futures of this stream
zip(SimpleReactStream<R>) - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Zip two Streams, zipping against the underlying futures of both Streams Placeholders (Futures) will be populated immediately in the new zipped Stream and results will be populated asyncrhonously
zip(Iterable<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.Traversable
 
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.Traversable
 
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.Traversable
 
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.types.Traversable
Zip 2 streams into one
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.types.Traversable
 
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.types.Traversable
 
zip(Iterable<? extends T2>, BiFunction<? super T, ? super T2, ? extends R>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Iterable using the supplied combining function
zip(BiFunction<? super T, ? super T2, ? extends R>, Publisher<? extends T2>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Publisher, using the supplied combining function
zip(Seq<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Seq, using the supplied combining function
zip(Stream<? extends U>, BiFunction<? super T, ? super U, ? extends R>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Stream, using the supplied combining function
zip(Stream<? extends U>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Stream combining both into a Tuple2
zip(Seq<? extends U>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Seq combining both into a Tuple2
zip(Iterable<? extends U>) - Method in interface com.aol.cyclops.types.Zippable
Zip (combine) this Zippable with the supplied Iterable combining both into a Tuple2
zip(CompletableFuture<? extends T1>, Iterable<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
zip(Publisher<? extends T2>, CompletableFuture<? extends T1>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.CompletableFutures
 
zip(Optional<? extends T1>, Iterable<? extends T2>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.Optionals
 
zip(Publisher<? extends T2>, Optional<? extends T1>, BiFunction<? super T1, ? super T2, ? extends R>) - Static method in class com.aol.cyclops.util.Optionals
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.ReactiveSeq
zip 3 Streams into one
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
 
zip3(Streamable<? extends S>, Streamable<? extends U>) - Method in interface com.aol.cyclops.control.Streamable
zip 3 Streams into one
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip3(Stream<? extends S>, Stream<? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
zip 3 Streams into one
zip3(Stream<? extends S>, Stream<? extends U>) - Method in interface com.aol.cyclops.types.Traversable
zip 3 Streams into one
zip3Lfs(LazyFutureStream<? extends S>, LazyFutureStream<? extends U>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Zip 3 LazyFutureStreams based on the order of the data in the underlying Futures
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.ReactiveSeq
zip 4 Streams into 1
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.control.Streamable
 
zip4(Streamable<? extends T2>, Streamable<? extends T3>, Streamable<? extends T4>) - Method in interface com.aol.cyclops.control.Streamable
zip 4 Streams into 1
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zip4(Stream<T2>, Stream<T3>, Stream<T4>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
zip 4 Streams into 1
zip4(Stream<? extends T2>, Stream<? extends T3>, Stream<? extends T4>) - Method in interface com.aol.cyclops.types.Traversable
zip 4 Streams into 1
zip4Lfs(LazyFutureStream<T2>, LazyFutureStream<T3>, LazyFutureStream<T4>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Zip 4 LazyFutureStreams into 1
zipAnyM(Stream<T>, AnyM<? extends S>, BiFunction<? super T, ? super S, ? extends R>) - Static method in class com.aol.cyclops.control.StreamUtils
Generic zip function.
zipLfs(LazyFutureStream<R>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Zip two LazyFutureStreams by combining the underlying Futures
zipLfs(LazyFutureStream<T2>, BiFunction<CompletableFuture<T>, CompletableFuture<T2>, CompletableFuture<R>>) - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Zip two LazyFutureStreams using the provided combiner
Zippable<T> - Interface in com.aol.cyclops.types
A Data Type that can be comined with another data type
ZippingApplicativable<T> - Interface in com.aol.cyclops.types.applicative.zipping
 
ZippingApplicative<T,R,D extends IterableFunctor<R>> - Interface in com.aol.cyclops.types.applicative.zipping
 
ZippingApplicative2<T,T2,R,D extends IterableFunctor<R>> - Interface in com.aol.cyclops.types.applicative.zipping
 
ZippingApplicative3<T,T2,T3,R,D extends IterableFunctor<R>> - Interface in com.aol.cyclops.types.applicative.zipping
 
ZippingApplicative4<T,T2,T3,T4,R,D extends IterableFunctor<R>> - Interface in com.aol.cyclops.types.applicative.zipping
 
ZippingApplicative5<T,T2,T3,T4,T5,R,D extends IterableFunctor<R>> - Interface in com.aol.cyclops.types.applicative.zipping
 
zipSequence(Stream<T>, Stream<? extends S>, BiFunction<? super T, ? super S, ? extends R>) - Static method in class com.aol.cyclops.control.StreamUtils
Generic zip function.
zipStream(BaseStream<? extends S, ? extends BaseStream<? extends S, ?>>, BiFunction<? super T, ? super S, ? extends R>) - Method in interface com.aol.cyclops.control.ReactiveSeq
Zip this Monad with a Stream
zipStream(BaseStream<? extends S, ? extends BaseStream<? extends S, ?>>, BiFunction<? super T, ? super S, ? extends R>) - Method in interface com.aol.cyclops.control.Streamable
Zip this Monad with a Stream
zipStream(Stream<T>, BaseStream<? extends S, ? extends BaseStream<? extends S, ?>>, BiFunction<? super T, ? super S, ? extends R>) - Static method in class com.aol.cyclops.control.StreamUtils
Zip this Monad with a Stream
zipStream(BaseStream<? extends S, ? extends BaseStream<? extends S, ?>>, BiFunction<? super T, ? super S, ? extends R>) - Method in class com.aol.cyclops.internal.stream.ReactiveSeqImpl
 
zipStream(BaseStream<? extends S, ? extends BaseStream<? extends S, ?>>, BiFunction<? super U, ? super S, ? extends R>) - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
 
zipWithIndex() - Method in interface com.aol.cyclops.control.monads.transformers.ListT
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.CompletableFutureTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.EvalTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.FutureWTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.ListTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.MaybeTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.OptionalTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.SetTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamableTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.StreamTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.TryTSeq
 
zipWithIndex() - Method in class com.aol.cyclops.control.monads.transformers.seq.XorTSeq
 
zipWithIndex() - Method in interface com.aol.cyclops.control.monads.transformers.SetT
 
zipWithIndex() - Method in interface com.aol.cyclops.control.monads.transformers.StreamableT
 
zipWithIndex() - Method in interface com.aol.cyclops.control.monads.transformers.StreamT
 
zipWithIndex() - Method in interface com.aol.cyclops.control.monads.transformers.values.TransformerSeq
 
zipWithIndex() - Method in interface com.aol.cyclops.control.monads.transformers.values.ValueTransformerSeq
 
zipWithIndex() - Method in interface com.aol.cyclops.control.ReactiveSeq
Add an index to the current Stream
zipWithIndex() - Method in interface com.aol.cyclops.control.Streamable
Add an index to the current Stream
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.CollectionX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PBagX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PersistentCollectionX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.POrderedSetX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PQueueX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PSetX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PStackX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.persistent.PVectorX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.standard.DequeX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.standard.ListX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.standard.MutableCollectionX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.standard.QueueX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SetX
 
zipWithIndex() - Method in interface com.aol.cyclops.data.collections.extensions.standard.SortedSetX
 
zipWithIndex() - Method in interface com.aol.cyclops.types.anyM.AnyMSeq
 
zipWithIndex() - Method in interface com.aol.cyclops.types.futurestream.LazyFutureStream
Zip a Stream with a corresponding Stream of indexes.
zipWithIndex() - Method in interface com.aol.cyclops.types.futurestream.OperationsOnFutures
Add an index to the current Stream
zipWithIndex() - Method in interface com.aol.cyclops.types.futurestream.SimpleReactStream
Zip this Stream with an index, but Zip based on the underlying tasks, not completed results.
zipWithIndex() - Method in interface com.aol.cyclops.types.Traversable
Add an index to the current Stream

_

__ - Static variable in class com.aol.cyclops.util.function.Predicates
wildcard predicate
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links