Interface TsidBuilder.ThrowingTsidFunnel<T,E extends Exception>

Type Parameters:
T - the type of the value
E - the type of exception that can be thrown
Enclosing class:
TsidBuilder
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 TsidBuilder.ThrowingTsidFunnel<T,E extends Exception>
A functional interface that describes how objects of a complex type are added to a TSID, allowing for exceptions to be thrown during the process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(T value, TsidBuilder tsidBuilder)
     
  • Method Details

    • add

      void add(T value, TsidBuilder tsidBuilder) throws E
      Throws:
      E