public class ParseAccountFunction extends Object implements com.google.common.base.Function<HttpResponse,SwiftAccount>
Modifier and Type | Field and Description |
---|---|
static ParseAccountFunction |
INSTANCE |
Constructor and Description |
---|
ParseAccountFunction() |
Modifier and Type | Method and Description |
---|---|
SwiftAccount |
apply(HttpResponse res) |
public static final ParseAccountFunction INSTANCE
public SwiftAccount apply(HttpResponse res)
apply
in interface com.google.common.base.Function<HttpResponse,SwiftAccount>
Copyright © 2017. All rights reserved.