io.virtdata.basicsmappers.unary_string.ToString Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
package io.virtdata.basicsmappers.unary_string;
import io.virtdata.annotations.ThreadSafeMapper;
import java.util.function.Function;
/**
* Converts the input to the most obvious string representation with String.valueOf(...).
*/
@ThreadSafeMapper
public class ToString implements Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy