Interface TupleFunction

All Known Subinterfaces:
InverseMagicProperty, TransientTupleFunction
All Known Implementing Classes:
ConcatTupleFunction, ConstructTupleFunction, For, ForEach, Index, Length, Member, SelectTupleFunction, SpinTupleFunction, Split, StrSplit

public interface TupleFunction
A function that can return a tuple of Values. This can be used to implement "property functions" or "magic properties".