Class AndSchemaCaptor<S,N>

java.lang.Object
ch.nolix.base.argumentcaptor.base.ArgumentCaptor<S,N>
ch.nolix.base.argumentcaptor.andargumentcaptor.AndSchemaCaptor<S,N>
Type Parameters:
S - is the type of the schema of a AndSchemaCaptor.
N - is the type of the next thing of a AndSchemaCaptor.

public class AndSchemaCaptor<S,N> extends ArgumentCaptor<S,N>
Author:
Silvan Wyss
  • Constructor Details

    • AndSchemaCaptor

      public AndSchemaCaptor()
    • AndSchemaCaptor

      public AndSchemaCaptor(N nextArgumentCaptor)
  • Method Details

    • andSchema

      public final N andSchema(S schema)
    • getStoredSchema

      public final S getStoredSchema()