Class Option.Some

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Option.Some(T value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final T getValue()
      Boolean isSome()
      Boolean isNone()
      • Methods inherited from class hiiragi283.core.api.util.Option

        filter, flatMap, fold, getOrNull, map, onNone, onSome, toList, toSequence
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait