Interface ScheduledFactory


public interface ScheduledFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Scheduled<T>
    create(Consumer<T> inner, long wait, TimeUnit unit)