MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / setValue

Method setValue

src/main/java/field/graphics/Uniform.java:106–109  ·  view source on GitHub ↗
(Supplier<T> value)

Source from the content-addressed store, hash-verified

104
105 static public Predicate<Consumer<Integer>> findUniform(String named) {
106 return x -> (x instanceof Uniform) && ((Uniform) x).name.equals(named);
107 }
108
109 public Uniform<T> setValue(Supplier<T> value) {
110 this.value = value;
111 return this;
112 }

Callers 2

setMethod · 0.45
set_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected