Class Proxy<TARGET>
java.lang.Object
elemental2.core.Proxy<TARGET>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <TARGET> Proxy.RevocableReturnType
<TARGET> revocable
(TARGET target, ProxyHandler<TARGET> handler)
-
Constructor Details
-
Proxy
-
-
Method Details
-
revocable
public static <TARGET> Proxy.RevocableReturnType<TARGET> revocable(TARGET target, ProxyHandler<TARGET> handler)
-