Class Functional
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.util.Functional
-
public class Functional extends Object
-
-
Constructor Summary
Constructors Constructor Description Functional()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Predicate<T>notNull()static <T> Function<T,T>tap(Consumer<T> consumer)
-