Class AllControlToUndefined

  • All Implemented Interfaces:
    java.util.function.Function<java.lang.Character,​java.util.Optional<java.lang.String>>

    public class AllControlToUndefined
    extends 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • AllControlToUndefined

        public AllControlToUndefined()
    • Method Detail

      • apply

        public java.util.Optional<java.lang.String> apply​(java.lang.Character ch)
        Specified by:
        apply in interface java.util.function.Function<java.lang.Character,​java.util.Optional<java.lang.String>>
        Overrides:
        apply in class StandardControlToUndefined