On this page
[Java] Interface Function<T, R>
@Incubating
public interface Function<T, R>
Backport of Java8 Function. INTERNAL USE ONLY.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public R |
apply(T t) |
Method Detail
public R apply(T t)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/apache/groovy/internal/util/Function.html