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 SummaryConstructors Constructor Description StandardControlToUndefined()
- 
Method SummaryModifier and Type Method Description java.util.Optional<java.lang.String>apply(java.lang.Character ch)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.FunctionandThen, compose
- 
Constructor Details- 
StandardControlToUndefinedpublic StandardControlToUndefined()
 
- 
- 
Method Details- 
applypublic java.util.Optional<java.lang.String> apply(java.lang.Character ch)- Specified by:
- applyin interface- java.util.function.Function<java.lang.Character,java.util.Optional<java.lang.String>>
 
 
-