Package io.fabric8.kubernetes.client.dsl
Interface FunctionCallable<I>
-
- All Known Implementing Classes:
WithRequestCallable
public interface FunctionCallable<I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <O> O
call(Function<I,O> function)
-