| Package | Description |
|---|---|
| com.m3.scalaflavor4j |
| Modifier and Type | Method and Description |
|---|---|
<A> RichFunction1<T1,A> |
RichFunction1.andThen(RichFunction1<R,A> g)
Composes two instances of Function1 in a new Function1, with this
function applied first.
|
<A> RichFunction1<A,R> |
RichFunction1.compose(RichFunction1<A,T1> g)
Composes two instances of Function1 in a new Function1, with this
function applied last.
|
| Modifier and Type | Method and Description |
|---|---|
<A> RichFunction1<T1,A> |
RichFunction1.andThen(RichFunction1<R,A> g)
Composes two instances of Function1 in a new Function1, with this
function applied first.
|
<A> RichFunction1<A,R> |
RichFunction1.compose(RichFunction1<A,T1> g)
Composes two instances of Function1 in a new Function1, with this
function applied last.
|
Copyright © 2015. All rights reserved.