Package reactor.test

Interface ValueFormatters.ToStringConverter

All Superinterfaces:
Function<Object,String>, Predicate<Object>
Enclosing class:
ValueFormatters

public static interface ValueFormatters.ToStringConverter extends Predicate<Object>, Function<Object,String>
A generic Object to String conversion Function which is also a Predicate, and which only applies a custom conversion to targets that match said Predicate. Other targets are converted using String.valueOf(Object).