I - input data typeO - output data type@FunctionalInterface public interface SerializableFunction<I,O> extends Serializable
Function which can be serialized.| Modifier and Type | Method and Description |
|---|---|
O |
apply(I v1) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.