public interface SaltError
Modifier and Type | Method and Description |
---|---|
<T> T |
fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
<T> T fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<JsonParsingError,? extends T> jsonError, Function<GenericError,? extends T> generic)
Copyright © 2017. All rights reserved.