Package proguard.util

Class AndStringFunction

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

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

    • AndStringFunction

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