Class Application.func

  • All Implemented Interfaces:
    java.util.function.Function<java.util.Collection<ReceiptItem>,​java.lang.String>
    Enclosing class:
    Application

    public static class Application.func
    extends java.lang.Object
    implements java.util.function.Function<java.util.Collection<ReceiptItem>,​java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      func()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(java.util.Collection<ReceiptItem> es)  
      • 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

      • func

        public func()
    • Method Detail

      • apply

        public java.lang.String apply​(java.util.Collection<ReceiptItem> es)
        Specified by:
        apply in interface java.util.function.Function<java.util.Collection<ReceiptItem>,​java.lang.String>