Skip to content

Instantly share code, notes, and snippets.

@Manjago
Created December 10, 2014 12:03
Show Gist options
  • Save Manjago/1d26f075b296bdca2c31 to your computer and use it in GitHub Desktop.
Save Manjago/1d26f075b296bdca2c31 to your computer and use it in GitHub Desktop.
Lambda2
package com.sts.voms.ui.client.common;
public interface Lambda2<T, T1, R> {
R execute(T arg0, T1 arg1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment