Class LongToLongPOJO

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

    public class LongToLongPOJO
    extends java.lang.Object
    implements java.util.function.LongFunction<ARandomPOJO>
    • Constructor Summary

      Constructors 
      Constructor Description
      LongToLongPOJO()  
    • Method Summary

      Modifier and Type Method Description
      ARandomPOJO apply​(long value)  
      • Methods inherited from class java.lang.Object

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

      • LongToLongPOJO

        public LongToLongPOJO()
    • Method Detail

      • apply

        public ARandomPOJO apply​(long value)
        Specified by:
        apply in interface java.util.function.LongFunction<ARandomPOJO>