Class Char2BooleanFunctions.SynchronizedFunction

java.lang.Object
it.unimi.dsi.fastutil.chars.Char2BooleanFunctions.SynchronizedFunction
All Implemented Interfaces:
Char2BooleanFunction, Function<Character,Boolean>, Serializable, Function<Character,Boolean>, IntPredicate
Direct Known Subclasses:
Char2BooleanMaps.SynchronizedMap
Enclosing class:
Char2BooleanFunctions

public static class Char2BooleanFunctions.SynchronizedFunction extends Object implements Char2BooleanFunction, Serializable
A synchronized wrapper class for functions.
See Also: