Class ExecutionRunner.Holder<T>

  • Enclosing class:
    ExecutionRunner

    protected static class ExecutionRunner.Holder<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Holder​(T value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        protected T value
    • Constructor Detail

      • Holder

        public Holder​(T value)