NameValue - type of pairpublic static class AbstractNameValueProcessor.Creator<NameValue> extends Object
| Constructor and Description |
|---|
Creator(@NonNull TriFunction<Client,String,String,? extends NameValue> function)
Constructs the creator.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull TriFunction<Client,String,String,? extends NameValue> |
getFunction()
Gets the creator's function.
|
public Creator(@NonNull TriFunction<Client,String,String,? extends NameValue> function)
function - function to do the workpublic @NonNull TriFunction<Client,String,String,? extends NameValue> getFunction()
Copyright © 2013–2021 Kitteh. All rights reserved.