Module org.elasticsearch.server
Interface TsidBuilder.ThrowingTsidFunnel<T,E extends Exception>
- Type Parameters:
T- the type of the valueE- 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.
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
-
Method Details
-
add
- Throws:
E
-