Interface LambdaAnswer.ValueToReturn<T>

  • Enclosing class:
    LambdaAnswer<T>
    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 LambdaAnswer.ValueToReturn<T>
    • Method Detail

      • apply

        T apply​(org.mockito.invocation.InvocationOnMock invocation,
                T result)