Uses of Interface
net.minecraftforge.common.util.NonNullPredicate
-
Uses of NonNullPredicate in net.minecraftforge.common.util
Modifier and TypeMethodDescriptionLazyOptional.filter(NonNullPredicate<? super T> predicate)
Resolve the contained supplier if non-empty, and filter it by the givenNonNullPredicate
, returning empty if false.