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 © 2019 The Apache Software Foundation. All Rights Reserved.