java.lang.Object
trade.invision.indicators.indicators.Indicator<Instant>
trade.invision.indicators.indicators.instant.TruncateTo

public class TruncateTo extends Indicator<Instant>
TruncateTo is an Instant Indicator to provide truncated Instants. Truncation returns a copy of the original Instant with fields smaller than the given unit set to zero. For example, truncating with the ChronoUnit.MINUTES unit will set the seconds and milliseconds to zero.