public interface Stringifiable<E>
| Modifier and Type | Method and Description |
|---|---|
default String |
toString(IStringifier<E> stringifier)
convert this to string with the use of stringifier
|
default String toString(IStringifier<E> stringifier)
Copyright © 2022. All rights reserved.