Uses of Class
io.tech1.framework.domain.tuples.Tuple2
-
-
Uses of Tuple2 in io.tech1.framework.domain.http.requests
Methods in io.tech1.framework.domain.http.requests that return Tuple2 Modifier and Type Method Description Tuple2<String,String>UserRequestMetadata. getWhatTuple2() -
Uses of Tuple2 in io.tech1.framework.domain.time
Fields in io.tech1.framework.domain.time with type parameters of type Tuple2 Modifier and Type Field Description static List<Tuple2<Long,String>>TimeAgo. UNITS -
Uses of Tuple2 in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return Tuple2 Modifier and Type Method Description static <A,B>
Tuple2<A,B>Tuple2. of(A a, B b) -
Uses of Tuple2 in io.tech1.framework.domain.utilities.cryptography
Methods in io.tech1.framework.domain.utilities.cryptography that return Tuple2 Modifier and Type Method Description static Tuple2<String,String>EncodingUtility. getBasicAuthenticationHeader(String username, String password) -
Uses of Tuple2 in io.tech1.framework.domain.utilities.reflections
Methods in io.tech1.framework.domain.utilities.reflections that return Tuple2 Modifier and Type Method Description static Tuple2<Field,Object>ReflectionUtility. getFieldTuple2(Object object, Field field, List<Method> getters) -
Uses of Tuple2 in io.tech1.framework.domain.utilities.time
Methods in io.tech1.framework.domain.utilities.time that return Tuple2 Modifier and Type Method Description static Tuple2<Long,Long>TimestampUtility. getFutureRange(TimeAmount timeAmount)static Tuple2<Long,Long>TimestampUtility. getPastRange(TimeAmount timeAmount)
-