Class PZOptional
java.lang.Object
zombie.util.lambda.PZOptional
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T,P1> void ifPresent(T x, BiConsumer<T, P1> ifPresentCall, P1 param1) static <T> voidstatic <T> booleanstatic <T,R, P1> R ifPresent(T x, R defaultIfNull, BiFunction<T, P1, R> ifPresent, P1 param1) static <T,R> R
-
Constructor Details
-
PZOptional
public PZOptional()
-
-
Method Details
-
ifPresent
-
ifPresent
-
ifPresent
-
ifPresent
-
ifPresent
-