Uses of Interface
net.neoforged.neoforge.common.util.TriPredicate
-
Uses of TriPredicate in net.neoforged.neoforge.common.util
Modifier and TypeMethodDescriptiondefault TriPredicate
<T, U, V> TriPredicate.and
(TriPredicate<? super T, ? super U, ? super V> other) default TriPredicate
<T, U, V> TriPredicate.negate()
default TriPredicate
<T, U, V> TriPredicate.or
(TriPredicate<? super T, ? super U, ? super V> other) Modifier and TypeMethodDescriptiondefault TriPredicate
<T, U, V> TriPredicate.and
(TriPredicate<? super T, ? super U, ? super V> other) default TriPredicate
<T, U, V> TriPredicate.or
(TriPredicate<? super T, ? super U, ? super V> other)