JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.spockframework.util.Pair
Packages that use
Pair
Package
Description
org.spockframework.util
Uses of
Pair
in
org.spockframework.util
Methods in
org.spockframework.util
that return
Pair
Modifier and Type
Method
Description
static <E1,
E2>
Pair
<E1,
E2>
Pair.
of
(E1 first, E2 second)