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