Class ExecutionContext

    • Constructor Detail

      • ExecutionContext

        public ExecutionContext()
    • Method Detail

      • getValue

        @Nullable
        public abstract <V> V getValue​(Key<V> key)
      • containsKey

        public abstract boolean containsKey​(Key<?> key)
      • remove

        public abstract boolean remove​(Key<?> key,
                                       Object value)
      • putIfAbsent

        public abstract <V> V putIfAbsent​(Key<V> key,
                                          V value)
      • replace

        public abstract <V> boolean replace​(Key<?> key,
                                            V oldValue,
                                            V newValue)