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