Uses of Class
io.tech1.framework.domain.tuples.Tuple3
-
Packages that use Tuple3 Package Description io.tech1.framework.domain.hardware.monitoring io.tech1.framework.domain.http.requests io.tech1.framework.domain.tuples -
-
Uses of Tuple3 in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring that return Tuple3 Modifier and Type Method Description Tuple3<TuplePercentage,TuplePercentage,TuplePercentage>HardwareMonitoringDatapoint. getGlobal() -
Uses of Tuple3 in io.tech1.framework.domain.http.requests
Methods in io.tech1.framework.domain.http.requests that return Tuple3 Modifier and Type Method Description Tuple3<String,String,String>UserRequestMetadata. getWhereTuple3() -
Uses of Tuple3 in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return Tuple3 Modifier and Type Method Description static <A,B,C>
Tuple3<A,B,C>Tuple3. of(A a, B b, C c)
-