Package io.aether.net.fastMeta
Class FastApiContextLocal<LT>
- java.lang.Object
-
- io.aether.net.fastMeta.FastApiContext
-
- io.aether.net.fastMeta.FastApiContextLocal<LT>
-
- All Implemented Interfaces:
FastFutureContext
public class FastApiContextLocal<LT> extends FastApiContext
-
-
Field Summary
Fields Modifier and Type Field Description LTlocalApi-
Fields inherited from interface io.aether.net.fastMeta.FastFutureContext
STUB
-
-
Constructor Summary
Constructors Constructor Description FastApiContextLocal(io.aether.utils.interfaces.AFunction<FastApiContextLocal<LT>,LT> localApi)FastApiContextLocal(LT localApi)
-
Method Summary
-
Methods inherited from class io.aether.net.fastMeta.FastApiContext
getFuture, isEmpty, makeRemote, regFuture, regLocalFuture, remoteDataToArray, remoteDataToArray, sendResultToRemote, sendResultToRemote, sendToRemote, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.aether.net.fastMeta.FastFutureContext
close, flush, flush, invokeLocalMethodAfter, invokeLocalMethodBefore, invokeRemoteMethodAfter
-
-
-
-
Field Detail
-
localApi
public final LT localApi
-
-
Constructor Detail
-
FastApiContextLocal
public FastApiContextLocal(io.aether.utils.interfaces.AFunction<FastApiContextLocal<LT>,LT> localApi)
-
FastApiContextLocal
public FastApiContextLocal(LT localApi)
-
-