Interface IAndSchemaCaptor<C,S>

Type Parameters:
C - the type of the schema of a AndSchemaCaptor
S - the type of the successor of a AndSchemaCaptor
All Superinterfaces:
ArgumentCaptor<S>
All Known Implementing Classes:
AndSchemaCaptor

public interface IAndSchemaCaptor<C,S> extends ArgumentCaptor<S>
Author:
Silvan Wyss
  • Method Details

    • andSchema

      S andSchema(C schema)
    • getStoredSchema

      C getStoredSchema()