Interface JsonRpcClientJavaNet.MappingFunction<R>

Type Parameters:
R - result type
All Superinterfaces:
Function<String,R>
Enclosing class:
JsonRpcClientJavaNet
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Map a response string to a Java object. Wraps checked JsonProcessingException in unchecked CompletionException.
  • Method Summary

    Modifier and Type
    Method
    Description
    default R
    Gets a result.
    Gets a result and may throw a checked exception.

    Methods inherited from interface java.util.function.Function

    andThen, compose