-
Interface Summary
| Interface |
Description |
| ObjectBuilder<T> |
Base interface for all object builders.
|
| QuadConsumer<T,U,V,X> |
Represents an operation that accepts 4 input arguments and returns no
result.
|
| QuadFunction<T,U,V,W,R> |
Represents a function that accepts 4 arguments and produces a result.
|
| StringEnum |
Base interface for enumerations.
|
| TaggedUnion<BaseType> |
|
| TriConsumer<T,U,V> |
Represents an operation that accepts 3 input arguments and returns no
result.
|
| TriFunction<T,U,V,R> |
Represents a function that accepts 3 arguments and produces a result.
|
| UnionVariant |
An implementation of a variant type.
|
-
-