static WithTimestamp withTimestamp(long timestamp default now(), A value) { ret WithTimestamp(timestamp, value); }