Class StringFunctions.ToPrimitiveBooleanFunction
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.StringFunctions.ToPrimitiveBooleanFunction
-
- All Implemented Interfaces:
java.io.Serializable
,BooleanFunction<java.lang.String>
- Enclosing class:
- StringFunctions
private static final class StringFunctions.ToPrimitiveBooleanFunction extends java.lang.Object implements BooleanFunction<java.lang.String>
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
ToPrimitiveBooleanFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
booleanValueOf(java.lang.String string)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
booleanValueOf
public boolean booleanValueOf(java.lang.String string)
- Specified by:
booleanValueOf
in interfaceBooleanFunction<java.lang.String>
-
-