Interface TsidBuilder.TsidFunnel<T>

Type Parameters:
T - the type of the value
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.TsidFunnel<T>
A functional interface that describes how objects of a complex type are added to a TSID.
  • Method Summary

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