- All Implemented Interfaces:
- Function<Object,String>
public class Format
extends Object
implements Function<Object,String>
Apply the Java String.format method to an incoming object.
- See Also:
- Java 8 String.format(...) javadoc
Note: This function can often be quite slow, so more direct methods are generally preferrable.