Class ConfigurationI

    • Method Detail

      • process

        public <T> void process​(Class<? extends T> type,
                                Function<T,​T> processor)
        Description copied from interface: Configuration
        Process a certain type of resource values.
        Specified by:
        process in interface Configuration
        Type Parameters:
        T - Type of resource values, that will be processed.
        Parameters:
        type - Type of resource values, that will be processed.
        processor - Function that replaces current resource values.