Class Functions.SynchronizedFunction<T,V>

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

private static final class Functions.SynchronizedFunction<T,V> extends Object implements Function<T,V>
  • Field Details

  • Constructor Details

    • SynchronizedFunction

      private SynchronizedFunction(Function<T,V> function)
  • Method Details