Interface TupleSetter<TupleType, ComponentType>
- Type Parameters:
TupleType-ComponentType-
- All Known Subinterfaces:
TupleMutator<DomainType, ComponentType>
public interface TupleSetter<TupleType, ComponentType>
- Author:
- Claus Stadler 11/09/2020
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(TupleType tuple, int idx, ComponentType componentValue)
-
Method Details
-
set
-