Class ExtensionValuesStore.StoredValue

  • Enclosing class:
    ExtensionValuesStore

    private static class ExtensionValuesStore.StoredValue
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int order  
      private java.util.function.Supplier<java.lang.Object> supplier  
    • Constructor Summary

      Constructors 
      Constructor Description
      StoredValue​(int order, java.util.function.Supplier<java.lang.Object> supplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object evaluate()  
      private java.lang.Object evaluateSafely()  
      • Methods inherited from class java.lang.Object

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

      • order

        private final int order
      • supplier

        private final java.util.function.Supplier<java.lang.Object> supplier
    • Constructor Detail

      • StoredValue

        public StoredValue​(int order,
                           java.util.function.Supplier<java.lang.Object> supplier)
    • Method Detail

      • evaluateSafely

        private java.lang.Object evaluateSafely()
      • evaluate

        private java.lang.Object evaluate()