HyCodeYourTale
interfacepublicPriority 3

TriBoolFunction

com.hypixel.hytale.function.function.TriBoolFunction

0

Methods

0

Public Methods

0

Fields

0

Constructors

Source Code

package com.hypixel.hytale.function.function;

@FunctionalInterface
public interface TriBoolFunction<T, U, V, R> {
   R apply(T var1, U var2, V var3, boolean var4);
}