Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/bval
/ reset
Method
reset
bval-jsr/src/main/java/org/apache/bval/util/Lazy.java:37–40 ·
view source on GitHub ↗
(Supplier<T> init)
Source
from the content-addressed store, hash-verified
35
}
36
37
public
Lazy<T> reset(Supplier<T> init) {
38
this.init = Validate.notNull(init);
39
return
this;
40
}
41
42
public
synchronized Lazy<T> reset(T value) {
43
this.value = value;
Callers
5
Lazy
Method · 0.95
add
Method · 0.80
override
Method · 0.80
getResults
Method · 0.80
parseXmlMappings
Method · 0.80
Calls
1
notNull
Method · 0.95
Tested by
no test coverage detected