BetterModel
Toggle table of contents
1.11.2-SNAPSHOT-315
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.util
/
CollectionUtil
/
filterWithWarning
filter
With
Warning
@
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
lazy
Log
Function
log function
<T>
type