Class 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  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean booleanValueOf​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToPrimitiveBooleanFunction

        private ToPrimitiveBooleanFunction()
    • Method Detail

      • booleanValueOf

        public boolean booleanValueOf​(java.lang.String string)
        Specified by:
        booleanValueOf in interface BooleanFunction<java.lang.String>