java.util.function.Function<T,R>@FunctionalInterface
public interface IOFunction<T,R>
extends java.util.function.Function<T,R>
| Modifier and Type | Method | Description |
|---|---|---|
default R |
apply(T t) |
|
R |
ioApply(T arg1) |
Copyright © 2012–2018 MARID software development group. All rights reserved.