Class IterativeFunction.PrePostBuilder<O,P>

java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.IterativeFunction.PrePostBuilder<O,P>
Type Parameters:
O - The current output of the pre-propagator list.
P - The current output of the post-propagator list.
Enclosing class:
IterativeFunction

public static class IterativeFunction.PrePostBuilder<O,P> extends Object
A builder for iterative smart functions. The idea is that this builder will buildReader two lists, one for the value propagators before the core propagator, and one for the value propagators after the core propagators. This is so that the pre- and post- list can be shared and only the core propagators is variable.