Package reactor.test

Interface ValueFormatters.Extractor<CONTAINER>

Type Parameters:
CONTAINER - the type of container
All Superinterfaces:
BiFunction<Object,Function<Object,String>,String>, Predicate<Object>
Enclosing class:
ValueFormatters

public static interface ValueFormatters.Extractor<CONTAINER> extends Predicate<Object>, BiFunction<Object,Function<Object,String>,String>
An extractor of data wrapped in a BiFunction aiming at producing a customized String representation of a container type and its contained elements, each element being potentially itself converted to String using a ValueFormatters.ToStringConverter: