程序包 proguard.util
类 AndNotStringFunction
- java.lang.Object
-
- proguard.util.AndNotStringFunction
-
- 所有已实现的接口:
StringFunction
public class AndNotStringFunction extends java.lang.Object implements StringFunction
ThisStringFunctiontests whether the first givenStringFunctionreturns null, returning the result of the latter function if so, or null otherwise.
-
-
字段概要
-
从接口继承的字段 proguard.util.StringFunction
IDENTITY_FUNCTION
-
-
构造器概要
构造器 构造器 说明 AndNotStringFunction(StringFunction stringFunction1, StringFunction stringFunction2)Creates a new AndNotStringFunction with the two given string functions.
-
-
-
构造器详细资料
-
AndNotStringFunction
public AndNotStringFunction(StringFunction stringFunction1, StringFunction stringFunction2)
Creates a new AndNotStringFunction with the two given string functions.
-
-
方法详细资料
-
transform
public java.lang.String transform(java.lang.String string)
从接口复制的说明:StringFunctionTransforms the given string into a new string.- 指定者:
transform在接口中StringFunction
-
-