We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015058b commit 48c8885Copy full SHA for 48c8885
spring-graphql/src/main/java/org/springframework/graphql/data/ArgumentValue.java
@@ -107,6 +107,7 @@ public Optional<T> asOptional() {
107
/**
108
* If a value is present, performs the given action with the value, otherwise does nothing.
109
* @param action the action to be performed, if a value is present
110
+ * @since 1.4.0
111
*/
112
public void ifPresent(Consumer<? super T> action) {
113
Assert.notNull(action, "Action is required");
0 commit comments