Class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable

java.lang.Object
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable
All Implemented Interfaces:
Iterable<List<Class<?>>>
Enclosing class:
AgentBuilder.RedefinitionStrategy.Listener.Compound

@Enhance protected static class AgentBuilder.RedefinitionStrategy.Listener.Compound.CompoundIterable extends Object implements Iterable<List<Class<?>>>
A compound iterable.
  • Field Details

    • iterables

      private final List<Iterable<? extends List<Class<?>>>> iterables
      The iterables to consider.
  • Constructor Details

    • CompoundIterable

      protected CompoundIterable(List<Iterable<? extends List<Class<?>>>> iterables)
      Creates a compound iterable.
      Parameters:
      iterables - The iterables to consider.
  • Method Details