Interface Mocker.DataMapper<T>

  • Type Parameters:
    T - *
    All Superinterfaces:
    BiConsumer<T,​T>
    Enclosing interface:
    Mocker
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Mocker.DataMapper<T>
    extends BiConsumer<T,​T>

    Provides the input (in) and the output (out) variables so that a tester can map data from in to out and also setups new data on out.

    Since:
    9.1
    API:
    This is a public API.