Module org.refcodes.numerical
Package org.refcodes.numerical
Interface PaddingCharAccessor.PaddingCharProperty
- All Superinterfaces:
PaddingCharAccessor,PaddingCharAccessor.PaddingCharMutator
- Enclosing interface:
- PaddingCharAccessor
public static interface PaddingCharAccessor.PaddingCharProperty
extends PaddingCharAccessor, PaddingCharAccessor.PaddingCharMutator
Provides a padding char property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.numerical.PaddingCharAccessor
PaddingCharAccessor.PaddingCharBuilder<B extends PaddingCharAccessor.PaddingCharBuilder<B>>, PaddingCharAccessor.PaddingCharMutator, PaddingCharAccessor.PaddingCharProperty -
Method Summary
Modifier and TypeMethodDescriptiondefault charletPaddingChar(char aPaddingChar) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given character (setter) as ofPaddingCharAccessor.PaddingCharMutator.setPaddingChar(char)and returns the very same value (getter).Methods inherited from interface org.refcodes.numerical.PaddingCharAccessor
getPaddingCharMethods inherited from interface org.refcodes.numerical.PaddingCharAccessor.PaddingCharMutator
setPaddingChar
-
Method Details
-
letPaddingChar
default char letPaddingChar(char aPaddingChar) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given character (setter) as ofPaddingCharAccessor.PaddingCharMutator.setPaddingChar(char)and returns the very same value (getter).- Parameters:
aPaddingChar- The character to set (viaPaddingCharAccessor.PaddingCharMutator.setPaddingChar(char)).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-