Package io.aether.utils.interfaces
Class A3Consumer.Weak<T1,T2,T3>
- java.lang.Object
-
- io.aether.utils.interfaces.A3Consumer.Weak<T1,T2,T3>
-
- All Implemented Interfaces:
A3Consumer<T1,T2,T3>
- Enclosing interface:
- A3Consumer<T1,T2,T3>
public static class A3Consumer.Weak<T1,T2,T3> extends java.lang.Object implements A3Consumer<T1,T2,T3>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.aether.utils.interfaces.A3Consumer
A3Consumer.Weak<T1,T2,T3>
-
-
Field Summary
-
Fields inherited from interface io.aether.utils.interfaces.A3Consumer
EMPTY
-
-
Constructor Summary
Constructors Constructor Description Weak(A3Consumer<T1,T2,T3> ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(T1 v1, T2 v2, T3 v3)voidaccept2(T1 v1, T2 v2, T3 v3)booleanisEmptyRef()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.aether.utils.interfaces.A3Consumer
weak
-
-
-
-
Constructor Detail
-
Weak
public Weak(A3Consumer<T1,T2,T3> ref)
-
-