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