MCPcopy Create free account
hub / github.com/apache/bval / consumer

Method consumer

bval-jsr/src/main/java/org/apache/bval/util/Lazy.java:65–67  ·  view source on GitHub ↗
(BiConsumer<? super T, ? super U> delegate)

Source from the content-addressed store, hash-verified

63 }
64
65 public <U> Consumer<U> consumer(BiConsumer<? super T, ? super U> delegate) {
66 return u -> delegate.accept(get(), u);
67 }
68}

Callers 2

getAssignableKeysMethod · 0.95
getResultsMethod · 0.80

Calls 2

getMethod · 0.95
acceptMethod · 0.65

Tested by

no test coverage detected