Uses of Interface
org.cicirello.permutations.PermutationUnaryOperator
Package
Description
Collection of classes related to representing and manipulating permutations.
-
Uses of PermutationUnaryOperator in org.cicirello.permutations
Modifier and TypeMethodDescriptionvoid
Permutation.apply
(PermutationUnaryOperator operator) Applies a custom unary operator on a Permutation object.void
Permutation.applyThenValidate
(PermutationUnaryOperator operator) Applies a custom unary operator on a Permutation object, and then validates the state of the Permutation.