// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package org.jdeferred.impl; import org.jdeferred.FailCallback; import org.jdeferred.FailPipe; // Referenced classes of package org.jdeferred.impl: // PipedPromise class val.failFilter implements FailCallback { final PipedPromise this$0; final FailPipe val$failFilter; public void onFail(Object obj) { if (val$failFilter != null) { pipe(val$failFilter.pipeFail(obj)); return; } else { reject(obj); return; } } () { this$0 = final_pipedpromise; val$failFilter = FailPipe.this; super(); } }