Uses of Interface
lib.aide.paths.Paths.InterimPayloadSupplier
Packages that use Paths.InterimPayloadSupplier
-
Uses of Paths.InterimPayloadSupplier in lib.aide.paths
Methods in lib.aide.paths with parameters of type Paths.InterimPayloadSupplierModifier and TypeMethodDescriptionvoid
Paths.Node.populate
(List<C> components, Optional<P> payload, int index, Paths.InterimPayloadSupplier<C, P> ips) Populates the tree structure with the specified components and payload.void
Paths.populate
(P payload, Paths.InterimPayloadSupplier<C, P> ips) Populates the tree structure with the specified payload, starting from root.