BrightSide Workbench Full Report + Source Code
org.turro.elephant.util.BooleanFormats Class Reference

Static Public Member Functions

static String format (boolean value)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 26 of file BooleanFormats.java.

Member Function Documentation

◆ format()

static String org.turro.elephant.util.BooleanFormats.format ( boolean  value)
static

Definition at line 28 of file BooleanFormats.java.

28  {
29  return value ? I_.get("True") : I_.get("False");
30  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: