JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
D
M
O
P
T
U
W
Z
A
accept(BiConsumer<? super T, ? super U>)
- Method in interface wtf.g4s8.tuples.
Pair
Accept pair items using consumer.
accept(Triplet.Consumer<? super T, ? super U, ? super V>)
- Method in interface wtf.g4s8.tuples.
Triplet
Accept values with consumer.
accept(T, U, V)
- Method in interface wtf.g4s8.tuples.
Triplet.Consumer
accept(Consumer<? super T>)
- Method in interface wtf.g4s8.tuples.
Unit
Accept unit with consumer.
apply(BiFunction<? super T, ? super U, ? extends R>)
- Method in interface wtf.g4s8.tuples.
Pair
Apply pair using function.
apply(Triplet.Function<? super T, ? super U, ? super V, ? extends R>)
- Method in interface wtf.g4s8.tuples.
Triplet
Apply triple using function.
apply(T, U, V)
- Method in interface wtf.g4s8.tuples.
Triplet.Function
apply(Function<? super T, ? extends R>)
- Method in interface wtf.g4s8.tuples.
Unit
Apply unit using function.
D
describeMismatchSafely(Pair<T, V>, Description)
- Method in class wtf.g4s8.tuples.hm.
PairMatcher
describeMismatchSafely(Triplet<T, V, U>, Description)
- Method in class wtf.g4s8.tuples.hm.
TripletMatcher
describeMismatchSafely(Unit<T>, Description)
- Method in class wtf.g4s8.tuples.hm.
UnitMatcher
describeTo(Description)
- Method in class wtf.g4s8.tuples.hm.
PairMatcher
describeTo(Description)
- Method in class wtf.g4s8.tuples.hm.
TripletMatcher
describeTo(Description)
- Method in class wtf.g4s8.tuples.hm.
UnitMatcher
M
matchesSafely(Pair<T, V>)
- Method in class wtf.g4s8.tuples.hm.
PairMatcher
matchesSafely(Triplet<T, V, U>)
- Method in class wtf.g4s8.tuples.hm.
TripletMatcher
matchesSafely(Unit<T>)
- Method in class wtf.g4s8.tuples.hm.
UnitMatcher
maybe(Optional<? extends T>)
- Static method in interface wtf.g4s8.tuples.
Unit
O
of(T, U)
- Static method in interface wtf.g4s8.tuples.
Pair
New pair.
of(T, U, V)
- Static method in interface wtf.g4s8.tuples.
Triplet
New triple.
of(T)
- Static method in interface wtf.g4s8.tuples.
Unit
New unit.
P
Pair
<
T
,
U
> - Interface in
wtf.g4s8.tuples
Pair.
PairMatcher
<
T
,
V
> - Class in
wtf.g4s8.tuples.hm
Hamcrest matcher for
Pair
.
PairMatcher(T, V)
- Constructor for class wtf.g4s8.tuples.hm.
PairMatcher
PairMatcher(Matcher<? super T>, Matcher<? super V>)
- Constructor for class wtf.g4s8.tuples.hm.
PairMatcher
pop()
- Method in interface wtf.g4s8.tuples.
Pair
Skip second value to make a unit.
pop()
- Method in interface wtf.g4s8.tuples.
Triplet
Skip third item to make a pair.
push(V)
- Method in interface wtf.g4s8.tuples.
Pair
Push third item to make a triplet.
push(U)
- Method in interface wtf.g4s8.tuples.
Unit
Push second item to make a pair.
T
Triplet
<
T
,
U
,
V
> - Interface in
wtf.g4s8.tuples
Triplet.
Triplet.Consumer
<
T
,
U
,
V
> - Interface in
wtf.g4s8.tuples
Consumer that accept three values.
Triplet.Function
<
T
,
U
,
V
,
R
> - Interface in
wtf.g4s8.tuples
Function that apply three values.
TripletMatcher
<
T
,
V
,
U
> - Class in
wtf.g4s8.tuples.hm
Hamcrest matcher for @{link Triplet}.
TripletMatcher(T, V, U)
- Constructor for class wtf.g4s8.tuples.hm.
TripletMatcher
TripletMatcher(Matcher<? super T>, Matcher<? super V>, Matcher<? super U>)
- Constructor for class wtf.g4s8.tuples.hm.
TripletMatcher
U
Unit
<
T
> - Interface in
wtf.g4s8.tuples
Unit.
UnitMatcher
<
T
> - Class in
wtf.g4s8.tuples.hm
Hamcrest matcher for
Unit
.
UnitMatcher(T)
- Constructor for class wtf.g4s8.tuples.hm.
UnitMatcher
UnitMatcher(Matcher<? super T>)
- Constructor for class wtf.g4s8.tuples.hm.
UnitMatcher
W
wtf.g4s8.tuples
- package wtf.g4s8.tuples
wtf.g4s8.tuples.hm
- package wtf.g4s8.tuples.hm
Z
zip(Iterable<? extends T>, Iterable<? extends U>)
- Static method in interface wtf.g4s8.tuples.
Pair
Zip two iterables into single iterable of pairs.
zip(Iterable<? extends T>, Iterable<? extends U>, Iterable<? extends V>)
- Static method in interface wtf.g4s8.tuples.
Triplet
Zip three iterables into single iterable of triplets.
A
D
M
O
P
T
U
W
Z
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2021. All rights reserved.