Class StaticStringMapper

  • All Implemented Interfaces:
    java.util.function.LongFunction<java.lang.String>

    public class StaticStringMapper
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.String>
    Return a static String value.
    • Constructor Summary

      Constructors 
      Constructor Description
      StaticStringMapper​(java.lang.String string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(long input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StaticStringMapper

        public StaticStringMapper​(java.lang.String string)
    • Method Detail

      • apply

        public java.lang.String apply​(long input)
        Specified by:
        apply in interface java.util.function.LongFunction<java.lang.String>