Interface Returner<V>

  • Type Parameters:
    V -

    public interface Returner<V>
    Used inside a builder to specify which values to return for a particular method
    • Method Detail

      • thenReturn

        V thenReturn​(V value)
        Value to return for a previously called prototype method
        Parameters:
        value - actual return value