Uses of Interface
org.cicirello.permutations.PermutationUnaryOperator
Packages that use PermutationUnaryOperator
Package
Description
Collection of classes related to representing and manipulating permutations.
-
Uses of PermutationUnaryOperator in org.cicirello.permutations
Methods in org.cicirello.permutations with parameters of type PermutationUnaryOperatorModifier and TypeMethodDescriptionvoidPermutation.apply(PermutationUnaryOperator operator) Applies a custom unary operator on a Permutation object.voidPermutation.applyThenValidate(PermutationUnaryOperator operator) Applies a custom unary operator on a Permutation object, and then validates the state of the Permutation.