Package groovy.xml.markupsupport
Class AllControlToUndefined
- java.lang.Object
-
- groovy.xml.markupsupport.StandardControlToUndefined
-
- groovy.xml.markupsupport.AllControlToUndefined
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
public class AllControlToUndefined extends StandardControlToUndefined
-
-
Constructor Summary
Constructors Constructor Description AllControlToUndefined()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
apply(java.lang.Character ch)
-
-
-
Method Detail
-
apply
public java.util.Optional<java.lang.String> apply(java.lang.Character ch)
- Specified by:
apply
in interfacejava.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
- Overrides:
apply
in classStandardControlToUndefined
-
-