Package 

Class ValueTransformingSupplier

  • All Implemented Interfaces:

    
    public final class ValueTransformingSupplier<ValueType extends Object>
    extends ConfigValueSupplier<ValueType>
                        

    Transforms the value of the result of originalSupplier into some new value.

    Note that it makes no sense for this supplier to be deprecated as it doesn't actually retrieve a value itself, so we always pass noDeprecation.