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