Class HashedLoremExtractToString

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

    public class HashedLoremExtractToString
    extends java.lang.Object
    implements java.util.function.LongFunction<java.lang.String>
    Provide a text extract from the full lorem ipsum text, between the specified minimum and maximum size.
    • 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

      • HashedLoremExtractToString

        public HashedLoremExtractToString​(int minsize,
                                          int maxsize)
    • Method Detail

      • apply

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