Uses of Interface
com.ibm.icu.message2.FunctionFactory
Packages that use FunctionFactory
-
Uses of FunctionFactory in com.ibm.icu.message2
Classes in com.ibm.icu.message2 that implement FunctionFactoryModifier and TypeClassDescription(package private) classCreates aFunctiondoing formatting of date / time, similar to{exp, date}and{exp, time}inMessageFormat.(package private) classCreates aFunctiondoing numeric formatting, similar to{exp, number}inMessageFormat, and plural selection, similar to{exp, plural}and to{exp, selectordinal}inMessageFormat.(package private) classFields in com.ibm.icu.message2 with type parameters of type FunctionFactoryModifier and TypeFieldDescriptionprivate final Map<String, FunctionFactory> MFFunctionRegistry.Builder.functionMapDeprecated.private final Map<String, FunctionFactory> MFFunctionRegistry.functionMapDeprecated.Methods in com.ibm.icu.message2 that return FunctionFactoryModifier and TypeMethodDescriptionprivate FunctionFactoryMFDataModelFormatter.getFormattingFunctionFactoryByName(Object toFormat, String functionName) MFFunctionRegistry.getFunction(String functionName) Deprecated.This API is for technology preview only.Methods in com.ibm.icu.message2 with parameters of type FunctionFactoryModifier and TypeMethodDescriptionMFFunctionRegistry.Builder.setFunction(String functionName, FunctionFactory functionFactory) Deprecated.This API is for technology preview only.