All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dafny.Function2 Maven / Gradle / Ivy

The newest version!
package dafny;

@FunctionalInterface
public interface Function2 {
  public T2 apply(T0 t0, T1 t1);
  @SuppressWarnings({"unchecked", "deprecation"})
  public static  dafny.TypeDescriptor> _typeDescriptor(dafny.TypeDescriptor t0, dafny.TypeDescriptor t1, dafny.TypeDescriptor t2) {
    return (dafny.TypeDescriptor>) (dafny.TypeDescriptor) dafny.TypeDescriptor.reference(Function2.class);}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy