Package groovy.xml.markupsupport
Class StandardControlToUndefined
- java.lang.Object
-
- groovy.xml.markupsupport.StandardControlToUndefined
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
- Direct Known Subclasses:
AllControlToUndefined
public class StandardControlToUndefined extends java.lang.Object implements java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
-
-
Constructor Summary
Constructors Constructor Description StandardControlToUndefined()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
apply(java.lang.Character ch)
-