|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tuple2 | |
|---|---|
| org.omnaest.utils.beans.result | |
| org.omnaest.utils.structure.map | |
| org.omnaest.utils.tuple | |
| Uses of Tuple2 in org.omnaest.utils.beans.result |
|---|
| Methods in org.omnaest.utils.beans.result that return Tuple2 | |
|---|---|
Tuple2<Object,Boolean> |
BeanPropertyAccessor.getPropertyValueAndSuccess(B bean,
BeanPropertyAccessor.PropertyAccessType propertyAccessType,
ExceptionHandler exceptionHandler)
Returns the property value for the underlying Java Bean property from the given Java Bean object. |
| Uses of Tuple2 in org.omnaest.utils.structure.map |
|---|
| Subclasses of Tuple2 in org.omnaest.utils.structure.map | |
|---|---|
static class |
MapDelta.Values<V>
Holds the value of the first and second map |
static class |
MapJoiner.JoinedValue<V1,V2>
Similar to MapJoiner.JoinedValue special for a Map join result containing both values for a shared key |
| Methods in org.omnaest.utils.structure.map that return types with arguments of type Tuple2 | ||
|---|---|---|
static
|
MapUtils.innerJoinMapByKey(Map<K,VA> mapA,
Map<K,VB> mapB)
Returns a Map with the matching keys and the respective value instances within a of Tuple2 wrapper, which has
always the value of the first map and the value of the second map. |
|
| Constructors in org.omnaest.utils.structure.map with parameters of type Tuple2 | |
|---|---|
MapJoiner.JoinedValue(Tuple2<V1,V2> tuple2)
|
|
| Uses of Tuple2 in org.omnaest.utils.tuple |
|---|
| Methods in org.omnaest.utils.tuple that return Tuple2 | |
|---|---|
Tuple2<T2,T1> |
Tuple2.newInvertedInstance()
Returns a new Tuple2 instance with inverted first and second value |
| Constructors in org.omnaest.utils.tuple with parameters of type Tuple2 | |
|---|---|
Tuple2(Tuple2<T1,T2> tuple2)
Creates a new Tuple2 instance based on the values of an already existing instance |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||