filterWithWarning

@NotNull
open fun <T> filterWithWarning(@NotNull predicate: @NotNull Predicate<T>, @NotNull lazyLogFunction: @NotNull (T) -> String): @NotNull Predicate<T>

Gets filter with warning if not matched

Return

predicate

Parameters

predicate

delegated predicate

lazyLogFunction

log function

<T>

type