public final class com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329 v;
v = new com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329;
specialinvoke v.<com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329: void <init>()>();
return v;
}
public void <init>()
{
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329 v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329 v;
java.lang.Object v, v;
v := @this: com.github.benmanes.caffeine.cache.UnboundedLocalCache$UnboundedLocalAsyncCache$getIfReady__329;
v := @parameter: java.lang.Object;
v = staticinvoke <com.github.benmanes.caffeine.cache.Async: java.lang.Object getIfReady(java.util.concurrent.CompletableFuture)>(v);
return v;
}
}