public static class ComponentUpdate.ApplyResult extends Object
| Constructor and Description |
|---|
ApplyResult() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fold(java.util.function.Supplier<T> ok,
java.util.function.Function<ComponentUpdate.InvalidVersion,T> invalidVersion) |
static ComponentUpdate.ApplyResult |
invalidVersion(String required,
String provided) |
static ComponentUpdate.ApplyResult |
ok() |
public <T> T fold(java.util.function.Supplier<T> ok, java.util.function.Function<ComponentUpdate.InvalidVersion,T> invalidVersion)
public static ComponentUpdate.ApplyResult ok()
public static ComponentUpdate.ApplyResult invalidVersion(String required, String provided)
Copyright © 2025 Suncode. All rights reserved.