Package io.virtdata.formatting
Class Format
- java.lang.Object
-
- io.virtdata.formatting.Format
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.Object,java.lang.String>
public class Format extends java.lang.Object implements java.util.function.Function<java.lang.Object,java.lang.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.
-
-
Constructor Summary
Constructors Constructor Description Format(java.lang.String format)
-
Method Summary
Modifier and Type Method Description java.lang.Stringapply(java.lang.Object o)
-