Top Description Methods
org.apache.tools.ant

public Interface Evaluable<T>

extends Supplier<T>
Type Parameters
<T>
as Supplier
Imports
java.util.function.Supplier

Kind of task attribute that can be evaluated before being assigned
See Also
RuntimeConfigurable

Method Summary

Modifier and TypeMethod and Description
public T
eval()

public default T
get()

Implements java.util.function.Supplier.get.

Gets a result.

Method Detail

evalback to summary
public T eval()
getback to summary
public default T get()

Implements java.util.function.Supplier.get.

Doc from java.util.function.Supplier.get.

Gets a result.

Returns:T

a result