public interface MethodWithGenericFunctionArg<T>
| Modifier and Type | Method and Description |
|---|---|
MethodWithGenericFunctionArg<T> |
doSomething(java.util.function.Function<Message<JsonObject>,T> theFunction) |
MethodWithGenericFunctionArg<T> doSomething(java.util.function.Function<Message<JsonObject>,T> theFunction)
Copyright © 2018 Eclipse. All rights reserved.