Klasse AndSchemaCaptor<S,N>

java.lang.Object
ch.nolix.core.argumentcaptor.base.ArgumentCaptor<S,N>
ch.nolix.core.argumentcaptor.andargumentcaptor.AndSchemaCaptor<S,N>
Typparameter:
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>
Autor:
Silvan Wyss
  • Konstruktordetails

    • AndSchemaCaptor

      public AndSchemaCaptor()
    • AndSchemaCaptor

      public AndSchemaCaptor(N nextArgumentCaptor)
  • Methodendetails

    • andSchema

      public final N andSchema(S schema)
    • getStoredSchema

      public final S getStoredSchema()