// 
// Decompiled by Procyon v0.6.0
// 

package org.bson.util;

interface Function<A, B>
{
    B apply(final A p0);
}
