Class Functions
java.lang.Object
ch.tocco.nice2.toolbox.api.functional.Functions
-
Method Summary
Modifier and TypeMethodDescriptionstatic <I,O> Function <@Nullable I, @Nullable O> passThroughNull(Function<I, @Nullable O> sourceFunction)
-
Method Details
-
passThroughNull
-