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 Type
    Method
    Description
    void
    set(TupleType tuple, int idx, ComponentType componentValue)