fromMaybeFalse() 공개 정적인 메소드

public static fromMaybeFalse ( $value )
예제 #1
0
 public function testFromMaybeFalse_WithFalse_HasCountOfZero()
 {
     $this->assertCount(0, Option::fromMaybeFalse(false));
 }