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> TFunctionNotAvailable. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)<T> TGenericError. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)<T> TJsonParsingError. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)<T> TModuleNotSupported. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)<T> TSaltError. fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
-