Interface SetFieldValueFunction
-
- All Superinterfaces:
TriConsumer<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
- All Known Subinterfaces:
SetFieldValueFunction.Native
- All Known Implementing Classes:
SetFieldValueFunction.Abst,SetFieldValueFunction.ForJava7,SetFieldValueFunction.Native.ForJava7
public interface SetFieldValueFunction extends TriConsumer<java.lang.Object,java.lang.reflect.Field,java.lang.Object>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSetFieldValueFunction.Abststatic classSetFieldValueFunction.ForJava7static interfaceSetFieldValueFunction.Native
-
Method Summary
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.TriConsumer
accept
-
-