Package proguard.util

Class AndNotStringFunction

java.lang.Object
proguard.util.AndNotStringFunction
All Implemented Interfaces:
StringFunction

public class AndNotStringFunction extends Object implements StringFunction
This StringFunction tests whether the first given StringFunction returns null, returning the result of the latter function if so, or null otherwise.
  • Constructor Details

    • AndNotStringFunction

      public AndNotStringFunction(StringFunction stringFunction1, StringFunction stringFunction2)
      Creates a new AndNotStringFunction with the two given string functions.
  • Method Details