Constructor and Description |
---|
FunctionNotAvailable(String fn) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
<T> T |
fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<GenericSaltError,? extends T> generic) |
String |
getFunctionName() |
int |
hashCode() |
String |
toString() |
public FunctionNotAvailable(String fn)
public String getFunctionName()
public <T> T fold(Function<FunctionNotAvailable,? extends T> fnNotAvail, Function<ModuleNotSupported,? extends T> modNotSupported, Function<GenericSaltError,? extends T> generic)
Copyright © 2016. All rights reserved.