Package proguard.util

Class NotStringFunction

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

public class NotStringFunction extends Object implements StringFunction
This StringFunction returns the original string if the given StringFunction returns null, or null otherwise.
  • Constructor Details

    • NotStringFunction

      public NotStringFunction(StringFunction stringFunction)
      Creates a new NotStringFunction with the two given string functions.
  • Method Details