Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ findUniform
Method
findUniform
src/main/java/field/graphics/Uniform.java:102–104 ·
view source on GitHub ↗
(String named)
Source
from the content-addressed store, hash-verified
100
} catch (ClassCastException e) {
101
return
false;
102
}
103
}
104
105
static
public
Predicate<Consumer<Integer>> findUniform(String named) {
106
return
x -> (x instanceof Uniform) && ((Uniform) x).name.equals(named);
107
}
Callers
nothing calls this directly
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected