Uses of Interface
net.diversionmc.parser.pattern.OperationSolver.TriOperator
Packages that use OperationSolver.TriOperator
-
Uses of OperationSolver.TriOperator in net.diversionmc.parser.pattern
Methods in net.diversionmc.parser.pattern that return OperationSolver.TriOperatorModifier and TypeMethodDescriptionOperationSolver.operator()Returns the value of theoperatorrecord component.Constructors in net.diversionmc.parser.pattern with parameters of type OperationSolver.TriOperatorModifierConstructorDescriptionOperationSolver(boolean rightToLeft, Predicate<O> opCheck, OperationSolver.TriOperator<V, O> operator) Creates an instance of aOperationSolverrecord class.