SingleText
SingleText Class
public class SingleText implements Input, Output { ... }public static SingleText of(String text) { ... }Example:
SingleText hello = SingleText.of("Hello World");Last updated
public class SingleText implements Input, Output { ... }public static SingleText of(String text) { ... }SingleText hello = SingleText.of("Hello World");Last updated