Package proguard.util
Class AndNotStringFunction
java.lang.Object
proguard.util.AndNotStringFunction
- All Implemented Interfaces:
StringFunction
This
StringFunction tests whether the first given StringFunction returns null,
returning the result of the latter function if so, or null otherwise.-
Field Summary
Fields inherited from interface proguard.util.StringFunction
IDENTITY_FUNCTION -
Constructor Summary
ConstructorsConstructorDescriptionAndNotStringFunction(StringFunction stringFunction1, StringFunction stringFunction2) Creates a new AndNotStringFunction with the two given string functions. -
Method Summary
-
Constructor Details
-
AndNotStringFunction
Creates a new AndNotStringFunction with the two given string functions.
-
-
Method Details
-
transform
Description copied from interface:StringFunctionTransforms the given string into a new string.- Specified by:
transformin interfaceStringFunction
-