Class FormattedDateSupplier

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

    public class FormattedDateSupplier
    extends java.lang.Object
    implements java.util.function.Supplier<java.lang.String>
    Supplier function providing the current date formatted.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2017 Created on Jul 08, 2017
    • Constructor Detail

      • FormattedDateSupplier

        public FormattedDateSupplier()
    • Method Detail

      • get

        public java.lang.String get()
        Specified by:
        get in interface java.util.function.Supplier<java.lang.String>