All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.squarespace.cldrengine.api.MessageFormatFunc Maven / Gradle / Ivy

The newest version!
package com.squarespace.cldrengine.api;

import java.util.List;

public interface MessageFormatFunc {

  String apply(List args, List options);

}