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