Interface RESP2Client.Function<T,R>
-
- Enclosing class:
- RESP2Client
public static interface RESP2Client.Function<T,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t)
-
-
-
Method Detail
-
apply
R apply(T t) throws IOException
- Throws:
IOException
-
-