Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAssignableKeys
Method · 0.95
getResults
Method · 0.80
Calls
2
get
Method · 0.95
accept
Method · 0.65
Tested by
no test coverage detected