
com.pippsford.stencil.apply.LocalizedValueProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stencil Show documentation
Show all versions of stencil Show documentation
Stencil templating system
The newest version!
package com.pippsford.stencil.apply;
import java.time.ZoneId;
import java.util.Locale;
import com.pippsford.stencil.value.Data;
/**
* Apply some process to the currently provided values.
*
* @author Simon Greatrix on 03/01/2021.
*/
@FunctionalInterface
public interface LocalizedValueProcessor {
Object apply(Data data, Locale locale, ZoneId zoneId, Parameter[] arguments);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy