Package io.inugami.api.functionnals
Interface ApplyIfNotNullAndSameType
-
public interface ApplyIfNotNullAndSameTypeSame as ApplyIfNotNull but it will check also the data type.- Since:
- 15 janv. 2018
- See Also:
ApplyIfNotNull
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Function<Object,String>buildStringMapper()default <T,R>
voidifNotNullAndSameType(T data, Function<? super T,? extends R> mapper, Consumer<R> consumer)
-