We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0119435 commit 4f37377Copy full SHA for 4f37377
1 file changed
README.md
@@ -14,7 +14,7 @@ a method `a(int)` to set the optional parameter. But `FactoryAOptions::a` should
14
and `FactoryBOptions::a` should return a `FactoryBOptions` to allow chaining more parameters of
15
`FactoryAOptions` and `FactoryBOptions` respectively, while retaining the type of the builder.
16
17
-Using scijava-optional, this can be achieved as follows:
+Using scijava-optional, this can be achieved as follows (see [full example](src/test/java/org/scijava/optional/examples/Playground.java)):
18
19
Each subset of optional parameters ("`int a`" in the above example) is implemented as two interfaces,
20
one exposing methods to set the parameters, one exposing methods to retrieve parameter values.
0 commit comments