| Package | Description |
|---|---|
| org.apache.commons.functor.core.composite |
Functors composed of other functors.
|
| Modifier and Type | Method and Description |
|---|---|
static <L,R> TransposedProcedure<R,L> |
TransposedProcedure.transpose(BinaryProcedure<? super L,? super R> p)
Transpose a BinaryProcedure.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransposedProcedure.equals(TransposedProcedure<?,?> that)
Learn whether another TransposedProcedure is equal to this.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.