historize method

HistorizedValuable<Output> historize()

Build an HistorizedValuable based on this Valuable

Implementation

HistorizedValuable<Output> historize() => HistorizedValuable<Output>(this);