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

A

all(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 
any(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 
apply(T) - Method in interface com.github.underscore.Block
 
apply() - Method in interface com.github.underscore.Function
 
apply(F) - Method in interface com.github.underscore.Function1
 
apply(F1, F2) - Method in interface com.github.underscore.Function2
 
apply(F1, F2, F3) - Method in interface com.github.underscore.Function3
 
apply(F1, F2, F3, F4) - Method in interface com.github.underscore.Function4
 
apply(F1, F2) - Method in interface com.github.underscore.FunctionAccum
 

B

Block<T> - Interface in com.github.underscore
 

C

chain(List<T>) - Static method in class com.github.underscore._
 
Chain(T) - Constructor for class com.github.underscore._.Chain
 
Chain(List<T>) - Constructor for class com.github.underscore._.Chain
 
collect(List<E>, Function1<? super E, T>) - Static method in class com.github.underscore._
 
collect(Set<E>, Function1<? super E, T>) - Static method in class com.github.underscore._
 
com.github.underscore - package com.github.underscore
 
compact(List<E>) - Static method in class com.github.underscore._
 
compact(E[]) - Static method in class com.github.underscore._
 
compact(List<E>, E) - Static method in class com.github.underscore._
 
compact(E[], E) - Static method in class com.github.underscore._
 
compact() - Method in class com.github.underscore._
 
compact(T) - Method in class com.github.underscore._
 
concat(List<T>) - Method in class com.github.underscore._.Chain
 
concat(T[], T[]) - Static method in class com.github.underscore._
 
concat(List<T>, List<T>) - Static method in class com.github.underscore._
 
concat(T[], T[]...) - Static method in class com.github.underscore._
 
concat(List<T>, List<T>...) - Static method in class com.github.underscore._
 
contains(Iterable<E>, E) - Static method in class com.github.underscore._
 
countBy(Iterable<E>, Function1<E, K>) - Static method in class com.github.underscore._
 
create(A, B) - Static method in class com.github.underscore.Tuple
 

D

debounce(Function<T>, int) - Static method in class com.github.underscore._
 
delay(Function<T>, int) - Static method in class com.github.underscore._
 
detect(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 
difference(List<E>, List<E>) - Static method in class com.github.underscore._
 
difference(E[], E[]) - Static method in class com.github.underscore._
 
drop(List<E>) - Static method in class com.github.underscore._
 
drop(List<E>, int) - Static method in class com.github.underscore._
 
drop(E[]) - Static method in class com.github.underscore._
 
drop(E[], int) - Static method in class com.github.underscore._
 

E

each(Iterable<T>, Block<? super T>) - Static method in class com.github.underscore._
 
equals(Object) - Method in interface com.github.underscore.Function
 
equals(Object) - Method in interface com.github.underscore.Function1
 
equals(Object) - Method in interface com.github.underscore.Function2
 
equals(Object) - Method in interface com.github.underscore.Function3
 
equals(Object) - Method in interface com.github.underscore.Function4
 
equals(Object) - Method in interface com.github.underscore.FunctionAccum
 
escape(String) - Static method in class com.github.underscore._
 
every(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 

F

filter(List<E>, Predicate<E>) - Static method in class com.github.underscore._
 
filter(Set<E>, Predicate<E>) - Static method in class com.github.underscore._
 
find(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 
findWhere(Iterable<E>, List<Tuple<String, T>>) - Static method in class com.github.underscore._
 
first() - Method in class com.github.underscore._.Chain
 
first(Iterable<E>) - Static method in class com.github.underscore._
 
first(E[]) - Static method in class com.github.underscore._
 
first(List<E>, int) - Static method in class com.github.underscore._
 
first() - Method in class com.github.underscore._
 
first(int) - Method in class com.github.underscore._
 
flatten() - Method in class com.github.underscore._.Chain
 
flatten(List<?>) - Static method in class com.github.underscore._
 
flatten(List<?>, boolean) - Static method in class com.github.underscore._
 
flatten() - Method in class com.github.underscore._
 
flatten(boolean) - Method in class com.github.underscore._
 
foldl(Iterable<T>, FunctionAccum<E, T>, E) - Static method in class com.github.underscore._
 
foldr(Iterable<T>, FunctionAccum<E, T>, E) - Static method in class com.github.underscore._
 
forEach(Iterable<T>, Block<? super T>) - Static method in class com.github.underscore._
 
forEach(Block<? super T>) - Method in class com.github.underscore._
 
fst() - Method in class com.github.underscore.Tuple
 
Function<T> - Interface in com.github.underscore
 
Function1<F,T> - Interface in com.github.underscore
 
Function2<F1,F2,T> - Interface in com.github.underscore
 
Function3<F1,F2,F3,T> - Interface in com.github.underscore
 
Function4<F1,F2,F3,F4,T> - Interface in com.github.underscore
 
FunctionAccum<F1,F2> - Interface in com.github.underscore
 

G

groupBy(Iterable<E>, Function1<E, K>) - Static method in class com.github.underscore._
 

H

head(Iterable<E>) - Static method in class com.github.underscore._
 
head(E[]) - Static method in class com.github.underscore._
 
head(List<E>, int) - Static method in class com.github.underscore._
 
head() - Method in class com.github.underscore._
 
head(int) - Method in class com.github.underscore._
 

I

include(Iterable<E>, E) - Static method in class com.github.underscore._
 
indexBy(Iterable<E>, String) - Static method in class com.github.underscore._
 
indexOf(List<E>, E) - Static method in class com.github.underscore._
 
indexOf(E[], E) - Static method in class com.github.underscore._
 
initial(List<E>) - Static method in class com.github.underscore._
 
initial(List<E>, int) - Static method in class com.github.underscore._
 
initial(E[]) - Static method in class com.github.underscore._
 
initial(E[], int) - Static method in class com.github.underscore._
 
initial() - Method in class com.github.underscore._
 
initial(int) - Method in class com.github.underscore._
 
inject(Iterable<T>, FunctionAccum<E, T>, E) - Static method in class com.github.underscore._
 
intersection(List<E>, List<E>) - Static method in class com.github.underscore._
 
intersection(List<E>...) - Static method in class com.github.underscore._
 
intersection(E[], E[]) - Static method in class com.github.underscore._
 
invoke(Iterable<E>, String, List<Object>) - Static method in class com.github.underscore._
 
invoke(Iterable<E>, String) - Static method in class com.github.underscore._
 

J

join(Iterable<T>, String) - Static method in class com.github.underscore._
 
join(T[], String) - Static method in class com.github.underscore._
 

L

last(E[]) - Static method in class com.github.underscore._
 
last(List<E>) - Static method in class com.github.underscore._
 
last(List<E>, int) - Static method in class com.github.underscore._
 
last() - Method in class com.github.underscore._
 
last(int) - Method in class com.github.underscore._
 
lastIndexOf(List<E>, E) - Static method in class com.github.underscore._
 
lastIndexOf(E[], E) - Static method in class com.github.underscore._
 

M

main(String[]) - Static method in class com.github.underscore._
 
map(Function1<? super T, F>) - Method in class com.github.underscore._.Chain
 
map(List<E>, Function1<? super E, T>) - Static method in class com.github.underscore._
 
map(Set<E>, Function1<? super E, T>) - Static method in class com.github.underscore._
 
max(Collection<E>) - Static method in class com.github.underscore._
 
max(Collection<E>, Function1<E, F>) - Static method in class com.github.underscore._
 
min(Collection<E>) - Static method in class com.github.underscore._
 
min(Collection<E>, Function1<E, F>) - Static method in class com.github.underscore._
 

O

object(List<K>, List<V>) - Static method in class com.github.underscore._
 

P

pluck(List<E>, String) - Static method in class com.github.underscore._
 
pluck(Set<E>, String) - Static method in class com.github.underscore._
 
Predicate<T> - Interface in com.github.underscore
 

R

range(int) - Static method in class com.github.underscore._
 
range(int, int) - Static method in class com.github.underscore._
 
range(int, int, int) - Static method in class com.github.underscore._
 
reduce(FunctionAccum<F, T>, F) - Method in class com.github.underscore._.Chain
 
reduce(Iterable<T>, FunctionAccum<E, T>, E) - Static method in class com.github.underscore._
 
reduceRight(FunctionAccum<F, T>, F) - Method in class com.github.underscore._.Chain
 
reduceRight(Iterable<T>, FunctionAccum<E, T>, E) - Static method in class com.github.underscore._
 
reject(List<E>, Predicate<E>) - Static method in class com.github.underscore._
 
reject(Set<E>, Predicate<E>) - Static method in class com.github.underscore._
 
rest(List<E>) - Static method in class com.github.underscore._
 
rest(List<E>, int) - Static method in class com.github.underscore._
 
rest() - Method in class com.github.underscore._
 
rest(int) - Method in class com.github.underscore._
 
rest(E[], int) - Static method in class com.github.underscore._
 
rest(E[]) - Static method in class com.github.underscore._
 
result(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 

S

sample(List<E>) - Static method in class com.github.underscore._
 
sample(List<E>, int) - Static method in class com.github.underscore._
 
select(List<E>, Predicate<E>) - Static method in class com.github.underscore._
 
select(Set<E>, Predicate<E>) - Static method in class com.github.underscore._
 
shuffle(List<E>) - Static method in class com.github.underscore._
 
size(Iterable<?>) - Static method in class com.github.underscore._
 
snd() - Method in class com.github.underscore.Tuple
 
some(Iterable<E>, Predicate<E>) - Static method in class com.github.underscore._
 
sort(List<T>) - Static method in class com.github.underscore._
 
sort(T[]) - Static method in class com.github.underscore._
 
sortBy(Function1<T, F>) - Method in class com.github.underscore._.Chain
 
sortBy(List<E>, Function1<E, T>) - Static method in class com.github.underscore._
 
sortedIndex(List<E>, E) - Static method in class com.github.underscore._
 
sortedIndex(E[], E) - Static method in class com.github.underscore._
 
sortedIndex(List<E>, E, String) - Static method in class com.github.underscore._
 
sortedIndex(E[], E, String) - Static method in class com.github.underscore._
 

T

tail(List<E>) - Static method in class com.github.underscore._
 
tail(List<E>, int) - Static method in class com.github.underscore._
 
tail() - Method in class com.github.underscore._
 
tail(int) - Method in class com.github.underscore._
 
tail(E[]) - Static method in class com.github.underscore._
 
tail(E[], int) - Static method in class com.github.underscore._
 
template(String) - Static method in class com.github.underscore._
 
Template<T> - Class in com.github.underscore
 
Template() - Constructor for class com.github.underscore.Template
 
toArray(Iterable<E>) - Static method in class com.github.underscore._
 
toString() - Method in class com.github.underscore.Tuple
 
Tuple<A,B> - Class in com.github.underscore
 
Tuple(A, B) - Constructor for class com.github.underscore.Tuple
 

U

unescape(String) - Static method in class com.github.underscore._
 
union(List<E>...) - Static method in class com.github.underscore._
 
union(E[], E[]) - Static method in class com.github.underscore._
 
uniq(List<E>) - Static method in class com.github.underscore._
 
uniq(E[]) - Static method in class com.github.underscore._
 

V

value() - Method in class com.github.underscore._.Chain
 

W

where(List<E>, List<Tuple<String, T>>) - Static method in class com.github.underscore._
 
where(Set<E>, List<Tuple<String, T>>) - Static method in class com.github.underscore._
 
without(List<E>, E...) - Static method in class com.github.underscore._
 
without(List<E>, E) - Static method in class com.github.underscore._
 
without(E[], E...) - Static method in class com.github.underscore._
 
without(E[], E) - Static method in class com.github.underscore._
 

Z

zip(List<T>...) - Static method in class com.github.underscore._
 

_

_<T> - Class in com.github.underscore
Underscore-java is a java port of Underscore.js.
_(Iterable<T>) - Constructor for class com.github.underscore._
 
_.Chain<T> - Class in com.github.underscore
 
A B C D E F G H I J L M O P R S T U V W Z _ 
Skip navigation links

Copyright © 2015. All rights reserved.