package com.hypixel.hytale.function.predicate; @FunctionalInterface public interface TriObjectDoublePredicate<T, U, V> { boolean test(T var1, U var2, V var3, double var4); }