Package org.pkl.core.runtime
Interface VmObjectLike.MemberValueConsumer
- Enclosing class:
VmObjectLike
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(Object key, ObjectMember member, @Nullable Object value) Returns true ifVmObjectLike.iterateMemberValues(org.pkl.core.runtime.VmObjectLike.MemberValueConsumer)should continue calling this method for the remaining members, and false otherwise.
-
Method Details
-
accept
Returns true ifVmObjectLike.iterateMemberValues(org.pkl.core.runtime.VmObjectLike.MemberValueConsumer)should continue calling this method for the remaining members, and false otherwise.
-