Skip navigation links
A B C D E F G I L M N O P R S T U W 

A

allMatch(Predicate<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
allOf(Iterable<T>) - Static method in class org.rapidoid.fluent.Find
 
allOf(Map<K, V>) - Static method in class org.rapidoid.fluent.Find
 
allOf(Stream<T>) - Static method in class org.rapidoid.fluent.Find
 
anyMatch(Predicate<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
anyOf(Iterable<T>) - Static method in class org.rapidoid.fluent.Find
 
anyOf(Map<K, V>) - Static method in class org.rapidoid.fluent.Find
 
anyOf(Stream<T>) - Static method in class org.rapidoid.fluent.Find
 
apply(Map.Entry<K, V>, BiFunction<K, V, R>) - Static method in class org.rapidoid.fluent.utils.Lambdas
 
array(T...) - Static method in class org.rapidoid.fluent.New
 
array(Iterable<?>) - Static method in class org.rapidoid.fluent.New
 

B

by(Function<T, K>) - Method in class org.rapidoid.fluent.dox.DoGroup
 
by(BiFunction<K, V, R>) - Method in class org.rapidoid.fluent.dox.DoGroupBi
 
by(BinaryOperator<T>) - Method in class org.rapidoid.fluent.dox.DoReduce
 
by(T, BinaryOperator<T>) - Method in class org.rapidoid.fluent.dox.DoReduce
 

C

chars(char, char) - Static method in interface org.rapidoid.fluent.Flow
 
close() - Method in class org.rapidoid.fluent.flow.FlowImpl
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in class org.rapidoid.fluent.flow.FlowImpl
collect(Collector<? super T, A, R>) - Method in class org.rapidoid.fluent.flow.FlowImpl
count(long, long) - Static method in interface org.rapidoid.fluent.Flow
 
count() - Method in class org.rapidoid.fluent.flow.FlowImpl

D

distinct() - Method in class org.rapidoid.fluent.flow.FlowImpl
Do - Class in org.rapidoid.fluent
 
Do() - Constructor for class org.rapidoid.fluent.Do
 
DoGroup<T> - Class in org.rapidoid.fluent.dox
 
DoGroup(Stream<T>) - Constructor for class org.rapidoid.fluent.dox.DoGroup
 
DoGroupBi<K,V> - Class in org.rapidoid.fluent.dox
 
DoGroupBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.dox.DoGroupBi
 
DoMap<T> - Class in org.rapidoid.fluent.dox
 
DoMap(Stream<T>) - Constructor for class org.rapidoid.fluent.dox.DoMap
 
DoMapBi<K,V> - Class in org.rapidoid.fluent.dox
 
DoMapBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.dox.DoMapBi
 
DoReduce<T> - Class in org.rapidoid.fluent.dox
 
DoReduce(Stream<T>) - Constructor for class org.rapidoid.fluent.dox.DoReduce
 

E

each(Iterable<T>) - Static method in class org.rapidoid.fluent.For
 
each(Stream<T>) - Static method in class org.rapidoid.fluent.For
 
entryTest(BiPredicate<K, V>) - Static method in class org.rapidoid.fluent.utils.Lambdas
 

F

filter(Predicate<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
Find - Class in org.rapidoid.fluent
 
Find() - Constructor for class org.rapidoid.fluent.Find
 
FindAll<T> - Class in org.rapidoid.fluent.find
 
FindAll(Stream<T>) - Constructor for class org.rapidoid.fluent.find.FindAll
 
FindAllBi<K,V> - Class in org.rapidoid.fluent.find
 
FindAllBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.find.FindAllBi
 
FindAny<T> - Class in org.rapidoid.fluent.find
 
FindAny(Stream<T>) - Constructor for class org.rapidoid.fluent.find.FindAny
 
findAny() - Method in class org.rapidoid.fluent.flow.FlowImpl
FindAnyBi<K,V> - Class in org.rapidoid.fluent.find
 
FindAnyBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.find.FindAnyBi
 
FindFirst<T> - Class in org.rapidoid.fluent.find
 
FindFirst(Stream<T>) - Constructor for class org.rapidoid.fluent.find.FindFirst
 
findFirst() - Method in class org.rapidoid.fluent.flow.FlowImpl
FindFirstBi<K,V> - Class in org.rapidoid.fluent.find
 
FindFirstBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.find.FindFirstBi
 
FindIn<T> - Class in org.rapidoid.fluent.find
 
FindIn(Stream<T>) - Constructor for class org.rapidoid.fluent.find.FindIn
 
FindInBi<K,V> - Class in org.rapidoid.fluent.find
 
FindInBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.find.FindInBi
 
FindLast<T> - Class in org.rapidoid.fluent.find
 
FindLast(Stream<T>) - Constructor for class org.rapidoid.fluent.find.FindLast
 
findLast() - Method in interface org.rapidoid.fluent.Flow
Returns an Optional describing the last element of this stream, or an empty Optional if the stream is empty.
findLast() - Method in class org.rapidoid.fluent.flow.FlowImpl
Returns an Optional describing the last element of this stream, or an empty Optional if the stream is empty.
FindLastBi<K,V> - Class in org.rapidoid.fluent.find
 
FindLastBi(Map<K, V>) - Constructor for class org.rapidoid.fluent.find.FindLastBi
 
findLastOf(Stream<T>) - Static method in class org.rapidoid.fluent.utils.StreamUtils
Based on http://stackoverflow.com/questions/27547519/most-efficient-way-to-get-the-last-element-of-a-stream
firstOf(Iterable<T>) - Static method in class org.rapidoid.fluent.Find
 
firstOf(Map<K, V>) - Static method in class org.rapidoid.fluent.Find
 
firstOf(Stream<T>) - Static method in class org.rapidoid.fluent.Find
 
flatMap(Function<? super T, ? extends Stream<? extends R>>) - Method in class org.rapidoid.fluent.flow.FlowImpl
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in class org.rapidoid.fluent.flow.FlowImpl
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in class org.rapidoid.fluent.flow.FlowImpl
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in class org.rapidoid.fluent.flow.FlowImpl
Flow<T> - Interface in org.rapidoid.fluent
A Flow is a Stream decorator with extra operations for convenience.
FlowImpl<T> - Class in org.rapidoid.fluent.flow
 
FlowImpl(Stream<T>) - Constructor for class org.rapidoid.fluent.flow.FlowImpl
 
For - Class in org.rapidoid.fluent
 
For() - Constructor for class org.rapidoid.fluent.For
 
forEach(Consumer<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
ForEach<T> - Class in org.rapidoid.fluent.forx
 
ForEach(Stream<T>) - Constructor for class org.rapidoid.fluent.forx.ForEach
 
forEachOrdered(Consumer<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl

G

group(Iterable<T>) - Static method in class org.rapidoid.fluent.Do
 
group(Map<K, V>) - Static method in class org.rapidoid.fluent.Do
 
groupBy(Function<T, K>) - Method in class org.rapidoid.fluent.flow.FlowImpl
Equivalent to collect(Collectors.groupingBy(transformation)).
groupBy(Function<T, K>) - Method in interface org.rapidoid.fluent.Flow
Equivalent to collect(Collectors.groupingBy(transformation)).

I

in(Iterable<T>) - Static method in class org.rapidoid.fluent.Find
 
in(Map<K, V>) - Static method in class org.rapidoid.fluent.Find
 
in(Stream<T>) - Static method in class org.rapidoid.fluent.Find
 
isParallel() - Method in class org.rapidoid.fluent.flow.FlowImpl
iterator() - Method in class org.rapidoid.fluent.flow.FlowImpl

L

Lambdas - Class in org.rapidoid.fluent.utils
 
Lambdas() - Constructor for class org.rapidoid.fluent.utils.Lambdas
 
lastOf(Iterable<T>) - Static method in class org.rapidoid.fluent.Find
 
lastOf(Map<K, V>) - Static method in class org.rapidoid.fluent.Find
 
lastOf(Stream<T>) - Static method in class org.rapidoid.fluent.Find
 
limit(long) - Method in class org.rapidoid.fluent.flow.FlowImpl
list() - Static method in class org.rapidoid.fluent.New
 
list(Iterable<? extends T>) - Static method in class org.rapidoid.fluent.New
 
list(T...) - Static method in class org.rapidoid.fluent.New
 
list() - Static method in class org.rapidoid.fluent.To
 

M

map(Iterable<T>) - Static method in class org.rapidoid.fluent.Do
 
map(Map<K, V>) - Static method in class org.rapidoid.fluent.Do
 
map(Function<? super T, ? extends R>) - Method in class org.rapidoid.fluent.flow.FlowImpl
map() - Static method in class org.rapidoid.fluent.New
 
map(Map<? extends K, ? extends V>) - Static method in class org.rapidoid.fluent.New
 
map(K, V) - Static method in class org.rapidoid.fluent.New
 
map(K, V, K, V) - Static method in class org.rapidoid.fluent.New
 
map(K, V, K, V, K, V) - Static method in class org.rapidoid.fluent.New
 
map(K, V, K, V, K, V, K, V) - Static method in class org.rapidoid.fluent.New
 
map(K, V, K, V, K, V, K, V, K, V) - Static method in class org.rapidoid.fluent.New
 
map(Object...) - Static method in class org.rapidoid.fluent.New
 
map(Function<? super T, ? extends K>, Function<? super T, ? extends U>) - Static method in class org.rapidoid.fluent.To
 
map() - Static method in class org.rapidoid.fluent.To
 
mapToDouble(ToDoubleFunction<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
mapToInt(ToIntFunction<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
mapToLong(ToLongFunction<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
max(Comparator<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
min(Comparator<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl

N

New - Class in org.rapidoid.fluent
 
New() - Constructor for class org.rapidoid.fluent.New
 
noneMatch(Predicate<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl

O

of(T...) - Static method in interface org.rapidoid.fluent.Flow
 
of(Iterable<T>) - Static method in interface org.rapidoid.fluent.Flow
 
of(Stream<T>) - Static method in interface org.rapidoid.fluent.Flow
 
onClose(Runnable) - Method in class org.rapidoid.fluent.flow.FlowImpl
org.rapidoid.fluent - package org.rapidoid.fluent
 
org.rapidoid.fluent.dox - package org.rapidoid.fluent.dox
 
org.rapidoid.fluent.find - package org.rapidoid.fluent.find
 
org.rapidoid.fluent.flow - package org.rapidoid.fluent.flow
 
org.rapidoid.fluent.forx - package org.rapidoid.fluent.forx
 
org.rapidoid.fluent.utils - package org.rapidoid.fluent.utils
 

P

parallel() - Method in class org.rapidoid.fluent.flow.FlowImpl
peek(Consumer<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl

R

range(long, long) - Static method in interface org.rapidoid.fluent.Flow
 
reduce(Iterable<T>) - Static method in class org.rapidoid.fluent.Do
 
reduce(T, BinaryOperator<T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
reduce(BinaryOperator<T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in class org.rapidoid.fluent.flow.FlowImpl
reverse() - Method in class org.rapidoid.fluent.flow.FlowImpl
Reverses the order of the elements in the flow.
reverse() - Method in interface org.rapidoid.fluent.Flow
Reverses the order of the elements in the flow.
run(Consumer<? super T>) - Method in class org.rapidoid.fluent.forx.ForEach
 

S

sequential() - Method in class org.rapidoid.fluent.flow.FlowImpl
set() - Static method in class org.rapidoid.fluent.New
 
set(Iterable<? extends T>) - Static method in class org.rapidoid.fluent.New
 
set(T...) - Static method in class org.rapidoid.fluent.New
 
set() - Static method in class org.rapidoid.fluent.To
 
skip(long) - Method in class org.rapidoid.fluent.flow.FlowImpl
sorted() - Method in class org.rapidoid.fluent.flow.FlowImpl
sorted(Comparator<? super T>) - Method in class org.rapidoid.fluent.flow.FlowImpl
spliterator() - Method in class org.rapidoid.fluent.flow.FlowImpl
stream(Iterable<T>) - Static method in class org.rapidoid.fluent.Do
 
stream(Stream<T>) - Static method in class org.rapidoid.fluent.Do
 
stream() - Method in class org.rapidoid.fluent.flow.FlowImpl
Returns the wrapped stream.
stream() - Method in interface org.rapidoid.fluent.Flow
Returns the wrapped stream.
streamOf(T...) - Static method in class org.rapidoid.fluent.Do
 
StreamUtils - Class in org.rapidoid.fluent.utils
 
StreamUtils() - Constructor for class org.rapidoid.fluent.utils.StreamUtils
 

T

to(Function<T, R>) - Method in class org.rapidoid.fluent.dox.DoMap
 
to(BiFunction<K, V, ? extends K2>, BiFunction<K, V, ? extends V2>) - Method in class org.rapidoid.fluent.dox.DoMapBi
 
To - Class in org.rapidoid.fluent
 
To() - Constructor for class org.rapidoid.fluent.To
 
toArray() - Method in class org.rapidoid.fluent.flow.FlowImpl
toArray(IntFunction<A[]>) - Method in class org.rapidoid.fluent.flow.FlowImpl
toList(BiFunction<K, V, R>) - Method in class org.rapidoid.fluent.dox.DoMapBi
 
toList() - Method in class org.rapidoid.fluent.flow.FlowImpl
Equivalent to collect(Collectors.toList()).
toList() - Method in interface org.rapidoid.fluent.Flow
Equivalent to collect(Collectors.toList()).
toMap(Function<T, K>, Function<T, V>) - Method in class org.rapidoid.fluent.flow.FlowImpl
Equivalent to collect(Collectors.toMap(keyTransformation, valueTransformation)).
toMap(Function<T, K>, Function<T, V>) - Method in interface org.rapidoid.fluent.Flow
Equivalent to collect(Collectors.toMap(keyTransformation, valueTransformation)).
toSet(BiFunction<K, V, R>) - Method in class org.rapidoid.fluent.dox.DoMapBi
 
toSet() - Method in class org.rapidoid.fluent.flow.FlowImpl
Equivalent to collect(Collectors.toSet()).
toSet() - Method in interface org.rapidoid.fluent.Flow
Equivalent to collect(Collectors.toSet()).

U

unordered() - Method in class org.rapidoid.fluent.flow.FlowImpl

W

where(Predicate<? super T>) - Method in class org.rapidoid.fluent.find.FindAll
 
where(BiPredicate<K, V>) - Method in class org.rapidoid.fluent.find.FindAllBi
 
where(Predicate<? super T>) - Method in class org.rapidoid.fluent.find.FindAny
 
where(BiPredicate<K, V>) - Method in class org.rapidoid.fluent.find.FindAnyBi
 
where(Predicate<? super T>) - Method in class org.rapidoid.fluent.find.FindFirst
 
where(BiPredicate<K, V>) - Method in class org.rapidoid.fluent.find.FindFirstBi
 
where(Predicate<? super T>) - Method in class org.rapidoid.fluent.find.FindIn
 
where(BiPredicate<K, V>) - Method in class org.rapidoid.fluent.find.FindInBi
 
where(Predicate<? super T>) - Method in class org.rapidoid.fluent.find.FindLast
 
where(BiPredicate<K, V>) - Method in class org.rapidoid.fluent.find.FindLastBi
 
where(Predicate<? super T>) - Method in class org.rapidoid.fluent.forx.ForEach
 
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindAll
 
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindAny
 
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindFirst
 
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindIn
 
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindLast
 
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.flow.FlowImpl
Equivalent to stream.filter(x -> transformation.apply(x) != null)).
withNonNull(Function<? super T, R>) - Method in interface org.rapidoid.fluent.Flow
Equivalent to stream.filter(x -> transformation.apply(x) != null)).
withNonNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.forx.ForEach
 
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindAll
 
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindAny
 
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindFirst
 
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindIn
 
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.find.FindLast
 
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.flow.FlowImpl
Equivalent to filter(x -> transformation.apply(x) == null).
withNull(Function<? super T, R>) - Method in interface org.rapidoid.fluent.Flow
Equivalent to filter(x -> transformation.apply(x) == null).
withNull(Function<? super T, R>) - Method in class org.rapidoid.fluent.forx.ForEach
 
A B C D E F G I L M N O P R S T U W 
Skip navigation links

Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.