Package io.aether.utils.interfaces
Interface A3Consumer<T1,T2,T3>
-
- All Known Implementing Classes:
A3Consumer.Weak
public interface A3Consumer<T1,T2,T3>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classA3Consumer.Weak<T1,T2,T3>
-
Field Summary
Fields Modifier and Type Field Description static A3Consumer<?,?,?>EMPTY
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(T1 v1, T2 v2, T3 v3)voidaccept2(T1 v1, T2 v2, T3 v3)static <E1,E2,E3>
A3Consumer<E1,E2,E3>stub()default A3Consumer<T1,T2,T3>weak()
-
-
-
Field Detail
-
EMPTY
static final A3Consumer<?,?,?> EMPTY
-
-