@FunctionalInterface public interface XFunction<T,R,X extends Exception>
Function| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t)
Performs this operation on the given argument and returns a result.
|
Copyright © 2021. All rights reserved.