public interface Func<V,R> extends Serializable
A simple interface to allow compatibility with non java 8 code bases.
Modifier and Type | Method and Description |
---|---|
R |
apply(V record) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.