It would be very good to simplify this process by adding another method into this interface.
The method could look like default void sendMessage(Object... message) and then process all the objects using Text.of method to later use the default sendMessage method to handle it.
It would be very good to simplify this process by adding another method into this interface.
The method could look like
default void sendMessage(Object... message)and then process all the objects using Text.of method to later use the default sendMessage method to handle it.