Class Functions.SwappedPairFunction<S,T>

java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.SwappedPairFunction<S,T>
All Implemented Interfaces:
Serializable, Function<Pair<S,T>,Pair<T,S>>, Function<Pair<S,T>,Pair<T,S>>
Enclosing class:
Functions

private static class Functions.SwappedPairFunction<S,T> extends Object implements Function<Pair<S,T>,Pair<T,S>>
  • Field Details

  • Constructor Details

    • SwappedPairFunction

      private SwappedPairFunction()
  • Method Details