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

A

allMatch(Predicate<? super T>) - Method in interface net.codestory.Fluent
 
any() - Method in interface net.codestory.Fluent
 
anyMatch(Predicate<? super T>) - Method in interface net.codestory.Fluent
 

C

collect(Collector<? super T, A, ? extends R>) - Method in interface net.codestory.Fluent
 
concat(T...) - Method in interface net.codestory.Fluent
 
concat(Iterable<T>) - Method in interface net.codestory.Fluent
 
contains(Object) - Method in interface net.codestory.Fluent
 
copyInto(C) - Method in interface net.codestory.Fluent
 
count(Predicate<? super T>) - Method in interface net.codestory.Fluent
 
cycle() - Method in interface net.codestory.Fluent
 

D

distinct() - Method in interface net.codestory.Fluent
 
doubleStream(ToDoubleFunction<? super T>) - Method in interface net.codestory.Fluent
 

E

exclude(Predicate<? super T>) - Method in interface net.codestory.Fluent
 

F

filter(Predicate<? super T>) - Method in interface net.codestory.Fluent
 
filter(Class<R>) - Method in interface net.codestory.Fluent
 
first() - Method in interface net.codestory.Fluent
 
firstMatch(Predicate<? super T>) - Method in interface net.codestory.Fluent
 
flatMap(Function<? super T, L>) - Method in interface net.codestory.Fluent
 
flatMapToDouble(Function<? super T, ? extends DoubleStream>) - Method in interface net.codestory.Fluent
 
flatMapToInt(Function<? super T, ? extends IntStream>) - Method in interface net.codestory.Fluent
 
flatMapToLong(Function<? super T, ? extends LongStream>) - Method in interface net.codestory.Fluent
 
Fluent<T> - Interface in net.codestory
 
forEach(Consumer<? super T>) - Method in interface net.codestory.Fluent
 
forEachOrdered(Consumer<? super T>) - Method in interface net.codestory.Fluent
 
forEachWithIndex(BiConsumer<Integer, T>) - Method in interface net.codestory.Fluent
 

G

get(int) - Method in interface net.codestory.Fluent
 
getOnlyElement() - Method in interface net.codestory.Fluent
 
groupBy(Function<? super T, ? extends K>) - Method in interface net.codestory.Fluent
 
groupBy(Function<? super T, ? extends K>, Supplier<M>) - Method in interface net.codestory.Fluent
 

I

index(Function<? super T, K>) - Method in interface net.codestory.Fluent
 
indexOf(Object) - Method in interface net.codestory.Fluent
 
intStream(ToIntFunction<? super T>) - Method in interface net.codestory.Fluent
 
isEmpty() - Method in interface net.codestory.Fluent
 
isParallel() - Method in interface net.codestory.Fluent
 
iterator() - Method in interface net.codestory.Fluent
 

J

join(CharSequence) - Method in interface net.codestory.Fluent
 
join() - Method in interface net.codestory.Fluent
 

L

last() - Method in interface net.codestory.Fluent
 
limit(int) - Method in interface net.codestory.Fluent
 
longStream(ToLongFunction<? super T>) - Method in interface net.codestory.Fluent
 

M

map(Function<? super T, ? extends R>) - Method in interface net.codestory.Fluent
 
mapToDouble(ToDoubleFunction<? super T>) - Method in interface net.codestory.Fluent
 
mapToInt(ToIntFunction<? super T>) - Method in interface net.codestory.Fluent
 
mapToLong(ToLongFunction<? super T>) - Method in interface net.codestory.Fluent
 
max(Comparator<? super T>) - Method in interface net.codestory.Fluent
 
min(Comparator<? super T>) - Method in interface net.codestory.Fluent
 

N

net.codestory - package net.codestory
 
noneMatch(Predicate<? super T>) - Method in interface net.codestory.Fluent
 
notNulls() - Method in interface net.codestory.Fluent
 

O

of() - Static method in interface net.codestory.Fluent
 
of(T...) - Static method in interface net.codestory.Fluent
 
of(int[]) - Static method in interface net.codestory.Fluent
 
of(double[]) - Static method in interface net.codestory.Fluent
 
of(long[]) - Static method in interface net.codestory.Fluent
 
of(Iterable<T>) - Static method in interface net.codestory.Fluent
 
of(Iterator<T>) - Static method in interface net.codestory.Fluent
 
of(Stream<T>) - Static method in interface net.codestory.Fluent
 
ofChars(String) - Static method in interface net.codestory.Fluent
 

P

parallel() - Method in interface net.codestory.Fluent
 
peek(Consumer<? super T>) - Method in interface net.codestory.Fluent
 

R

reduce(T, BinaryOperator<T>) - Method in interface net.codestory.Fluent
 
reduce(BinaryOperator<T>) - Method in interface net.codestory.Fluent
 
reversed(Comparator<? super T>) - Method in interface net.codestory.Fluent
 
reversedOn(Function<? super T, C>) - Method in interface net.codestory.Fluent
 

S

sequential() - Method in interface net.codestory.Fluent
 
size() - Method in interface net.codestory.Fluent
 
skip(long) - Method in interface net.codestory.Fluent
 
sorted() - Method in interface net.codestory.Fluent
 
sorted(Comparator<? super T>) - Method in interface net.codestory.Fluent
 
sortedOn(Function<? super T, C>) - Method in interface net.codestory.Fluent
 
split(String, String) - Static method in interface net.codestory.Fluent
 
spliterator() - Method in interface net.codestory.Fluent
 
stream() - Method in interface net.codestory.Fluent
 

T

toArray(IntFunction<T[]>) - Method in interface net.codestory.Fluent
 
toList() - Method in interface net.codestory.Fluent
 
toList(int) - Method in interface net.codestory.Fluent
 
toMap(Function<? super T, V>) - Method in interface net.codestory.Fluent
 
toMap(Function<? super T, K>, Function<? super T, V>) - Method in interface net.codestory.Fluent
 
toMap(Function<? super T, K>, Function<? super T, V>, Supplier<? extends Map<K, V>>) - Method in interface net.codestory.Fluent
 
toSet() - Method in interface net.codestory.Fluent
 
toSortedList(Comparator<? super T>) - Method in interface net.codestory.Fluent
 
toSortedMap(Function<? super T, K>, Function<? super T, V>) - Method in interface net.codestory.Fluent
 
toSortedSet(Comparator<? super T>) - Method in interface net.codestory.Fluent
 

U

uniqueIndex(Function<? super T, K>) - Method in interface net.codestory.Fluent
 
unordered() - Method in interface net.codestory.Fluent
 
A C D E F G I J L M N O P R S T U 
Skip navigation links

Copyright © 2014. All Rights Reserved.