Class ValueUIFuture<T>

java.lang.Object
com.github.weisj.jsvg.parser.ValueUIFuture<T>
All Implemented Interfaces:
UIFuture<T>

public final class ValueUIFuture<T> extends Object implements UIFuture<T>
  • Field Details

    • value

      private final T value
  • Constructor Details

    • ValueUIFuture

      public ValueUIFuture(T value)
  • Method Details