Package io.aether.utils.interfaces
Interface AFunction<T,R>
-
- All Superinterfaces:
java.util.function.Function<T,R>
- All Known Implementing Classes:
AFunction.AFunctionEmpty,AFunction.AFunctionUnsupported
public interface AFunction<T,R> extends java.util.function.Function<T,R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAFunction.AFunctionEmptystatic classAFunction.AFunctionUnsupported
-
Field Summary
Fields Modifier and Type Field Description static AFunction<?,?>repeatstatic AFunction<?,?>unsupported
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Rapply(T v)Rapply2(T v)static <T> AFunction<T,T>stub()static <T,T2>
AFunction<T,T2>unsupported()
-