public static final class PartiallyApplied.Builder<A,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
PartiallyApplied.First<A,B> |
first(A param)
Returns a partially applied method call that has the provided value applied as its first parameter.
|
PartiallyApplied.Second<B,A> |
second(B param)
Returns a partially applied method call that has the provided value applied as its second parameter.
|
public PartiallyApplied.First<A,B> first(A param)
param - the parameter to be appliedpublic PartiallyApplied.Second<B,A> second(B param)
param - the parameter to be appliedCopyright © 2015 Red Hat, Inc.. All rights reserved.