Class LambdaExecutor


  • public class LambdaExecutor
    extends java.lang.Object
    Simple implementation of a Java Lambda function executor.
    Author:
    Waldemar Hummer
    • Constructor Summary

      Constructors 
      Constructor Description
      LambdaExecutor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T get​(java.util.Map<java.lang.String,​T> map, java.lang.String key)  
      static void main​(java.lang.String[] args)  
      static java.lang.String readFile​(java.lang.String file)  
      • Methods inherited from class java.lang.Object

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

      • LambdaExecutor

        public LambdaExecutor()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • get

        public static <T> T get​(java.util.Map<java.lang.String,​T> map,
                                java.lang.String key)
      • readFile

        public static java.lang.String readFile​(java.lang.String file)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception