@FunctionalInterface public static interface AuthSchemeOption.SignerPropertyConsumer
SignerProperty value.| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(SignerProperty<T> propertyKey,
T propertyValue)
A method to operate on a
SignerProperty and it's value. |
<T> void accept(SignerProperty<T> propertyKey, T propertyValue)
SignerProperty and it's value.T - The type of the SignerProperty.propertyKey - The SignerProperty.propertyValue - The value of the SignerProperty.Copyright © 2023. All rights reserved.