Uses of Class
com.suse.salt.netapi.errors.FunctionNotAvailable
-
Packages that use FunctionNotAvailable Package Description com.suse.salt.netapi.errors -
-
Uses of FunctionNotAvailable in com.suse.salt.netapi.errors
Method parameters in com.suse.salt.netapi.errors with type arguments of type FunctionNotAvailable Modifier and Type Method Description <T> T
FunctionNotAvailable. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
<T> T
GenericError. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
<T> T
JsonParsingError. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
<T> T
ModuleNotSupported. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
<T> T
SaltError. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
-