| Constructor and Description |
|---|
RichFunction1() |
RichFunction1(Function1<T1,R> f) |
| Modifier and Type | Method and Description |
|---|---|
<A> RichFunction1<T1,A> |
andThen(RichFunction1<R,A> g)
Composes two instances of Function1 in a new Function1, with this
function applied first.
|
R |
apply(T1 v1)
Apply the body of this function to the arguments.
|
<A> RichFunction1<A,R> |
compose(RichFunction1<A,T1> g)
Composes two instances of Function1 in a new Function1, with this
function applied last.
|
String |
toString()
Creates a String representation of this object.
|
public <A> RichFunction1<A,R> compose(RichFunction1<A,T1> g)
public <A> RichFunction1<T1,A> andThen(RichFunction1<R,A> g)
Copyright © 2015. All rights reserved.