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