Interface Evaluable<T>

Type Parameters:
T - as Supplier
All Superinterfaces:
Supplier<T>

public interface Evaluable<T> extends Supplier<T>
Kind of task attribute that can be evaluated before being assigned
See Also: