JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.tools.ant
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:
RuntimeConfigurable
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
T
eval
()
default
T
get
()
Method Details
eval
T
eval
()
get
default
T
get
()
Specified by:
get
in interface
Supplier
<
T
>