Class SetAccessibleFunction.Abst<B>
- java.lang.Object
-
- io.github.toolfactory.jvm.util.ThrowingBiConsumerAdapter<B,java.lang.reflect.AccessibleObject,java.lang.Boolean,java.lang.Throwable>
-
- io.github.toolfactory.jvm.function.catalog.SetAccessibleFunction.Abst<B>
-
- All Implemented Interfaces:
SetAccessibleFunction
,ThrowingBiConsumer<java.lang.reflect.AccessibleObject,java.lang.Boolean,java.lang.Throwable>
- Direct Known Subclasses:
SetAccessibleFunction.ForJava7
,SetAccessibleFunction.ForJava9
,SetAccessibleFunction.Native.ForJava7
,SetAccessibleFunction.Native.ForJava9
- Enclosing interface:
- SetAccessibleFunction
public abstract static class SetAccessibleFunction.Abst<B> extends ThrowingBiConsumerAdapter<B,java.lang.reflect.AccessibleObject,java.lang.Boolean,java.lang.Throwable> implements SetAccessibleFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.SetAccessibleFunction
SetAccessibleFunction.Abst<B>, SetAccessibleFunction.ForJava7, SetAccessibleFunction.ForJava9, SetAccessibleFunction.Native
-
-
Field Summary
-
Fields inherited from class io.github.toolfactory.jvm.util.ThrowingBiConsumerAdapter
function
-
-
Constructor Summary
Constructors Constructor Description Abst(java.util.Map<java.lang.Object,java.lang.Object> context)
-
Method Summary
-
Methods inherited from class io.github.toolfactory.jvm.util.ThrowingBiConsumerAdapter
setFunction
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingBiConsumer
accept
-
-