Uses of Enum
space.arim.dazzleconf.backend.KeyPath.SequenceBoundary
Packages that use KeyPath.SequenceBoundary
Package
Description
This package defines a framework for interactions between the library and the configuration format.
-
Uses of KeyPath.SequenceBoundary in space.arim.dazzleconf.backend
Methods in space.arim.dazzleconf.backend that return KeyPath.SequenceBoundaryModifier and TypeMethodDescription@NonNull KeyPath.SequenceBoundaryKeyPath.SequenceBoundary.opposite()Returns the opposite boundary of this one.static KeyPath.SequenceBoundaryReturns the enum constant of this type with the specified name.static KeyPath.SequenceBoundary[]KeyPath.SequenceBoundary.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in space.arim.dazzleconf.backend with parameters of type KeyPath.SequenceBoundaryModifier and TypeMethodDescriptionvoidKeyPath.Mut.addPath(@NonNull KeyPath.SequenceBoundary boundary, @NonNull KeyPath toAdd) Adds another key path to this one, either at the front or back of this key path.@Nullable CharSequenceKeyPath.getLeading(@NonNull KeyPath.SequenceBoundary where) Regarding this key path as a sequence of strings, this function returns either the very first value (if usingSequenceBoundary.FRONT) or the very last value (ifSequenceBoundary.BACK).voidKeyPath.iterateFrom(@NonNull KeyPath.SequenceBoundary from, Consumer<? super @NonNull CharSequence> action) Runs an action for each key part in the sequence.