* This method implements the logic of the CAL function Cal.Samples.DirectedGraphLibrary.applyEdgePredicate
* This version of the logic returns an unboxed value.
*/
public final boolean fUnboxed3S(Predicate predicate, java.lang.Object source, java.lang.Object target, RTExecutionContext $ec) throws CALExecutorException {
// Top level supercombinator logic
return predicate.apply(new Pair(source, target));
}