BetterModel
Toggle table of contents
1.5.2-SNAPSHOT-106
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.animation
/
AnimationPredicate
Animation
Predicate
interface
AnimationPredicate
:
Predicate
<
T
>
Members
Functions
and
Link copied to clipboard
open
fun
and
(
p
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
children
Link copied to clipboard
@
NotNull
open
fun
children
(
)
:
AnimationPredicate
is
Children
Link copied to clipboard
abstract
fun
isChildren
(
)
:
Boolean
is
Equal
Link copied to clipboard
open
fun
<
T
>
isEqual
(
p
:
Any
)
:
Predicate
<
T
>
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
T
>
not
Link copied to clipboard
open
fun
<
T
>
not
(
p
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
of
Link copied to clipboard
@
NotNull
open
fun
of
(
@
NotNull
bonePredicate
:
Predicate
<
RenderedBone
>
)
:
AnimationPredicate
@
NotNull
open
fun
of
(
children
:
Boolean
,
@
NotNull
bonePredicate
:
Predicate
<
RenderedBone
>
)
:
AnimationPredicate
or
Link copied to clipboard
open
fun
or
(
p
:
Predicate
<
in
T
>
)
:
Predicate
<
T
>
test
Link copied to clipboard
abstract
fun
test
(
p
:
T
)
:
Boolean