JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
$
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
$
$
<
T
> - Class in
com.github.underscore
Underscore-java is a java port of Underscore.js.
$(Iterable<T>)
- Constructor for class com.github.underscore.
$
$(String)
- Constructor for class com.github.underscore.
$
$.Chain
<
T
> - Class in
com.github.underscore
A
absent()
- Static method in class com.github.underscore.
Optional
after(int, Function<E>)
- Static method in class com.github.underscore.
$
all(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
all(Predicate<T>)
- Method in class com.github.underscore.
$
any(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
any(Predicate<T>)
- 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(A, F)
- Method in interface com.github.underscore.
FunctionAccum
apply(F)
- Method in class com.github.underscore.
MemoizeFunction1
B
before(int, Function<E>)
- Static method in class com.github.underscore.
$
bind(Function1<F, T>)
- Static method in class com.github.underscore.
$
Block
<
T
> - Interface in
com.github.underscore
C
calc(F)
- Method in class com.github.underscore.
MemoizeFunction1
call(String)
- Method in class com.github.underscore.
$
chain(List<T>)
- Static method in class com.github.underscore.
$
chain(Iterable<T>)
- Static method in class com.github.underscore.
$
chain(T...)
- Static method in class com.github.underscore.
$
chain(int[])
- Static method in class com.github.underscore.
$
chain()
- 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
checkNotNull(T)
- Static method in class com.github.underscore.
$
checkNotNull(T, Object)
- Static method in class com.github.underscore.
$
chunk(int)
- Method in class com.github.underscore.
$.Chain
chunk(Iterable<T>, int)
- Static method in class com.github.underscore.
$
chunk(int)
- Method in class com.github.underscore.
$
clearInterval(ScheduledFuture)
- Static method in class com.github.underscore.
$
clearTimeout(ScheduledFuture)
- Static method in class com.github.underscore.
$
clone(Object)
- Static method in class com.github.underscore.
$
clone(E...)
- Static method in class com.github.underscore.
$
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()
- Method in class com.github.underscore.
$.Chain
compact(T)
- Method in class com.github.underscore.
$.Chain
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.
$
compose(Function1<T, T>...)
- Static 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(Iterable<T>, Iterable<T>...)
- Static method in class com.github.underscore.
$
concatWith(Iterable<T>...)
- Method in class com.github.underscore.
$
constant(E)
- Static method in class com.github.underscore.
$
contains(T)
- Method in class com.github.underscore.
$.Chain
contains(Iterable<E>, E)
- Static method in class com.github.underscore.
$
contains(T)
- Method in class com.github.underscore.
$
contains(Iterable<E>, E, int)
- Static method in class com.github.underscore.
$
copyOf(Iterable<T>)
- Static method in class com.github.underscore.
$
copyOf()
- Method in class com.github.underscore.
$
copyOfRange(Iterable<T>, int, int)
- Static method in class com.github.underscore.
$
copyOfRange(int, int)
- Method in class com.github.underscore.
$
countBy(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
countBy(Iterable<E>, Function1<E, K>)
- Static method in class com.github.underscore.
$
countBy(Function1<E, K>)
- 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.
$
defaults(Map<K, V>, Map<K, V>)
- Static method in class com.github.underscore.
$
defer(Function<T>)
- 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<T>...)
- Method in class com.github.underscore.
$.Chain
difference(List<E>, List<E>)
- Static method in class com.github.underscore.
$
difference(List<E>, List<E>...)
- Static method in class com.github.underscore.
$
difference(E[]...)
- Static method in class com.github.underscore.
$
differenceWith(List<T>...)
- Method in class com.github.underscore.
$
distinct()
- Method in class com.github.underscore.
$.Chain
distinct(List<E>)
- Static method in class com.github.underscore.
$
distinct(E...)
- Static method in class com.github.underscore.
$
distinctBy(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
distinctBy(Iterable<E>, Function1<E, K>)
- Static method in class com.github.underscore.
$
distinctBy(E[], Function1<E, K>)
- 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.
$
each(Block<? super T>)
- Method in class com.github.underscore.
$
eachRight(Iterable<T>, Block<? super T>)
- Static method in class com.github.underscore.
$
eachRight(Block<? super T>)
- Method in class com.github.underscore.
$
elementAt(List<T>, int)
- Static method in class com.github.underscore.
$
elementAt(int)
- Method in class com.github.underscore.
$
elementAtOrElse(List<T>, int, T)
- Static method in class com.github.underscore.
$
elementAtOrElse(int, T)
- Method in class com.github.underscore.
$
elementAtOrNull(List<T>, int)
- Static method in class com.github.underscore.
$
elementAtOrNull(int)
- 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
equals(Object)
- Method in class com.github.underscore.
Optional
escape(String)
- Static method in class com.github.underscore.
$
every(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
every(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
every(Predicate<T>)
- Method in class com.github.underscore.
$
extend(Map<K, V>, Map<K, V>...)
- Static method in class com.github.underscore.
$
F
filter(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
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(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
find(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
findIndex(List<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
findIndex(E[], Predicate<E>)
- Static method in class com.github.underscore.
$
findKey(List<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
findKey(E[], Predicate<E>)
- Static method in class com.github.underscore.
$
findLast(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
findLast(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
findLastIndex(List<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
findLastIndex(E[], Predicate<E>)
- Static method in class com.github.underscore.
$
findLastKey(List<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
findLastKey(E[], Predicate<E>)
- Static method in class com.github.underscore.
$
findWhere(List<Tuple<String, E>>)
- Method in class com.github.underscore.
$.Chain
findWhere(Iterable<E>, List<Tuple<String, T>>)
- Static method in class com.github.underscore.
$
findWhere(List<Tuple<String, E>>)
- Method in class com.github.underscore.
$
first()
- Method in class com.github.underscore.
$.Chain
first(int)
- 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.
$
first(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
first(Predicate<T>)
- Method in class com.github.underscore.
$
firstOrNull()
- Method in class com.github.underscore.
$.Chain
firstOrNull(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
firstOrNull(Iterable<E>)
- Static method in class com.github.underscore.
$
firstOrNull()
- Method in class com.github.underscore.
$
firstOrNull(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
firstOrNull(Predicate<T>)
- 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(Block<T>)
- Method in class com.github.underscore.
$.Chain
forEach(Iterable<T>, Block<? super T>)
- Static method in class com.github.underscore.
$
forEach(Block<? super T>)
- Method in class com.github.underscore.
$
forEachRight(Block<T>)
- Method in class com.github.underscore.
$.Chain
forEachRight(Iterable<T>, Block<? super T>)
- Static method in class com.github.underscore.
$
forEachRight(Block<? super T>)
- Method in class com.github.underscore.
$
fromNullable(T)
- Static method in class com.github.underscore.
Optional
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
<
A
,
F
> - Interface in
com.github.underscore
functions(Object)
- Static method in class com.github.underscore.
$
G
get()
- Method in class com.github.underscore.
Optional
getIterable()
- Method in class com.github.underscore.
$
getString()
- Method in class com.github.underscore.
$
groupBy(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
groupBy(Iterable<E>, Function1<E, K>)
- Static method in class com.github.underscore.
$
groupBy(Function1<E, K>)
- Method in class com.github.underscore.
$
H
has(Map<K, V>, K)
- Static method in class com.github.underscore.
$
hashCode()
- Method in class com.github.underscore.
Optional
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
identity(E)
- Static method in class com.github.underscore.
$
include(Iterable<E>, E)
- Static method in class com.github.underscore.
$
indexBy(String)
- Method in class com.github.underscore.
$.Chain
indexBy(Iterable<E>, String)
- Static method in class com.github.underscore.
$
indexBy(String)
- 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()
- Method in class com.github.underscore.
$.Chain
initial(int)
- Method in class com.github.underscore.
$.Chain
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<T>...)
- Method in class com.github.underscore.
$.Chain
intersection(List<E>, List<E>)
- Static method in class com.github.underscore.
$
intersection(List<E>, List<E>...)
- Static method in class com.github.underscore.
$
intersection(E[]...)
- Static method in class com.github.underscore.
$
intersectionWith(List<T>...)
- Method in class com.github.underscore.
$
invert(Map<K, V>)
- Static method in class com.github.underscore.
$
invoke(String, List<Object>)
- Method in class com.github.underscore.
$.Chain
invoke(String)
- Method in class com.github.underscore.
$.Chain
invoke(Iterable<E>, String, List<Object>)
- Static method in class com.github.underscore.
$
invoke(String, List<Object>)
- Method in class com.github.underscore.
$
invoke(Iterable<E>, String)
- Static method in class com.github.underscore.
$
invoke(String)
- Method in class com.github.underscore.
$
isArray(Object)
- Static method in class com.github.underscore.
$
isBoolean(Object)
- Static method in class com.github.underscore.
$
isDate(Object)
- Static method in class com.github.underscore.
$
isEmpty()
- Method in class com.github.underscore.
$.Chain
isEmpty(Map<K, V>)
- Static method in class com.github.underscore.
$
isEmpty(Iterable<T>)
- Static method in class com.github.underscore.
$
isEmpty()
- Method in class com.github.underscore.
$
isEqual(Object, Object)
- Static method in class com.github.underscore.
$
isError(Object)
- Static method in class com.github.underscore.
$
isFunction(Object)
- Static method in class com.github.underscore.
$
isMatch(Map<K, V>, Map<K, V>)
- Static method in class com.github.underscore.
$
isNull(Object)
- Static method in class com.github.underscore.
$
isNumber(Object)
- Static method in class com.github.underscore.
$
isObject(Object)
- Static method in class com.github.underscore.
$
isPresent()
- Method in class com.github.underscore.
Optional
isRegExp(Object)
- Static method in class com.github.underscore.
$
isString(Object)
- Static method in class com.github.underscore.
$
item()
- Method in class com.github.underscore.
$.Chain
iteratee(K)
- Static method in class com.github.underscore.
$
J
join()
- Method in class com.github.underscore.
$.Chain
join(String)
- Method in class com.github.underscore.
$.Chain
join(Iterable<T>, String)
- Static method in class com.github.underscore.
$
join(Iterable<T>)
- Static method in class com.github.underscore.
$
join(T[], String)
- Static method in class com.github.underscore.
$
join(T[])
- Static method in class com.github.underscore.
$
join(String)
- Method in class com.github.underscore.
$
join()
- Method in class com.github.underscore.
$
K
keys(Map<K, V>)
- Static method in class com.github.underscore.
$
L
last()
- Method in class com.github.underscore.
$.Chain
last(int)
- Method in class com.github.underscore.
$.Chain
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.
$
last(List<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
last(Predicate<T>)
- Method in class com.github.underscore.
$
lastIndex(Iterable<T>)
- Static method in class com.github.underscore.
$
lastIndex(T[])
- Static method in class com.github.underscore.
$
lastIndex(int[])
- Static 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.
$
lastOrNull()
- Method in class com.github.underscore.
$.Chain
lastOrNull(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
lastOrNull(List<E>)
- Static method in class com.github.underscore.
$
lastOrNull()
- Method in class com.github.underscore.
$
lastOrNull(List<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
lastOrNull(Predicate<T>)
- Method in class com.github.underscore.
$
limit(int)
- Method in class com.github.underscore.
$.Chain
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(int[], Function1<? super Integer, T>)
- Static method in class com.github.underscore.
$
map(Set<E>, Function1<? super E, T>)
- Static method in class com.github.underscore.
$
map(Function1<? super T, ? extends U>)
- Method in class com.github.underscore.
Optional
mapObject(Map<K, V>, Function1<? super V, V>)
- Static method in class com.github.underscore.
$
matcher(Map<K, V>)
- Static method in class com.github.underscore.
$
max()
- Method in class com.github.underscore.
$.Chain
max(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
max(Collection<E>)
- Static method in class com.github.underscore.
$
max()
- Method in class com.github.underscore.
$
max(Collection<E>, Function1<E, F>)
- Static method in class com.github.underscore.
$
max(Function1<T, F>)
- Method in class com.github.underscore.
$
memoize(Function1<F, T>)
- Static method in class com.github.underscore.
$
MemoizeFunction1
<
F
,
T
> - Class in
com.github.underscore
MemoizeFunction1()
- Constructor for class com.github.underscore.
MemoizeFunction1
methods(Object)
- Static method in class com.github.underscore.
$
min()
- Method in class com.github.underscore.
$.Chain
min(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
min(Collection<E>)
- Static method in class com.github.underscore.
$
min()
- Method in class com.github.underscore.
$
min(Collection<E>, Function1<E, F>)
- Static method in class com.github.underscore.
$
min(Function1<T, F>)
- Method in class com.github.underscore.
$
mixin(String, Function1<String, String>)
- Static method in class com.github.underscore.
$
N
negate(Predicate<E>)
- Static method in class com.github.underscore.
$
newArrayList()
- Static method in class com.github.underscore.
$
newArrayList(Iterable<T>)
- Static method in class com.github.underscore.
$
newArrayListWithExpectedSize(int)
- Static method in class com.github.underscore.
$
newIntegerList(int...)
- Static method in class com.github.underscore.
$
newLinkedHashMap()
- Static method in class com.github.underscore.
$
newLinkedHashSet()
- Static method in class com.github.underscore.
$
newLinkedHashSet(Iterable<T>)
- Static method in class com.github.underscore.
$
newLinkedHashSetWithExpectedSize(int)
- Static method in class com.github.underscore.
$
now()
- Static method in class com.github.underscore.
$
O
object(List<K>, List<V>)
- Static method in class com.github.underscore.
$
of(T)
- Static method in class com.github.underscore.
Optional
omit(Map<K, V>, V...)
- Static method in class com.github.underscore.
$
omit(Map<K, V>, Predicate<V>)
- Static method in class com.github.underscore.
$
once(Function<T>)
- Static method in class com.github.underscore.
$
Optional
<
T
> - Class in
com.github.underscore
or(T)
- Method in class com.github.underscore.
Optional
orNull()
- Method in class com.github.underscore.
Optional
orThrow(Function<? extends X>)
- Method in class com.github.underscore.
Optional
P
pairs(Map<K, V>)
- Static method in class com.github.underscore.
$
partition(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
partition(E[], Predicate<E>)
- Static method in class com.github.underscore.
$
pick(Map<K, V>, V...)
- Static method in class com.github.underscore.
$
pick(Map<K, V>, Predicate<V>)
- Static method in class com.github.underscore.
$
pluck(String)
- Method in class com.github.underscore.
$.Chain
pluck(List<E>, String)
- Static method in class com.github.underscore.
$
pluck(String)
- Method in class com.github.underscore.
$
pluck(Set<E>, String)
- Static method in class com.github.underscore.
$
Predicate
<
T
> - Interface in
com.github.underscore
property(K)
- Static method in class com.github.underscore.
$
propertyOf(Map<K, V>)
- Static method in class com.github.underscore.
$
R
random(int, int)
- Static method in class com.github.underscore.
$
random(int)
- Static method in class com.github.underscore.
$
range(int)
- Method in class com.github.underscore.
$.Chain
range(int, int)
- Method in class com.github.underscore.
$.Chain
range(int, int, int)
- Method in class com.github.underscore.
$.Chain
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.
$
reduce(int[], FunctionAccum<E, ? super Integer>, E)
- Static method in class com.github.underscore.
$
reduce(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.
$
reduceRight(int[], FunctionAccum<E, ? super Integer>, E)
- Static method in class com.github.underscore.
$
reduceRight(T[], FunctionAccum<E, T>, E)
- Static method in class com.github.underscore.
$
reject(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
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()
- Method in class com.github.underscore.
$.Chain
rest(int)
- Method in class com.github.underscore.
$.Chain
rest(List<E>)
- Static method in class com.github.underscore.
$
rest(List<E>, int)
- Static method in class com.github.underscore.
$
rest(E...)
- Static method in class com.github.underscore.
$
rest(E[], int)
- Static method in class com.github.underscore.
$
rest()
- Method in class com.github.underscore.
$
rest(int)
- Method in class com.github.underscore.
$
result(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
reverse()
- Method in class com.github.underscore.
$.Chain
reverse(Iterable<T>)
- Static method in class com.github.underscore.
$
reverse(T...)
- Static method in class com.github.underscore.
$
reverse(int[])
- Static method in class com.github.underscore.
$
reverse()
- Method in class com.github.underscore.
$
S
sample()
- Method in class com.github.underscore.
$.Chain
sample(int)
- Method in class com.github.underscore.
$.Chain
sample(Iterable<E>)
- Static method in class com.github.underscore.
$
sample()
- 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.
$
setInterval(Function<T>, int)
- Static method in class com.github.underscore.
$
setTimeout(Function<T>, int)
- Static method in class com.github.underscore.
$
shuffle()
- Method in class com.github.underscore.
$.Chain
shuffle(Iterable<E>)
- Static method in class com.github.underscore.
$
shuffle()
- Method in class com.github.underscore.
$
size()
- Method in class com.github.underscore.
$.Chain
size(Iterable<?>)
- Static method in class com.github.underscore.
$
size()
- Method in class com.github.underscore.
$
size(E...)
- Static method in class com.github.underscore.
$
skip(int)
- Method in class com.github.underscore.
$.Chain
slice(int)
- Method in class com.github.underscore.
$.Chain
slice(int, int)
- Method in class com.github.underscore.
$.Chain
slice(Iterable<T>, int)
- Static method in class com.github.underscore.
$
slice(T[], int)
- Static method in class com.github.underscore.
$
slice(int)
- Method in class com.github.underscore.
$
slice(Iterable<T>, int, int)
- Static method in class com.github.underscore.
$
slice(T[], int, int)
- Static method in class com.github.underscore.
$
slice(int, int)
- Method in class com.github.underscore.
$
snd()
- Method in class com.github.underscore.
Tuple
some(Predicate<T>)
- Method in class com.github.underscore.
$.Chain
some(Iterable<E>, Predicate<E>)
- Static method in class com.github.underscore.
$
some(Predicate<T>)
- Method in class com.github.underscore.
$
sort()
- Method in class com.github.underscore.
$.Chain
sort(Iterable<T>)
- Static method in class com.github.underscore.
$
sort(T...)
- Static method in class com.github.underscore.
$
sort()
- Method in class com.github.underscore.
$
sortBy(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
sortBy(K)
- Method in class com.github.underscore.
$.Chain
sortBy(Iterable<E>, Function1<E, T>)
- Static method in class com.github.underscore.
$
sortBy(Function1<E, V>)
- Method in class com.github.underscore.
$
sortBy(Iterable<Map<K, V>>, K)
- 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.
$
sortWith(Comparator<F>)
- Method in class com.github.underscore.
$.Chain
sortWith(Iterable<T>, Comparator<T>)
- Static method in class com.github.underscore.
$
sortWith(Comparator<T>)
- 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(E...)
- Static method in class com.github.underscore.
$
tail(E[], int)
- Static method in class com.github.underscore.
$
tail()
- Method in class com.github.underscore.
$
tail(int)
- Method in class com.github.underscore.
$
tap(Block<T>)
- Method in class com.github.underscore.
$.Chain
tap(Iterable<T>, Block<? super T>)
- Static method in class com.github.underscore.
$
template(String)
- Static method in class com.github.underscore.
$
Template
<
T
> - Interface in
com.github.underscore
templateSettings(Map<String, String>)
- Static method in class com.github.underscore.
$
throttle(Function<T>, int)
- Static method in class com.github.underscore.
$
times(int, Function<E>)
- Static method in class com.github.underscore.
$
toArray(Iterable<E>)
- Static method in class com.github.underscore.
$
toArray()
- Method in class com.github.underscore.
$
toMap()
- Method in class com.github.underscore.
$.Chain
toMap(Iterable<Map.Entry<K, V>>)
- Static method in class com.github.underscore.
$
toMap()
- Method in class com.github.underscore.
$
toMap(List<Tuple<K, V>>)
- Static method in class com.github.underscore.
$
toString()
- Method in class com.github.underscore.
$.Chain
toString()
- Method in class com.github.underscore.
Optional
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<T>...)
- Method in class com.github.underscore.
$.Chain
union(List<E>, List<E>...)
- Static method in class com.github.underscore.
$
union(E[]...)
- Static method in class com.github.underscore.
$
unionWith(List<T>...)
- Method in class com.github.underscore.
$
uniq()
- Method in class com.github.underscore.
$.Chain
uniq(Function1<T, F>)
- Method in class com.github.underscore.
$.Chain
uniq(List<E>)
- Static method in class com.github.underscore.
$
uniq(E...)
- Static method in class com.github.underscore.
$
uniq(Iterable<E>, Function1<E, K>)
- Static method in class com.github.underscore.
$
uniq(E[], Function1<E, K>)
- Static method in class com.github.underscore.
$
uniqueId(String)
- Static method in class com.github.underscore.
$
uniquePassword()
- Static method in class com.github.underscore.
$
unzip(List<T>...)
- Static method in class com.github.underscore.
$
V
value()
- Method in class com.github.underscore.
$.Chain
value()
- Method in class com.github.underscore.
$
values(Map<K, V>)
- Static method in class com.github.underscore.
$
W
where(List<Tuple<String, E>>)
- Method in class com.github.underscore.
$.Chain
where(List<E>, List<Tuple<String, T>>)
- Static method in class com.github.underscore.
$
where(List<Tuple<String, E>>)
- 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(E[], E...)
- Static method in class com.github.underscore.
$
wrap(Function1<T, T>, Function1<Function1<T, T>, T>)
- Static method in class com.github.underscore.
$
Z
zip(List<T>...)
- Static method in class com.github.underscore.
$
$
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017. All rights reserved.