JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
agi.foundation.compatibility
Interface Action.Function
Enclosing class:
Action
@FunctionalInterface
public static interface
Action.Function
A functional interface for the containing delegate type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
invoke
()
Represents a method that takes no parameters and does not return a value.
Method Detail
invoke
void invoke()
Represents a method that takes no parameters and does not return a value.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method