aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/api/TriBooleanProducer.java
blob: 0925fee75baa3f2b9c80ecc9a972b2f9e9e92aec (plain)
1
2
3
4
5
6
7
8
package me.shedaniel.api;

/**
 * Created by James on 8/4/2018.
 */
public interface TriBooleanProducer {
    public boolean accept(int first, int second, int third);
}