T - data type.public interface Closure<T>
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(T data)
Invoke the closure on the data.
|
void invoke(T data)
data - input data.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.