Uses of Class
org.bsc.functional.Tuple2
-
Packages that use Tuple2 Package Description org.bsc.confluence.model org.bsc.functional -
-
Uses of Tuple2 in org.bsc.confluence.model
Method parameters in org.bsc.confluence.model with type arguments of type Tuple2 Modifier and Type Method Description static <T> TSiteProcessor. processPageUri(URI uri, String homePageTitle, java.util.function.BiFunction<Optional<Exception>,Tuple2<Optional<InputStream>,ConfluenceService.Storage.Representation>,T> callback) -
Uses of Tuple2 in org.bsc.functional
Methods in org.bsc.functional that return Tuple2 Modifier and Type Method Description static <V1,V2>
Tuple2<V1,V2>Tuple2. of(V1 value1, V2 value2)
-